shipyard/shipyard_airflow
Pete Birley 6ae83ed258 Linting: Make Shipyard mostly pep8 compliant
This PS makes shipyard mostly pep8 compliant, with the exeption of:
./shipyard_airflow/plugins/rest_api_plugin.py which will require some
rework to make compliant.

Change-Id: I913f7ac696eb5558c1fed7c4f4104211bf4b5876
2017-09-29 10:58:58 -05:00
..
conf Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
control Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
dags Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
db Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
plugins Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
README.md Update configparser to align with Python3 2017-06-11 21:53:08 -05:00
__init__.py Add deploy site DAG skeleton 2017-08-15 16:23:42 -05:00
errors.py Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
policy.py Add Action API 2017-09-22 21:47:13 -05:00
shipyard.py Add Action API 2017-09-22 21:47:13 -05:00

README.md

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