CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
bench/connection.py
docs/Makefile
docs/make.bat
docs/source/advanced-usage.rst
docs/source/api.rst
docs/source/basic-usage.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/.keep
example/synchronous_client.py
example/synchronous_server.py
src/wsproto/__init__.py
src/wsproto/connection.py
src/wsproto/events.py
src/wsproto/extensions.py
src/wsproto/frame_protocol.py
src/wsproto/handshake.py
src/wsproto/py.typed
src/wsproto/typing.py
src/wsproto/utilities.py
src/wsproto.egg-info/PKG-INFO
src/wsproto.egg-info/SOURCES.txt
src/wsproto.egg-info/dependency_links.txt
src/wsproto.egg-info/requires.txt
src/wsproto.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_client.py
tests/test_connection.py
tests/test_extensions.py
tests/test_frame_protocol.py
tests/test_handshake.py
tests/test_permessage_deflate.py
tests/test_server.py