Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install basecamp

How to install basecamp

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install basecamp
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.0.12 Available View build log
0.0.9 Available View build log
Windows (64-bit)
0.0.12 Available View build log
0.0.9 Available View build log
Mac OS X (10.5+)
0.0.12 Available View build log
0.0.9 Available View build log
Linux (32-bit)
0.0.12 Available View build log
0.0.9 Available View build log
Linux (64-bit)
0.0.12 Available View build log
0.0.9 Available View build log
 
Author
License
MIT
Depended by
Imports
Lastest release
version 0.0.12 on Mar 13th, 2012

Description

This module provides an (almost) complete wrapper around the Basecamp API (http://developer.37signals.com/basecamp/). It is written in Python and based upon the excellent ElementTree package (http://effbot.org/zone/element-index.htm).

Licended under the MIT License

Usage

<pre> # Import ElementTree and the Basecamp module. import elementtree.ElementTree as ET from basecamp import Basecamp

bc = Basecamp('https://example.basecamphq.com', 'API_KEY')

# Fetch one todo list from its ID xml = bc.todo_list(14499317) items = ET.fromstring(xml).findall('todo-items/todo-item')

# Let's use the ElementTree API to access data via path expressions: for item in items:

System Message: ERROR/3 (<string>, line 28)

Unexpected indentation.
print item.find("content").text

System Message: WARNING/2 (<string>, line 29)

Block quote ends without a blank line; unexpected unindent.

</pre>

Original Code

This code is built from the code of Quentin Pleplé (http://qpleple.com/) forked from github at (https://github.com/qpleple/basecamp-python-client)

Which code is built from the code of Jochen Kupperschmidt <webmaster@nwsnet.de> (see http://homework.nwsnet.de/products/3cd4) under the MIT Licence.

And added some suggestions from Greg Allard (see http://codespatter.com/2009/04/01/getting-basecamp-api-working-with-python).

Subscribe to package updates

Last updated Mar 13th, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.