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.io <https://kingpin.readthedocs.io>`_
.. |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": null,
"name": "kingpin",
"maintainer": "Nextdoor Engineering",
"docs_url": "https://pythonhosted.org/kingpin/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "deployment, automation, kingpin, aws, nextdoor, cloudformation",
"author": "Nextdoor Engineering",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/36/57/03e8d97bf9f90ca84e1ff7ec547c2e5805b2b3ef8f3a984ce585f3b4c096/kingpin-3.2.0.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.io <https://kingpin.readthedocs.io>`_\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.2.0",
"project_urls": {
"Changelog": "https://github.com/Nextdoor/kingpin/releases",
"Documentation": "https://kingpin.readthedocs.io/en/latest/",
"Homepage": "https://nextdoor.com/",
"Source": "https://github.com/Nextdoor/kingpin"
},
"split_keywords": [
"deployment",
" automation",
" kingpin",
" aws",
" nextdoor",
" cloudformation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4525dca65611e625eb98e2d3aef09ebce7fc149b0fe094d8345f265339cccdb3",
"md5": "a58584ad54bc81a5fb737767041c3a9d",
"sha256": "3d5e0ad26e807ed0a80c0894b808c8c0a77e4531563e9b14928f1096c5556ffd"
},
"downloads": -1,
"filename": "kingpin-3.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a58584ad54bc81a5fb737767041c3a9d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 162075,
"upload_time": "2025-01-13T21:48:30",
"upload_time_iso_8601": "2025-01-13T21:48:30.590839Z",
"url": "https://files.pythonhosted.org/packages/45/25/dca65611e625eb98e2d3aef09ebce7fc149b0fe094d8345f265339cccdb3/kingpin-3.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "365703e8d97bf9f90ca84e1ff7ec547c2e5805b2b3ef8f3a984ce585f3b4c096",
"md5": "71285308aa6e03c19d96a66a9208de55",
"sha256": "fef8d5f4ba406ef860ea9f89c53ade50770a811ac0c9fffc7463dc6771634264"
},
"downloads": -1,
"filename": "kingpin-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "71285308aa6e03c19d96a66a9208de55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 132725,
"upload_time": "2025-01-13T21:48:32",
"upload_time_iso_8601": "2025-01-13T21:48:32.032345Z",
"url": "https://files.pythonhosted.org/packages/36/57/03e8d97bf9f90ca84e1ff7ec547c2e5805b2b3ef8f3a984ce585f3b4c096/kingpin-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-13 21:48:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Nextdoor",
"github_project": "kingpin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"circle": true,
"requirements": [
{
"name": "tornado",
"specs": [
[
">=",
"6.0.4"
]
]
},
{
"name": "simplejson",
"specs": []
},
{
"name": "jsonschema",
"specs": []
},
{
"name": "jsonpickle",
"specs": []
},
{
"name": "cfn-flip",
"specs": []
},
{
"name": "rainbow_logging_handler",
"specs": []
},
{
"name": "boto3",
"specs": [
[
">=",
"1.9.46"
]
]
},
{
"name": "inflection",
"specs": []
},
{
"name": "zipp",
"specs": []
},
{
"name": "configparser",
"specs": []
},
{
"name": "tornado_rest_client",
"specs": [
[
"==",
"2.0.2"
]
]
}
],
"lcname": "kingpin"
}