Metadata-Version: 2.1
Name: covid19-data
Version: 0.1.7
Summary: A fast, powerful, and flexible way to get up to date COVID-19 data for any major city, state, country, and total world wide data
Home-page: http://github.com/binarynightowl/covid19_python
Author: Taylor Dettling
Author-email: taylor@binarynightowl.com
License: MIT
Keywords: covid covid-19 corona coronavirus query hopkins python
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

![Unit Tests](https://github.com/binarynightowl/covid19_python/workflows/Unit%20Tests/badge.svg) ![Build](https://github.com/binarynightowl/covid19_python/workflows/Upload%20Python%20Package%20to%20PyPi/badge.svg)

Gets data for CoronaVirus (COVID-19) using John Hopkins' [ArcGIS application layer](https://services1.arcgis.com/0MSEUqKaxRlEPj5g/ArcGIS/rest/services/ncov_cases/FeatureServer) using a query to return a JSON document, so unlike similar packages it does not rely on a datasheet that is might not be up to date, but queries the source database directly. This allows us to get the most up to date information that is currently available, as well enabling us to get any of the data we want without any that is not wanted.


