.dockerignore
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore
.python-version
AGENTS.md
LICENSE
README.md
compose.yaml
makefile
pyproject.toml
uv.lock
.github/dependabot.yml
.github/actions/black/action.yaml
.github/actions/mypy/action.yaml
.github/actions/prettier/action.yaml
.github/actions/pypi/action.yaml
.github/actions/pytest/action.yaml
.github/actions/ruff/action.yaml
.github/actions/tomlsort/action.yaml
.github/workflows/black.yaml
.github/workflows/mypy.yaml
.github/workflows/prettier.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
.github/workflows/tomlsort.yaml
docs/dev/README.md
docs/dev/dependencies.md
docs/dev/docker.md
docs/dev/documentation.md
docs/dev/github.md
docs/dev/makefile.md
docs/dev/pypi.md
docs/dev/settings.md
docs/dev/testing.md
odyssey_sdk/__init__.py
odyssey_sdk/_version.py
odyssey_sdk/py.typed
odyssey_sdk/settings.py
odyssey_sdk.egg-info/PKG-INFO
odyssey_sdk.egg-info/SOURCES.txt
odyssey_sdk.egg-info/dependency_links.txt
odyssey_sdk.egg-info/requires.txt
odyssey_sdk.egg-info/top_level.txt
odyssey_sdk/conf/__init__.py
odyssey_sdk/conf/settings.py
tests/__init__.py
tests/conftest.py
tests/test_settings.py
tests/services/__init__.py