Api for accessing metadata of a li3ds datastore.
Ensure you have graphviz
and python3-dev
as system dependencies
Create your virtualenv
Install dependencies (dev):
pip install -e .[dev,doc]
Install dependencies (prod):
pip install .[prod]
(dev) Duplicate the
conf/api_li3ds.sample.yml
toconf/api_li3ds.yml
and adapt parameters(dev) Launch the application using:
python api_li3ds/wsgi.py
(dev) Go to https://localhost:5000 and start to play with the API