Metadata-Version: 2.1
Name: covpy
Version: 0.0.8
Summary: A package for getting confirmed infection and death data on the 2019 coronavirus
Home-page: https://github.com/pearsedoolin/covpy/
Author: Pearse Doolin
Author-email: pearsedoolin@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xlrd

# covpy 

A package for getting daily covid19 confirmed cases and death. See this [example](https://github.com/pearsedoolin/covpy/blob/master/covpy_example.ipynb) to get started.

## Installation

Use `pip install covpy`




