Skip to content

Releases: cmu-delphi/delphi-epidata

PyPI version 0.0.5

30 Apr 22:56
92d1ba2
Compare
Choose a tag to compare

This is an update to the PyPI package delphi-epidata, which can be found at https://pypi.org/project/delphi-epidata/.

It can be installed like this:

pip install delphi-epidata

It can be used like this:

# import
from delphi_epidata import Epidata

# query
print(Epidata.fluview('nat', 202016))

PyPI version 0.0.4

05 Oct 18:02
Compare
Choose a tag to compare

This is the first release of the PyPI package delphi-epidata, which can be found at https://pypi.org/project/delphi-epidata/.

It can be installed like this:
pip install delphi-epidata (or even better: pipenv install delphi-epidata)

Then you can use it in your python code like this:

# import
from delphi_epidata import Epidata

# query
print(Epidata.fluview('nat', 201830))