You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[![License: MIT][mit-image]][mit-url][![Github Actions][github-actions-image]][github-actions-url][![PyPi][pypi-image]][pypi-url][![Read the Docs][docs-image]][docs-url]
4
4
5
-
A Python client for the [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/). Still in development.
5
+
The Python client for the [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/).
6
6
7
7
## Install
8
8
@@ -18,7 +18,23 @@ pip install epidatpy
18
18
19
19
## Usage
20
20
21
-
TODO
21
+
```py
22
+
from epidatpy import CovidcastEpidata, EpiDataContext, EpiRange
23
+
24
+
# All calls using the `epidata` object will now be cached for 7 days
0 commit comments