kingpin


Namekingpin JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/Nextdoor/kingpin
SummaryDeployment Automation Engine
upload_time2023-01-24 22:43:55
maintainer
docs_urlhttps://pythonhosted.org/kingpin/
authorNextdoor Engineering
requires_python~=3.7
licenseApache License, Version 2.0
keywords deployment automation kingpin aws
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Kingpin: Deployment Automation Engine
=====================================

|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>`_

.. |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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Nextdoor/kingpin",
    "name": "kingpin",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/kingpin/",
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "deployment,automation,kingpin,aws",
    "author": "Nextdoor Engineering",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b4/32/fe55c38dd237577fead03ab93bb6d9aef21fe64abad23fc2cb5a1927e1e0/kingpin-3.0.1.tar.gz",
    "platform": null,
    "description": "Kingpin: Deployment Automation Engine\n=====================================\n\n|doc_status|_ |pypi_download|_\n\n*Kingpin: the chief element of any system, plan, or the like.*\n\nKingpin provides 3 main functions:\n\n-  **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. \n-  **Automation Engine** - Kingpin leverages python's `tornado <http://tornado.readthedocs.org>`_ engine.\n-  **Parallel Execution** - Aside from non-blocking network IO, Kingpin can execute any action in parallel with another. (Read group.Async below)\n\nDocumentation\n-------------\n\nDocumentation is hosted at `https://kingpin.readthedocs.org <https://kingpin.readthedocs.org>`_\n\n.. |doc_status| image:: https://readthedocs.org/projects/kingpin/badge/?version=latest\n.. _doc_status: https://kingpin.readthedocs.org\n.. |pypi_download| image:: https://badge.fury.io/py/kingpin.png\n.. _pypi_download: https://pypi.python.org/pypi/kingpin\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Deployment Automation Engine",
    "version": "3.0.1",
    "split_keywords": [
        "deployment",
        "automation",
        "kingpin",
        "aws"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7ad72740c0230fc6057c60d0ae0ffab952a2151d53f96902e7cdb4f68a13697",
                "md5": "dee6b0ac36bbdabfd586be23a701c312",
                "sha256": "69797a316ced5b9fe4e2f6290300f394be6742a7269cc308e6d6e3d59013991e"
            },
            "downloads": -1,
            "filename": "kingpin-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dee6b0ac36bbdabfd586be23a701c312",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 160563,
            "upload_time": "2023-01-24T22:43:54",
            "upload_time_iso_8601": "2023-01-24T22:43:54.305943Z",
            "url": "https://files.pythonhosted.org/packages/a7/ad/72740c0230fc6057c60d0ae0ffab952a2151d53f96902e7cdb4f68a13697/kingpin-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b432fe55c38dd237577fead03ab93bb6d9aef21fe64abad23fc2cb5a1927e1e0",
                "md5": "68771abda78fc0ede9cc0c208af2da29",
                "sha256": "7ff43e48417715f7addc9ab2ba669f9cf22f6dcb68b9bf64f415fe7e24b57509"
            },
            "downloads": -1,
            "filename": "kingpin-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "68771abda78fc0ede9cc0c208af2da29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 123850,
            "upload_time": "2023-01-24T22:43:55",
            "upload_time_iso_8601": "2023-01-24T22:43:55.666118Z",
            "url": "https://files.pythonhosted.org/packages/b4/32/fe55c38dd237577fead03ab93bb6d9aef21fe64abad23fc2cb5a1927e1e0/kingpin-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 22:43:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Nextdoor",
    "github_project": "kingpin",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "requirements": [],
    "lcname": "kingpin"
}
        
Elapsed time: 0.03002s