A Python Package to get covid19 Cases for any Country with Forcast Time Series LSTM
Project description
COVID19 Cases Forcast Time Series By using LSTM
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
pycovid19lstm-0.2.0.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file pycovid19lstm-0.2.0.tar.gz
.
File metadata
- Download URL: pycovid19lstm-0.2.0.tar.gz
- Upload date:
- Size: 4.4 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.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab97c57eaeba1167f3113c424cfe4e22b79b786fc60d9bda3d57499617c7085b |
|
MD5 | 9dce7c5e5596e983718594ddfe86e423 |
|
BLAKE2b-256 | 899b35a0812d82f7e44b1e56e72a3971726c46ed547b5aafb156be5dd28bd52e |
File details
Details for the file pycovid19lstm-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pycovid19lstm-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.3 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.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f92f83ed82163c4e897b1e7a2341f29a8536c993107d99bd2ba362d282be38d |
|
MD5 | de1a5d31034e7ac70e817996a68b250f |
|
BLAKE2b-256 | 45c81556d73dfad50d1489f5ba03788fe68b9213ce0e25c70803fdc7191da111 |