.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/python_websocket_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_config.py
tests/test_streaming.py
tests/test_websocket_session.py