Skip to content

gitter-badger/lisa-api

Repository files navigation

=============================== lisa-api

docs-image travis-image coveralls-image pypi-version

Lisa-api is a core component of LISA Project. It provides a REST api and execute all actions for the LISA project.

  • Free software: Apache license

Installation

To install the api:

pip install lisa-api

Documentation

https://lisa-api.readthedocs.org/

You can also play with the api by going to http://url-of-lisa:8000/

Development

To run the server:

python [home]/lisa_api/lisa-api-cli.py

To run the all tests run:

tox