This project provides a way for the PTero workflow system to run commands via LSF using Celery via a REST API.
The API is currently described here.
To run tests:
pip install tox
tox
To launch a development server:
pip install -r requirements.txt
pip install honcho
honcho start -f Procfile.dev -c worker=4
You can then connect to the webserver at http://localhost:7200