Skip to main content

Python wrapper for the Microsoft Open Data APIs.

Project description

A Python wrapper for the Microsoft Open Data API.

Usage

>>> from open_data import OpenData
>>> od = OpenData()
>>> od.catalog()
['bls', 'dc', ... ]
>>> od.catalog('dc')
['BankLocations', 'TrafficCameras', 'ZoningPermits', ... ]
>>> data = od.query('dc', 'BankLocations')
>>> print data
{'all': ['of', 'your', 'data']}
>>> # Data returned in XML format.
... od.query('dc', 'BankLocations', format='xml')
>>> # JSON-P data is also available.
... od.query('dc', 'BankLocations', callback='my_callback')

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_data-1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page