Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 921 Bytes

README.rst

File metadata and controls

52 lines (29 loc) · 921 Bytes

pyldt

python implementation of LinkedData Templates support to produce triples out of various datasources

Started on 2021-08-18

Setup

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

Developers

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/