Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1007 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 1007 Bytes

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