Metadata-Version: 2.1
Name: dailycovid
Version: 0.1.2
Summary: U.S.A daily covid information
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: matplotlib (>=3.0.0,<4.0.0)
Requires-Dist: numpy (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Description-Content-Type: text/markdown

# dailycovid - Easily get covid updates

# Pypi installation
`pip3 install dailycovid`

# Usage

To get the plots for every county in a state.

`dailycovid -state ny`

Or by county.

`daily covid -state CA -county "Los Angeles"`

# Examples of plots

![image](examples/plots_los_angeles_california.png)

![image](examples/plots_suffolk_massachusetts.png)

![image](examples/plots_new_york_city_new_york.png)

