faber

Faber is a construction tool.


Keywords
build-tool, testing-tools
License
Other
Install
pip install faber==0.6.0.dev1

Documentation

logo

CI: Linux OSX Windows

Code coverage: codecov.io

This project started as a clone of Boost.Build, to experiment with a new Python frontend. Meanwhile it has evolved into a new build system, which retains most of the features found in Boost.Build, but with (hopefully !) much simplified logic, in addition of course to using Python as scripting language, rather than Jam.

Building and Installing

python setup.py install

(See the Getting Started: Building Faber for a detailed discussion of the build process, as well as parameters to customize it.)

Examples

Working examples are in examples/

Docs

Documentation can be found in the doc/ directory (published frequently in https://stefanseefeld.github.io/faber).

Happy hacking !

--Stefan