LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/websockets/__init__.py
src/websockets/__main__.py
src/websockets/auth.py
src/websockets/client.py
src/websockets/exceptions.py
src/websockets/framing.py
src/websockets/handshake.py
src/websockets/headers.py
src/websockets/http.py
src/websockets/protocol.py
src/websockets/py.typed
src/websockets/server.py
src/websockets/speedups.c
src/websockets/typing.py
src/websockets/uri.py
src/websockets/utils.py
src/websockets/version.py
src/websockets.egg-info/PKG-INFO
src/websockets.egg-info/SOURCES.txt
src/websockets.egg-info/dependency_links.txt
src/websockets.egg-info/not-zip-safe
src/websockets.egg-info/top_level.txt
src/websockets/extensions/__init__.py
src/websockets/extensions/base.py
src/websockets/extensions/permessage_deflate.py