CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage/cmd_cron.rst
docs/usage/cmd_deploy.rst
docs/usage/cmd_show.rst
docs/usage/configuration.rst
docs/usage/index.rst
shpkpr/__init__.py
shpkpr/exceptions.py
shpkpr/marathon_lb.py
shpkpr/template.py
shpkpr/template_filters.py
shpkpr.egg-info/PKG-INFO
shpkpr.egg-info/SOURCES.txt
shpkpr.egg-info/dependency_links.txt
shpkpr.egg-info/entry_points.txt
shpkpr.egg-info/not-zip-safe
shpkpr.egg-info/pbr.json
shpkpr.egg-info/requires.txt
shpkpr.egg-info/top_level.txt
shpkpr/cli/__init__.py
shpkpr/cli/arguments.py
shpkpr/cli/entrypoint.py
shpkpr/cli/formatter.py
shpkpr/cli/logger.py
shpkpr/cli/options.py
shpkpr/commands/__init__.py
shpkpr/commands/cmd_bluegreen.py
shpkpr/commands/cmd_cron.py
shpkpr/commands/cmd_deploy.py
shpkpr/commands/cmd_show.py
shpkpr/marathon/__init__.py
shpkpr/marathon/client.py
shpkpr/marathon/deployment.py
tests/test_exceptions.py
tests/test_marathon_lb.py
tests/test_template.py
tests/test_template_filters.py
tests/cli/test_arguments.py
tests/commands/conftest.py
tests/commands/test_cmd_cron.py
tests/commands/test_cmd_deploy.py
tests/commands/test_cmd_show.py
tests/fixtures/bluegreen_app_blue.json
tests/fixtures/bluegreen_apps.json
tests/fixtures/chronos_jobs.json
tests/fixtures/deployment.json
tests/fixtures/deployment_in_progress.json
tests/fixtures/deployments.json
tests/fixtures/haproxy_stats.csv
tests/fixtures/valid_app.json
tests/fixtures/valid_apps.json
tests/fixtures/validation_errors.json
tests/fixtures/templates/chronos/test-chronos-2.json.tmpl
tests/fixtures/templates/chronos/test-chronos.json.tmpl
tests/fixtures/templates/marathon/test-2.json.tmpl
tests/fixtures/templates/marathon/test-bluegreen.json.tmpl
tests/fixtures/templates/marathon/test.json.tmpl
tests/integration/conftest.py
tests/integration/test_integration.py
tests/marathon/test_client.py
tests/marathon/test_deployment.py