Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 637 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 637 Bytes

python-transparencydata

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/

Requirements

python >= 2.4

simplejson >= 1.8 (not required with Python 2.6, will use built-in json module)