shipyard/shipyard_airflow
Bryan Strassner 6a7522bbb2 Updates for pep-8 compliance. Changed many files cosmetically
Added a file exclusion to tox.ini, and also excluded rule for
unused named variables.

excluded more things that are system or tox related.

Change-Id: I022b72cbe048e3fe1f70e6017038248e6a2e9538
2017-08-16 16:36:26 -05:00
..
2017-08-15 16:23:42 -05:00
2017-08-15 06:50:47 -04:00
2017-08-15 06:50:47 -04:00
2017-08-15 06:50:47 -04:00

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