LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
fogis_api_client/__init__.py
fogis_api_client/api_contracts.py
fogis_api_client/enums.py
fogis_api_client/event_types.py
fogis_api_client/fogis_api_client.py
fogis_api_client/logging_config.py
fogis_api_client/match_list_filter.py
fogis_api_client/public_api_client.py
fogis_api_client/types.py
fogis_api_client/cli/__init__.py
fogis_api_client/cli/api_client.py
fogis_api_client/cli/mock_server.py
fogis_api_client/cli/commands/__init__.py
fogis_api_client/cli/commands/base.py
fogis_api_client/cli/commands/history.py
fogis_api_client/cli/commands/start.py
fogis_api_client/cli/commands/status.py
fogis_api_client/cli/commands/stop.py
fogis_api_client/cli/commands/test.py
fogis_api_client/cli/commands/validation.py
fogis_api_client/core/__init__.py
fogis_api_client/core/enhanced_logging_config.py
fogis_api_client/core/error_handling.py
fogis_api_client/internal/__init__.py
fogis_api_client/internal/adapters.py
fogis_api_client/internal/api_client.py
fogis_api_client/internal/api_contracts.py
fogis_api_client/internal/auth.py
fogis_api_client/internal/fogis_oauth_manager.py
fogis_api_client/internal/types.py
fogis_api_client_timmyBird.egg-info/PKG-INFO
fogis_api_client_timmyBird.egg-info/SOURCES.txt
fogis_api_client_timmyBird.egg-info/dependency_links.txt
fogis_api_client_timmyBird.egg-info/requires.txt
fogis_api_client_timmyBird.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/conftest.py
integration_tests/mock_fogis_server.py
integration_tests/pytest_plugin.py
integration_tests/request_validator.py
integration_tests/sample_data.py
integration_tests/sample_data_factory.py
integration_tests/schema_validator.py
integration_tests/test_api_endpoints.py
integration_tests/test_cli.py
integration_tests/test_match_list_filter_integration.py
integration_tests/test_match_result_reporting.py
integration_tests/test_new_endpoints.py
integration_tests/test_pytest_plugin.py
integration_tests/test_schema_validator.py
integration_tests/test_with_mock_server.py
tests/__init__.py
tests/conftest_enhanced.py
tests/test_adapters.py
tests/test_ai_safe_markers.py
tests/test_api_compatibility.py
tests/test_api_contracts.py
tests/test_api_gateway.py
tests/test_auth_routes.py
tests/test_cli_api_client.py
tests/test_cli_commands.py
tests/test_convenience_methods.py
tests/test_cookie_auth.py
tests/test_core_error_handling.py
tests/test_docker_setup.py
tests/test_fogis_api_client.py
tests/test_fogis_api_client_ai_generated.py
tests/test_fogis_oauth.py
tests/test_fogis_oauth_integration.py
tests/test_health_check_optimization.py
tests/test_http_wrapper.py
tests/test_internal_api.py
tests/test_internal_auth.py
tests/test_lazy_login.py
tests/test_logging_config.py
tests/test_mark_reporting_finished.py
tests/test_match_list_filter.py
tests/test_match_list_filter_fetch_filtered_matches.py
tests/test_match_result_formats.py
tests/test_parameter_names.py
tests/test_public_api_client.py
tests/test_swagger.py
tests/test_validation_layer.py