.gitignore
.python-version
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/changelog.md
docs/conf.py
docs/index.md
docs/_static/custom.css
docs/_templates/sidebar/brand.html
docs/examples/basics.ipynb
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/user-guide/overview.md
src/oddslib/__init__.py
src/oddslib/formats.py
src/oddslib/py.typed
src/oddslib.egg-info/PKG-INFO
src/oddslib.egg-info/SOURCES.txt
src/oddslib.egg-info/dependency_links.txt
src/oddslib.egg-info/requires.txt
src/oddslib.egg-info/top_level.txt
tests/test_formats.py