Metadata-Version: 2.0
Name: shpkpr
Version: 3.1.1
Summary: shpkpr is a command-line tool designed to manage applications running on Marathon
Home-page: https://github.com/shopkeep/shpkpr
Author: ShopKeep.com Inc.
Author-email: developers@shopkeep.com
License: MIT
Keywords: shpkpr mesos marathon chronos
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: cached-property (<2,>=1.3.0)
Requires-Dist: chronos-python (>=1.1.0)
Requires-Dist: click (<7,>=6.0)
Requires-Dist: docker (>=2.5.1)
Requires-Dist: hvac (>=0.2.17)
Requires-Dist: jinja2 (<3,>=2.6)
Requires-Dist: jsonschema (<3,>=2.6)
Requires-Dist: python-slugify (>=1.2.4)
Requires-Dist: requests (>=2.4.2)
Requires-Dist: six (>=1.7.0)

===============================
shpkpr
===============================

.. image:: https://img.shields.io/travis/shopkeep/shpkpr.svg
        :target: https://travis-ci.org/shopkeep/shpkpr

.. image:: https://readthedocs.org/projects/shpkpr/badge/?version=latest
        :target: https://readthedocs.org/projects/shpkpr/?badge=latest
        :alt: Documentation Status


shpkpr is a tool for controlling and observing applications/tasks running on Marathon and Chronos. shpkpr is designed to provide a simple command-line interface to Marathon and Chronos (similiar to the ``heroku`` command-line tool) for use both manually and with CI tools like jenkins.

* Free software: MIT license
* Documentation: https://shpkpr.readthedocs.org.

Features
--------

* List/show detailed application info
* Deploy applications (using `Jinja2 <http://jinja.pocoo.org/docs/2.9/>`_ templates)
* Zero-downtime application deploys when used with `Marathon-LB <https://github.com/mesosphere/marathon-lb>`_
* List/show detailed cron task info
* Deploy cron tasks (using `Jinja2 <http://jinja.pocoo.org/docs/2.9/>`_ templates)


