.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
CONTRIBUTING.md
LICENSE
README.md
makefile
pyproject.toml
requirements-dev.txt
requirements.txt
.github/dependabot.yml
.github/workflows/black.yaml
.github/workflows/dapperdata.yaml
.github/workflows/lockfiles.yaml
.github/workflows/mypy.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
.github/workflows/tomlsort.yaml
docs/dev/README.md
docs/dev/cli.md
docs/dev/dependencies.md
docs/dev/github.md
docs/dev/pypi.md
docs/dev/settings.md
tests/__init__.py
tests/test_tvdata.py
tvdata/__init__.py
tvdata/_version.py
tvdata/cli.py
tvdata/py.typed
tvdata/settings.py
tvdata.egg-info/PKG-INFO
tvdata.egg-info/SOURCES.txt
tvdata.egg-info/dependency_links.txt
tvdata.egg-info/entry_points.txt
tvdata.egg-info/requires.txt
tvdata.egg-info/top_level.txt
tvdata/conf/__init__.py
tvdata/conf/settings.py
tvdata/core/__init__.py
tvdata/core/client.py