Metadata-Version: 2.1
Name: covidcast
Version: 0.0.7
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: pandas
Requires-Dist: requests
Requires-Dist: delphi-epidata (>=0.0.6)

# 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.

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


