osbuild

Pull, build and test multiple source modules


License
Other
Install
pip install osbuild==0.32

Documentation

About

Pull, build and test multiple source code modules.

Hacking

To test changes you can install osbuild for your user

python setup.py install --user

Please run lint and tests before submitting patches

python setup.py lint test