Skip to main content

Covid-19 statistics for Regione Umbria, based on the public API

Project description

Covid19Umbria

PyPI

Covid-19 statistics for Regione Umbria, based on the public API.

Cf. also the Dashboard COVID-19 Regione Umbria.

Partially inspired by the covid package.

Installation

pip install covid19umbria

Usage

See the example.

Get All Data

from covid19umbria import Covid19Umbria

covid19 = Covid19Umbria()
covid19.get_data()

Get Currently Active cases

current_active = covid19.get_current_active_cases()

Get Total Confirmed cases

new_active = covid19.get_total_confirmed_cases()

Get Total Recovered cases

recovered = covid19.get_total_recovered()

Get Total Deaths

deaths = covid19.get_total_deaths()

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

covid19umbria-0.0.6.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

covid19umbria-0.0.6-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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