Metadata-Version: 2.1
Name: covid19-data
Version: 0.0.3
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent

'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 t'
'o get any of the data we want without any that is not wanted.'

