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.
Release files for covidtracking 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| covidtracking-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / covidtracking-0.1-py3-none-any.whl
| Download URL | covidtracking-0.1-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
479000c7b2432989f087331c5034014d3e65889980ab9f64ddbcd2b07d6de84a
|
|
BLAKE2b-256 checksum How to use checksums |
7e5af92efa097c41920bcf43d1cb1156c81b28f4a6e071f7156dd85e03fc15a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|