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