.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/release.yml
foff/__init__.py
foff/_version.py
foff/async_client.py
foff/client.py
foff/config.py
foff/constants.py
foff/models.py
foff/py.typed
foff.egg-info/PKG-INFO
foff.egg-info/SOURCES.txt
foff.egg-info/dependency_links.txt
foff.egg-info/requires.txt
foff.egg-info/top_level.txt
tests/__init__.py
tests/test_async_client.py
tests/test_client.py
tests/test_config.py
tests/test_models.py