python implementation of LinkedData Templates support to produce triples out of various datasources
Started on 2021-08-18
Start using this project in a virtual environment
$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt
Initialize to grab dependencies
$ make init
Build Docs
$ make docu
Run Tests
$ make test
requirements.txt
could be generated with command below, but maintaining by hand makes more sense
$ pip freeze --local > requirements.txt
The initial structure for the Sphinx documentation is in the folder docs/
It gets build by running
$ sphinx-quickstart -p prjname -a 'First Last' -v v0.0.0 -r v0.0.0 -M docs/