Skip to content

marcromeyn/api-li3ds

 
 

Repository files navigation

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

https://raw.githubusercontent.com/LI3DS/api-li3ds/master/screen-api.png

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%