|
Project | GitHub · PyPI · Documentation |
| Environment |
|
Builddrone is a JSON-driven build orchestration framework and command-line interface for Python projects. A pipeline is made up of named stages, and each stage executes an ordered list of registered modules.
Full documentation is published on GitHub Pages:
https://nepitwin.github.io/Builddrone/latest/
Each release tag gets its own documentation version. Use the version selector
on the site to read docs for a specific release; latest always points at the
most recent release.
Topics covered there include installation, blueprint format, CLI usage, all built-in modules, examples, and custom module development.
Install from PyPI, create a blueprint.json, and run a stage:
python -m pip install builddrone
python -m builddrone buildFor local development:
python -m pip install -e ".[dev]"Builddrone requires Python 3.8 or newer.
MIT License
