A Python Package to get covid19 Cases for any Country Real Time
Project description
Covid19 Cases Tracking For Every Country in Real Time
about
A small package of Python to access and track the number of cases of confirmed and deaths and recovered people from the Coronavirus for any country
Installation
pip install covid19-cases
or in colab google cloud
!pip install covid19-cases
Usage
from covid19_cases import corona19
country_name='any_country' #name of country
# to get confirmed count for country in real time
confirmed_count=corona19.confirmed_people(country_name)
#to get deaths count for country in real time
deaths_count=corona19.deaths_people(country_name)
#to get recoverd count in real time
recoverd_count=corona19.recoverd_people(country_name)
Checking
To verify the retrieved data within this library go to worldmeters web site for checking for any coutry
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 Distribution
covid19_cases-0.0.8.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file covid19_cases-0.0.8.tar.gz
.
File metadata
- Download URL: covid19_cases-0.0.8.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d139f6fa6bfec106f376b539c406259233e95aaf067a999328549d6c491927ea |
|
MD5 | c3fa07dd39b65a87b5d9c86d8417c3ad |
|
BLAKE2b-256 | 725d977eec6b14f34d16d836050f8787d542dfdadb5f330c4feaffe782af7156 |
File details
Details for the file covid19_cases-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: covid19_cases-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.5 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bd9d9047f6a53be5b3ce4ed7e1e4bf8c0f94ce3780e83162433e96a5c00645f |
|
MD5 | eb63bfe6dbbf5810cbcb31d77cf1e455 |
|
BLAKE2b-256 | 93aab771f380a9c42ddb8b0ff5ed421a0efffad456f6ae81248bba49794f4f57 |