Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builddrone

Builddrone Project GitHub · PyPI · Documentation
Environment PyPI version Tests

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.

Documentation

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.

Quick start

Install from PyPI, create a blueprint.json, and run a stage:

python -m pip install builddrone
python -m builddrone build

For local development:

python -m pip install -e ".[dev]"

Builddrone requires Python 3.8 or newer.

License

MIT License

About

Builddrone is a JSON-driven build orchestration framework.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages