A command line tool to fetch worldwide data about Corona Virus
Project description
A command line tool to fetch worldwide data about COVID-19.
Stay Home, Stay Safe.
coronapy-cli
Track the Coronavirus disease (COVID-19) in the command line.
- 🚀 Get worldwide Coronavirus disease (COVID-19) reporting
- 🤯 Active daily reporting of your country's COVID-19 statistics
- 🗃️ Data: Country, Cases, Deaths, Recovered, Active, Critical
- 🥃 Soon : Get Mroccan States data for Coronavirus disease reports
coronapy-cli
- NovelCOVID/API updated very frequently.
Install
pip install coronapy-cli
Project Structure
├───coronapy
│ ├───lib
│ │ ├───__init.py__
│ │ ├───color.py
│ │ ├───get_countries.py
│ │ ├───get_country.py
│ │ └───get_world_wide.py
│ ├───__init__.py
│ └───cli.py
├───.gitignore
├───LICENSE.txt
├───Pipfile
├───Pipfile.lock
├───READMR.md
├───setup.cfg
└───setup.py
Development
Setup
-
Clone the repo and
cd
into it. -
Set up a Python 3 virtual environment using pipenv:
pipenv --three # create Python 3 virtual environment pipenv install --dev # install all dependencies pipenv shell # activate virtual environment shell
-
The script can be run from the root directory of the project:
python3 -m coronapy.cli --help
Usage
Worldwide Information
# Display data for all total cases, recovery, and deaths.
coronapy all
# Display a chart of Total Cases, Total Deaths and Recovered Cases.
coronapy all --chart
# Alias: Display a char.
coronapy all -c
All Countries
# Display data for all countries.
coronapy countries
# Sort data by type, the default type is 'cases'.
coronapy countries --sort cases
# Alias: Sort data by type.
corcoronapyona countries -s recovered
Single Country
# Display data for given country.
coronapy country <country_name>
# Display a chart of Total Cases, Total Deaths and Recovered Cases for given country i.e. China.
coronapy country China --chart
# Alias: Display a char.
coronapy country China -c
# Display a histogram shows cases or deaths data in last 20 day for given country i.e. USA.
coronapy country usa --hist
# You can set what kind of data (cases or deaths), the default is 'cases'.
coronapy country usa --hist --type cases
coronapy country usa --hist --type deaths
# Alias: Histogram & data type.
coronapy country usa -h -t cases
Sort Data
# All sorting parameters.
coronapy countries -s country
coronapy countries -s cases
coronapy countries -s todayCases
coronapy countries -s deaths
coronapy countries -s todayDeaths
coronapy countries -s recovered
coronapy countries -s active
coronapy countries -s critical
CLI Help
# Display the help data.
coronapy --help
To Do
- Add Screenshots.
- Catch and handle exceptions.
- Add Mroccan States data for Coronavirus disease reports.
- Add US States data for Coronavirus disease reports.
- Testing code.
- Make
--help
command better. - More Code Refactor!
- More... (have suggestions? let me know!)
Issues
Contributions are welcome, create a pull request to this repo and I will review your code.
Contributing
If you're facing a problem in using coronapy-cli please let me know by creating an issue in this github repository. I'm happy to help you! Don't forget to provide some screenshot or error logs of it!
Contributors list
Mouad Boulahdoud |
Misha Lisovyi |
aymaneMx |
Authors
- MouadBH
License
This project is licensed under the MIT License - see the LICENSE.txt file for details
Sponsor
This project sponsored by tea 🥃.
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
Built Distribution
File details
Details for the file coronapy-cli-1.3.1.tar.gz
.
File metadata
- Download URL: coronapy-cli-1.3.1.tar.gz
- Upload date:
- Size: 5.9 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.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdbb9b9fbe599bf2d67760142edde76a27a3450cf83b93ffe8faa17ac8c9ebaf |
|
MD5 | 88c7417bea4ce3bc3e8d32f107c0386e |
|
BLAKE2b-256 | 75c1fa927d208aaa4de31b8bd96bf20af7ff0a185737b2ac99df9af9af2e5dbb |
File details
Details for the file coronapy_cli-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: coronapy_cli-1.3.1-py3-none-any.whl
- Upload date:
- Size: 7.9 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.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6378edcc8eaf39310cf93e0fe478824f6a7edb344b323dc006beeaa7dfc45e3 |
|
MD5 | ad96e452534546820adc64305b290f47 |
|
BLAKE2b-256 | 4d44826637fe4cdaa8bc5fe73bd179400dd257e4914bc02b0763a87033dcb8b7 |