.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Jenkinsfile
LICENSE
README.md
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pythonpublish.yml
covid19_data/__init__.py
covid19_data/dict_as_attribute.py
covid19_data.egg-info/PKG-INFO
covid19_data.egg-info/SOURCES.txt
covid19_data.egg-info/dependency_links.txt
covid19_data.egg-info/top_level.txt
covid19_data/JHU/__init__.py
covid19_data/JHU/get_data.py
covid19_data/JHU/get_object.py
docs/CNAME
docs/README.md
docs/_config.yml
docs/init
examples/get_data_as_attr.py
examples/return_json.py
examples/return_obj.py
lambda/JHU_JSONBuilder.py
tests/__init__.py
tests/test_attribute_style.py
tests/test_get_data.py
tests/test_get_object.py
tests/test_main.py