Metadata-Version: 1.1
Name: shpkpr
Version: 3.2.0
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
Description: ===============================
        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)
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
