.gitignore
Documentation.md
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
src/nhl_core/__init__.py
src/nhl_core/contents.py
src/nhl_core/endpoints.py
src/nhl_core.egg-info/PKG-INFO
src/nhl_core.egg-info/SOURCES.txt
src/nhl_core.egg-info/dependency_links.txt
src/nhl_core.egg-info/requires.txt
src/nhl_core.egg-info/top_level.txt
tests/GoodNHLData.json
tests/test_endpoint_creation.py
tests/test_nhl.py