marcromeyn / api-li3ds

LI³DS Rest API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LI3DS API

Api for accessing metadata of a li3ds datastore.

  1. Create your virtualenv
  2. Install dependencies (dev):

    pip install -e .[dev,doc]
  3. Install dependencies (prod):

    pip install .[prod]
  4. (dev) Duplicate the conf/api_li3ds.sample.yml file to conf/api_li3ds.yml and adapt parameters
  5. (dev) Launch the application using:
python api_li3ds/wsgi.py
  1. (dev) Go to https://localhost:5000 and start to play with the API

image

About

LI³DS Rest API

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%