A python library for using National Public Radio's API (http://www.npr.org/api/index)
Project description
This is a very simple library for getting story data from the National Public Radio (NPR) API.
In order to use this API, you must register for an API key and comply with the API Terms of Use. In particular, the NPR API may only be accessed for personal non-commercial use or for non-commercial use by a nonprofit 501(c)(3) corporation.
If you require Python < 2.6 then you will need the simplejson package.
If you require Python < 2.5 then you will need the cElementTree package.
For more details, please see the package documentation.
Credits
Created by Alec Mitchell for KCRW, an NPR station based in Santa Monica, California.
Copyright © 2010 KCRW
Changelog
1.0b2 (Febuary 24, 2010)
Simplify structure of link elements when using the StoryMapping API.
Make it compatible with Python 2.4 and 2.5 (you will need to install cElementTree and simplejson)
1.0b1 (Febuary 12, 2010)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.