Skip to main content

Python API for the numerous APIs available through USA Spending.

Project description

Python API for the numerous APIs available through [USA Spending](http://usaspending.gov/data?carryfilters=on).

Usage

>>> from usa_spending import Contracts
>>> c = Contracts()
>>> c.search(state='TX', count=500)
>>> # Search for contracts for a specific year.
... c.search(zipcode=12345, year=2010)
>>> # Search for contracts within a date range.
... c.search(state='CA', first_year=2008, last_year=2010)
>>> # Search for contracts not competed on.
... c.search(state='NY', competition='not competed')
>>> # Search for contracts not available for competition.
... c.search(state='NY', competition='N/A')
>>> # Find the number of contracts matching your criteria.
... data = c.search(zipcode=12345)
>>> found = data.response.result.numFound
>>> print found
6789

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

usa_spending-1.0.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file usa_spending-1.0.tar.gz.

File metadata

  • Download URL: usa_spending-1.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for usa_spending-1.0.tar.gz
Algorithm Hash digest
SHA256 8dfc2a14dfa6d9397ce8272f9c41a6980501a5610effc35df9cc0cc3c782190c
MD5 d4f521e5bd93d57f6ea9a950d922b29b
BLAKE2b-256 a3ff34437e946e3ba02788b6ae5751fcab78b89ad8d3b3f807f9bbebc7817f99

See more details on using hashes here.

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