Metadata-Version: 1.2
Name: kingpin
Version: 1.1.0
Summary: Deployment Automation Engine
Home-page: https://github.com/Nextdoor/kingpin
Author: Nextdoor Engineering
Author-email: eng@nextdoor.com
License: Apache License, Version 2.0
Download-URL: http://pypi.python.org/pypi/kingpin#downloads
Description: Kingpin: Deployment Automation Engine
        =====================================
        
        |build_status|_ |doc_status|_ |pypi_download|_
        
        *Kingpin: the chief element of any system, plan, or the like.*
        
        Kingpin provides 3 main functions:
        
        -  **API Abstraction** - Job instructions are provided to Kingpin via a JSON based DSL (read below). The schema is strict and consistent from one action to another. 
        -  **Automation Engine** - Kingpin leverages python's `tornado <http://tornado.readthedocs.org>`_ engine.
        -  **Parallel Execution** - Aside from non-blocking network IO, Kingpin can execute any action in parallel with another. (Read group.Async below)
        
        Documentation
        -------------
        
        Documentation is hosted at `https://kingpin.readthedocs.org <https://kingpin.readthedocs.org>`_
        
        .. |build_status| image:: https://travis-ci.org/Nextdoor/kingpin.svg?branch=master
        .. _build_status: https://travis-ci.org/Nextdoor/kingpin
        .. |doc_status| image:: https://readthedocs.org/projects/kingpin/badge/?version=latest
        .. _doc_status: https://kingpin.readthedocs.org
        .. |pypi_download| image:: https://badge.fury.io/py/kingpin.png
        .. _pypi_download: https://pypi.python.org/pypi/kingpin
        
Keywords: apache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Requires-Python: ~=3.7
