Basecamp API Wrapper

Basecamp is a wrapper around the Basecamp Next API and makes use of the Requests library made by Kenneth Reitz.

The py-basecamp source code is hosted on GitHub: https://github.com/ngenworks/py-basecamp/

Documentation can be found at Read the Docs: http://basecamp.readthedocs.org/en/latest/index.html

Test coverage results can be found at https://secure.travis-ci.org/#!/ngenworks/py-basecamp

Automatic Installation

Install the master branch from GitHub

pip -e git+git://github.com/ngenworks/py-basecamp.git#egg=basecamp

Manual Installation

Download: https://github.com/ngenworks/py-basecamp/tarball/master

tar zxvf py-basecamp.tgz
cd py-basecamp
python setup.py install

sudo may be needed to install in the system-wide Python installation. Using in a virtualenv is recommended.