Library for interacting with the National Institute on Money in State Politics API
Project description
A Python library for interacting with the National Institute on Money in State Politics API.
Released under a BSD-style license (see the LICENSE files for details).
python-nimsp is a project of Sunlight Labs (c) 2011. Written by Michael Stephens <mstephens@sunlightfoundation.com>.
Source: http://github.com/sunlightlabs/python-nimsp
Installation
To install from PyPI run
pip install nimsp
or
easy_install nimsp
To install from a source package run
python setup.py install
Example Usage
>>> from nimsp import nimsp >>> nimsp.apikey = 'YOUR_API_KEY' >>> corte = nimsp.candidates.list(state='tx', year=2008, candidate_name='Corte Jr, Frank')[0] >>> print "$%d" % corte.total_dollars $287372 >>> print corte.candidate_status Won
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nimsp-0.3.4.tar.gz
(3.9 kB
view details)
File details
Details for the file nimsp-0.3.4.tar.gz
.
File metadata
- Download URL: nimsp-0.3.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 785d18ad6ef95c0fd5392788d869b8dcc3df5290a40e36821fed7454e3cb18e1 |
|
MD5 | 2bc7006b2f3f49dcffad2680169f1bf6 |
|
BLAKE2b-256 | ae10405cf16fa9f37e403c95a49b2b53bb08b47190ccf21bf6c486521e47d578 |