Metadata-Version: 2.1
Name: covidcast
Version: 0.2.1
Summary: Access COVID-19 data through the Delphi COVIDcast API
Home-page: https://cmu-delphi.github.io/covidcast/covidcast-py/html/
Author: Alex Reinhart
Author-email: areinhar@stat.cmu.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: delphi-epidata (>=4.1.1)
Requires-Dist: descartes
Requires-Dist: epiweeks
Requires-Dist: geopandas
Requires-Dist: imageio
Requires-Dist: imageio-ffmpeg
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas (<2)
Requires-Dist: requests
Requires-Dist: tqdm

# COVIDcast API client

Provides Python access to the [COVIDcast
API](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html) published
by the [Delphi group](https://delphi.cmu.edu/) at [Carnegie Mellon
University](https://www.cmu.edu). This API provides daily access to a range of
COVID-related signals Delphi collects from a variety of sources, including
cases, deaths, symptom surveys, healthcare data, and other information. This
package also provides convenient tools for mapping and analyzing the API's data.

For installation instructions, documentation, and examples, consult the [package
documentation](https://cmu-delphi.github.io/covidcast/covidcast-py/html/).


