.env.example
.flake8
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
RELEASE_CHECKLIST.md
RELEASE_NOTES_2.0.0.md
SECURITY_AUDIT.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
.kiro/specs/api-changes-2025-02-17/design.md
.kiro/specs/api-changes-2025-02-17/requirements.md
.kiro/specs/api-changes-2025-02-17/tasks.md
.kiro/specs/fuel-finder-api/design.md
.kiro/specs/fuel-finder-api/openapi.yaml
.kiro/specs/fuel-finder-api/requirements.md
.kiro/specs/fuel-finder-api/tasks.md
docs/openapi.json
examples/api_migration.py
examples/basic_usage.py
examples/error_handling.py
examples/fetch_all_sites.py
examples/fetch_fuel_prices.py
examples/global_config.py
examples/location_search.py
tests/__init__.py
tests/conftest.py
tests/fixtures/__init__.py
tests/fixtures/responses.py
tests/integration/__init__.py
tests/integration/test_pagination.py
tests/integration/test_real_api.py
tests/unit/__init__.py
tests/unit/test_auth.py
tests/unit/test_backward_compatibility.py
tests/unit/test_batch_404.py
tests/unit/test_cache.py
tests/unit/test_error_handling.py
tests/unit/test_global_config.py
tests/unit/test_http_client.py
tests/unit/test_location_search.py
tests/unit/test_models.py
tests/unit/test_rate_limiter.py
ukfuelfinder/__init__.py
ukfuelfinder/auth.py
ukfuelfinder/cache.py
ukfuelfinder/client.py
ukfuelfinder/compatibility.py
ukfuelfinder/config.py
ukfuelfinder/exceptions.py
ukfuelfinder/http_client.py
ukfuelfinder/models.py
ukfuelfinder/rate_limiter.py
ukfuelfinder.egg-info/PKG-INFO
ukfuelfinder.egg-info/SOURCES.txt
ukfuelfinder.egg-info/dependency_links.txt
ukfuelfinder.egg-info/requires.txt
ukfuelfinder.egg-info/top_level.txt
ukfuelfinder/services/__init__.py
ukfuelfinder/services/forecourt_service.py
ukfuelfinder/services/price_service.py