Skip to content

SEL-Columbia/pybamboo

Repository files navigation

pybamboo

https://secure.travis-ci.org/modilabs/pybamboo.png?branch=master

Python client for the bamboo webservice.

Installation

via pip

$ pip install pybamboo

Versions

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.

Testing

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

About

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.