Metadata-Version: 2.1
Name: covid-cli
Version: 1.0.8
Summary: Get the latest COVID-19 information via the command line. 
Home-page: https://github.com/AnthonyBloomer/covid-cli
Author: Anthony Bloomer
Author-email: ant0@protonmail.ch
License: UNKNOWN
Keywords: coronavirus,covid19
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests
Requires-Dist: PTable
Requires-Dist: pandas

covid-cli
=========

Get the latest COVID-19 information via the command line.

Installation
------------

::

   pip install covid-cli

Usage
-----

::

   usage: covid [-h] [-all] [-country COUNTRY] [-totals] [-csv] [-us]
                [-sort-by [{Country,Active,Cases,Deaths,Recovered,Death Rate}]]

   optional arguments:
     -h, --help            show this help message and exit
     -all, -a              Get all countries totals
     -country COUNTRY, -c COUNTRY
                           Get a specific country's totals.
     -totals, -t           Get global stats: cases, deaths, recovered, time last
                           updated, and active cases
     -csv                  Set this flag to output to CSV.
     -us, -u               Get United States data.
     -sort-by [{Country,Active,Cases,Deaths,Recovered,Death Rate}], -s [{Country,Active,Cases,Deaths,Recovered,Death Rate}]
                           Sort data by column.

Demo
----

|asciicast|

.. |asciicast| image:: https://asciinema.org/a/315090.svg
   :target: https://asciinema.org/a/315090


