Skip to content

PyPI version 0.0.4

Compare
Choose a tag to compare
@undefx undefx released this 05 Oct 18:02

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))