- Build scripts are simple declarative Python code
- Built-in builders for C
- Works on Linux and Windows
- Easy to write custom builders
- No external dependencies (just argparse for Python 2.6), small hackable codebase
- Builder-level script code change detection
PyPI package is available: pypi.python.org/pypi/bold
If you are new to Python and just want to make this thing work ASAP, to install latest released version system-wide:
sudo easy_install bold
If you use virtualenv, pip, etc.:
pip install bold
To install latest development version:
pip install git+https://github.com/fillest/bold.git
Please submit bugs, feature requests or any feedback to issue tracker
See licence.txt (MIT License)