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/ce/f9/3565ab91939a02d9a78c5a074ece5a2c7c5bbc07b7a0568962d94b1b751e/kingpin-4.0.2.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": "4.0.2",
"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": null,
"digests": {
"blake2b_256": "b08162b9f9e31dc06a6e448d5bff1cca66cba0e5a48a3c7cef1e2c8075a8b1a1",
"md5": "d55e94077f3a3a8b46324bf06d60b4ba",
"sha256": "65a44f0c295823c79cbcc5b1bec1f1884396e073a2786588d22e0bc929a6cbf0"
},
"downloads": -1,
"filename": "kingpin-4.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d55e94077f3a3a8b46324bf06d60b4ba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 133937,
"upload_time": "2025-02-13T00:51:53",
"upload_time_iso_8601": "2025-02-13T00:51:53.474130Z",
"url": "https://files.pythonhosted.org/packages/b0/81/62b9f9e31dc06a6e448d5bff1cca66cba0e5a48a3c7cef1e2c8075a8b1a1/kingpin-4.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cef93565ab91939a02d9a78c5a074ece5a2c7c5bbc07b7a0568962d94b1b751e",
"md5": "ef078a4934b042d39591c16fccf55e66",
"sha256": "f659e59ec130f620b9d42b24569496b1783e58a5eb82fb92d26f2ad93ebb869c"
},
"downloads": -1,
"filename": "kingpin-4.0.2.tar.gz",
"has_sig": false,
"md5_digest": "ef078a4934b042d39591c16fccf55e66",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 110735,
"upload_time": "2025-02-13T00:51:55",
"upload_time_iso_8601": "2025-02-13T00:51:55.387633Z",
"url": "https://files.pythonhosted.org/packages/ce/f9/3565ab91939a02d9a78c5a074ece5a2c7c5bbc07b7a0568962d94b1b751e/kingpin-4.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-13 00:51:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Nextdoor",
"github_project": "kingpin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "tornado",
"specs": [
[
"==",
"6.4.2"
]
]
},
{
"name": "jsonschema",
"specs": [
[
">=",
"3.0.0"
],
[
"<",
"5.0.0"
]
]
},
{
"name": "jsonpickle",
"specs": [
[
"==",
"4.0.1"
]
]
},
{
"name": "cfn-flip",
"specs": [
[
"==",
"1.3.0"
]
]
},
{
"name": "rainbow_logging_handler",
"specs": [
[
"==",
"2.2.2"
]
]
},
{
"name": "boto3",
"specs": [
[
"==",
"1.36.18"
]
]
},
{
"name": "inflection",
"specs": [
[
"==",
"0.5.1"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.21.0"
]
]
},
{
"name": "configparser",
"specs": [
[
"==",
"7.1.0"
]
]
}
],
"lcname": "kingpin"
}