WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

PyPI version 0.0.4

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