Skip to content

imclab/python-transparencydata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)