CHANGELOG.rst LICENSE MANIFEST.in README.rst setup.cfg setup.py tox.ini bench/connection.py compliance/run-autobahn-tests.py compliance/test_client.py compliance/test_server.py compliance/ws-fuzzingclient.json compliance/ws-fuzzingserver.json 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 test/__init__.py test/helpers.py test/test_client.py test/test_connection.py test/test_extensions.py test/test_frame_protocol.py test/test_handshake.py test/test_permessage_deflate.py test/test_server.py