.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
quick_start.py
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/ffbb_api_client/__init__.py
src/ffbb_api_client/api_types.py
src/ffbb_api_client/http_requests_utils.py
src/ffbb_api_client.egg-info/PKG-INFO
src/ffbb_api_client.egg-info/SOURCES.txt
src/ffbb_api_client.egg-info/dependency_links.txt
src/ffbb_api_client.egg-info/not-zip-safe
src/ffbb_api_client.egg-info/requires.txt
src/ffbb_api_client.egg-info/top_level.txt
tests/conftest.py
tests/test_ffbb_api_client.py