FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Nepitwin/Builddrone: Builddrone is a JSON-driven build orchestration framework. · GitHub

Repository files navigation

Builddrone

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.

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


Back | FazBrowse Home | New Git URL