CONFIGURATION.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
configs/basic_auth.json
configs/http.json
configs/http_8001_test.json
configs/http_correct.json
configs/http_simple.json
configs/http_test.json
configs/http_token.json
configs/http_token_correct.json
configs/http_token_roles.json
configs/http_token_roles_token_roles.json
configs/http_token_token_roles.json
configs/https.json
configs/https_8001_test.json
configs/https_api_test.json
configs/https_simple.json
configs/https_test.json
configs/https_token.json
configs/https_token_8001.json
configs/https_token_roles.json
configs/https_token_roles_token_roles.json
configs/https_token_token_roles.json
configs/jwt.json
configs/mtls.json
configs/mtls_8001.json
configs/mtls_8001_test.json
configs/mtls_correct.json
configs/mtls_roles.json
configs/mtls_roles_token_roles.json
configs/mtls_test.json
configs/mtls_token_roles.json
configs/roles.json
configs/test_http_simple.json
configs/test_http_token.json
configs/test_http_token_roles.json
configs/test_https_simple.json
configs/test_https_token.json
configs/test_https_token_roles.json
configs/test_mtls_roles.json
configs/test_mtls_simple.json
configs/test_server_http.json
configs/test_server_https.json
configs/test_server_mtls.json
docs/api_format.md
docs/client_integration_guide.md
docs/coverage_report.md
docs/error_500_analysis.md
docs/error_handling_complete.md
docs/error_handling_issue.md
embed_client/__init__.py
embed_client/__main__.py
embed_client/adapter_config_factory.py
embed_client/adapter_transport.py
embed_client/async_client.py
embed_client/async_client_api_mixin.py
embed_client/async_client_factory_mixin.py
embed_client/async_client_introspection_mixin.py
embed_client/async_client_lifecycle_mixin.py
embed_client/async_client_queue_mixin.py
embed_client/async_client_response_mixin.py
embed_client/auth.py
embed_client/auth_examples.py
embed_client/cli.py
embed_client/cli_core.py
embed_client/client_factory.py
embed_client/client_factory_examples.py
embed_client/client_factory_helpers.py
embed_client/config.py
embed_client/config_defaults.py
embed_client/config_examples.py
embed_client/config_generator.py
embed_client/config_generator_cli.py
embed_client/config_presets.py
embed_client/config_validator.py
embed_client/config_validator_cli.py
embed_client/constants.py
embed_client/demo_cli.py
embed_client/demo_security_cli.py
embed_client/example_async_usage.py
embed_client/example_async_usage_demo.py
embed_client/example_async_usage_ru.py
embed_client/example_async_usage_ru_demo.py
embed_client/exceptions.py
embed_client/response_normalizer.py
embed_client/response_parsers.py
embed_client/security_cli.py
embed_client/security_cli_core.py
embed_client/ssl_examples.py
embed_client/ssl_manager.py
embed_client.egg-info/PKG-INFO
embed_client.egg-info/SOURCES.txt
embed_client.egg-info/dependency_links.txt
embed_client.egg-info/entry_points.txt
embed_client.egg-info/requires.txt
embed_client.egg-info/top_level.txt
examples/README.md
examples/security_examples.py
examples/security_examples_ru.py
examples/configs/http_simple.json
examples/configs/https_token.json
examples/configs/mtls_roles.json
tests/test_adapter_integration.py
tests/test_adapter_phase1.py
tests/test_adapter_phase2.py
tests/test_adapter_transport_coverage.py
tests/test_all_modes_8001.py
tests/test_all_modules_coverage.py
tests/test_all_security_modes.py
tests/test_api_mixin_90_plus.py
tests/test_async_client.py
tests/test_async_client_real.py
tests/test_async_client_real_fixtures.py
tests/test_async_client_stress.py
tests/test_async_client_stress_new.py
tests/test_async_client_stress_updated.py
tests/test_async_completeness.py
tests/test_auth.py
tests/test_auth_helpers.py
tests/test_auth_manager.py
tests/test_cli.py
tests/test_client_examples.py
tests/test_client_factory.py
tests/test_client_factory_convenience.py
tests/test_client_factory_integration.py
tests/test_comprehensive_server.py
tests/test_config.py
tests/test_coverage_90_plus.py
tests/test_embed_contract_8001.py
tests/test_embed_overrides_coverage.py
tests/test_embed_with_overrides.py
tests/test_example_async_usage.py
tests/test_example_async_usage_ru.py
tests/test_final_90_plus_coverage.py
tests/test_final_coverage.py
tests/test_https_server.py
tests/test_queue_methods.py
tests/test_remaining_coverage.py
tests/test_security_cli.py
tests/test_security_examples.py
tests/test_server.py
tests/test_server_runner.py
tests/test_ssl_manager.py
tests/test_with_auth.py