Python client for the bamboo webservice.
via pip
$ pip install pybamboo
Starting with version 0.5.7.8, pybamboo version matches bamboo.io API version. 0.5.8.x means that it works with bamboo version 0.5.8. x epresenting the internal pybamboo updates.
clone repository
$ git clone git://github.com/modilabs/pybamboo.git $ cd pybamboo
install requirements
$ pip install -r requirements.pip $ pip install -r requirements-test.pip
run tests
$ cd pybamboo $ nosetests --with-cov --cov-report term-missing
Bamboo is an open source project. The project features, in chronological order, the combined efforts of
- Renaud Gaudin
- Peter Lubell-Doughtie
- Mark Johnston
and other developers.