Metadata-Version: 2.1
Name: covid19-big
Version: 0.1
Summary: A Covid19 package
Home-page: https://github.com/emhayusa/covid19-big
Author: Muhammad Hasannudin Yusa
Author-email: emhayusa@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Click

# Covid19 Package
A helper pip package for Covid19

### Assumptions:
+ Assuming python is installed on your system.

Installation sets up command
**************************************

Situation before installation::

    $ covid19
    bash: covid19: command not found

Installation right from the source tree (or via pip from PyPI)::

    $ python setup.py install

    $ pip install covid19

Now, the ``covid19`` command is available::

    $ covid19
    Welcome to Covid19!

