Skip to main content

A wrapper allowing users to get specific state-based COVID statistics from the Covid Act Now database.

Project description

Covid Act Now Database Wrapper

This package is an extremely bare-bones wrapper around Covid Act Now's database of COVID-19 related information. View the PyPi project here, and the original post page here.

Usage is simple. Install the package with pip install covidactnow.

Instantiate a user object with your API key as an argument. You can easily generate an API key here.

import covidactnow

api = covidactnow.User(api_key = 'yourapikey')

washingtonInfectionRate = api.infRate('WA')
massachussettsVaxRate = api.vaxRate('MA')

print(f"{washingtonInfectionRate = }")
print(f"{massachussettsVaxRate = }")

This will result (with different data, of course):

washingtonInfectionRate = 1.16
massachussettsVaxRate = 76.3

For more information on how the wrapper works, particularly how it was redesigned to be package-friendly, read the "Updated for Distribution" section of this page. Note that this version has been updated to get data from within a User class allowing individual API keys to be used (as opposed to defining a state as an object and defining statistics as object attributes).

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

covidactnow-1.1.7.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

covidactnow-1.1.7-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file covidactnow-1.1.7.tar.gz.

File metadata

  • Download URL: covidactnow-1.1.7.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for covidactnow-1.1.7.tar.gz
Algorithm Hash digest
SHA256 6e9628b5c89981bcced14ee81f8d83e36e287940e8fc3d79682b8a742b054a23
MD5 fc8a81e0ffa0491cc8e3a6afd83ce4ff
BLAKE2b-256 6e15354d56ebb2d3ea83168ebea3ed5553df83d0ed3abcc60994ddd7adaff9dd

See more details on using hashes here.

File details

Details for the file covidactnow-1.1.7-py3-none-any.whl.

File metadata

  • Download URL: covidactnow-1.1.7-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for covidactnow-1.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 2ac7a45ce04f1146a3500fc91bcdd246a3b83310e4d0fb68369073e14a53f228
MD5 9c28812e0ed9c600ce448f0dd3cc5aea
BLAKE2b-256 abe402622b7101e858e03633bfa55ebf8211e90ef57d5fdebc78f7463e632711

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