The purpose is to reorganize the api code into directories for each of the main parts of the API: configdocs, action, and previously af_inquiry Imports have been changed, and some have been reorganized to reflect ordering. Change-Id: I96619450432b1d2c7272d5d04aa505efe59a6fed
Shipyard Airflow
A python REST workflow orchestrator
To run:
$ virtualenv -p python3 /var/tmp/shipyard
$ . /var/tmp/shipyard/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w shipyard_airflow.shipyard --callable shipyard -L