Python library for interacting with the TransparencyData.com API.
The TransparencyData.com API provides campaign contribution and lobbying data.
http://transparencydata.com/api/
python-transparencydata is a project of Sunlight Labs (c) 2010 Written by Jeremy Carbaugh <jcarbaugh@sunlightfoundation.com>
All code is under a BSD-style license, see LICENSE for details.
Source: http://github.com/sunlightlabs/python-transparencydata/
python >= 2.4
simplejson >= 1.8 (not required with Python 2.6, will use built-in json
module)