Simple API to get data from https://covidtracking.com
Project description
Covid Tracking API
Simple API to get data from https://covidtracking.com
>>> import sys
>>> sys.path.append('src')
>>> from covidtracking import CovidTracking
>>> c = CovidTracking()
>>> x = c.states() # Get all states
>>> ga = c.states('GA') # Get only Georgia data
>>> twoStates = c.states('GA', 'SC') # You can pass multiple filters
The data is cached, since it's not updated constantly. To refresh, call clear() first.
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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file covidtracking-0.1-py3-none-any.whl.
File metadata
- Download URL: covidtracking-0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479000c7b2432989f087331c5034014d3e65889980ab9f64ddbcd2b07d6de84a
|
|
| MD5 |
506990b4623135d1ec941675c2711928
|
|
| BLAKE2b-256 |
7e5af92efa097c41920bcf43d1cb1156c81b28f4a6e071f7156dd85e03fc15a2
|