.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md
README.ru.md
dev-requirements.txt
pyproject.toml
setup.py
.github/workflows/autotests.yml
.github/workflows/pypi_publish.yml
docs/development_guide.md
examples/async_server_client.py
examples/python_websocket_example.py
examples/stream_opcode_example.py
examples/streaming_example.py
examples/request_response_example/client_example.py
examples/request_response_example/server_example.py
src/ObscuraProto/__init__.py
src/ObscuraProto/bindings.cpp
src/pyObscuraProto.egg-info/PKG-INFO
src/pyObscuraProto.egg-info/SOURCES.txt
src/pyObscuraProto.egg-info/dependency_links.txt
src/pyObscuraProto.egg-info/not-zip-safe
src/pyObscuraProto.egg-info/top_level.txt
tests/test_auth_anonymous.py
tests/test_auto_unpacking.py
tests/test_bindings.py
tests/test_callback_dispatch.py
tests/test_config.py
tests/test_context_managers.py
tests/test_dispatcher_refactor.py
tests/test_logging.py
tests/test_payload_cross_language.py
tests/test_refactor_gaps.py
tests/test_review_fixes.py
tests/test_server_lifecycle.py
tests/test_streaming.py
tests/test_websocket_session.py
tests/audit_p0/__init__.py
tests/audit_p0/common.py
tests/audit_p0/run_audit.py
tests/audit_p0/x1_env.py
tests/audit_p0/x2_saturation.py
tests/audit_p0/x3_head_of_line.py
tests/audit_p0/x4_path_1_on_ready.py
tests/audit_p0/x4_path_2_on_open.py
tests/audit_p0/x4_path_3_on_close.py
tests/audit_p0/x4_path_4_identity.py
tests/audit_p0/x4_path_5_request_handler.py
tests/audit_p0/x4_path_6_raw_identity.py
tests/audit_p0/x4_path_7_raw_request.py
tests/audit_p0/x5_gc_scenario1.py
tests/audit_p0/x5_gc_scenario2.py
tests/audit_p0/x5_gc_scenario3.py
tests/audit_p0/x6_timeouts.py
tests/integration/__init__.py
tests/integration/test_anonymous.py
tests/integration/test_authenticated.py
tests/integration/test_full_cycle.py
tests/integration/test_server_edge.py
tests/integration/test_stream_routing.py
tests/integration/test_version_config.py
tests/v1_1_features/__init__.py
tests/v1_1_features/test_config.py
tests/v1_1_features/test_seed_keys.py
tests/v1_1_features/test_stream_opcode.py
tests/v1_1_features/test_versions.py