.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
TODO.md
pyproject.toml
requirements.in
requirements.txt
setup.py
.github/workflows/python-package.yml
tcmb/__init__.py
tcmb/_data.py
tcmb/auth.py
tcmb/const.py
tcmb/core.py
tcmb/errors.py
tcmb/fetch.py
tcmb/utils.py
tcmb.egg-info/PKG-INFO
tcmb.egg-info/SOURCES.txt
tcmb.egg-info/dependency_links.txt
tcmb.egg-info/requires.txt
tcmb.egg-info/top_level.txt
tcmb/resources/series.json
tests/__init__.py
tests/test_auth.py
tests/test_core.py
tests/test_fetch.py
tests/test_utils.py