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.ymltoconf/api_li3ds.ymland 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
