LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
docs/Makefile
docs/api.rst
docs/client.rst
docs/conf.py
docs/index.rst
docs/intro.rst
docs/make.bat
docs/server.rst
docs/_static/README.md
docs/_static/custom.css
src/python_socketio.egg-info/PKG-INFO
src/python_socketio.egg-info/SOURCES.txt
src/python_socketio.egg-info/dependency_links.txt
src/python_socketio.egg-info/not-zip-safe
src/python_socketio.egg-info/requires.txt
src/python_socketio.egg-info/top_level.txt
src/socketio/__init__.py
src/socketio/admin.py
src/socketio/asgi.py
src/socketio/async_admin.py
src/socketio/async_aiopika_manager.py
src/socketio/async_client.py
src/socketio/async_manager.py
src/socketio/async_namespace.py
src/socketio/async_pubsub_manager.py
src/socketio/async_redis_manager.py
src/socketio/async_server.py
src/socketio/async_simple_client.py
src/socketio/base_client.py
src/socketio/base_manager.py
src/socketio/base_namespace.py
src/socketio/base_server.py
src/socketio/client.py
src/socketio/exceptions.py
src/socketio/kafka_manager.py
src/socketio/kombu_manager.py
src/socketio/manager.py
src/socketio/middleware.py
src/socketio/msgpack_packet.py
src/socketio/namespace.py
src/socketio/packet.py
src/socketio/pubsub_manager.py
src/socketio/redis_manager.py
src/socketio/server.py
src/socketio/simple_client.py
src/socketio/tornado.py
src/socketio/zmq_manager.py
tests/__init__.py
tests/asyncio_web_server.py
tests/web_server.py
tests/async/__init__.py
tests/async/test_admin.py
tests/async/test_client.py
tests/async/test_manager.py
tests/async/test_namespace.py
tests/async/test_pubsub_manager.py
tests/async/test_server.py
tests/async/test_simple_client.py
tests/common/__init__.py
tests/common/test_admin.py
tests/common/test_client.py
tests/common/test_manager.py
tests/common/test_middleware.py
tests/common/test_msgpack_packet.py
tests/common/test_namespace.py
tests/common/test_packet.py
tests/common/test_pubsub_manager.py
tests/common/test_redis_manager.py
tests/common/test_server.py
tests/common/test_simple_client.py
tests/performance/README.md
tests/performance/binary_packet.py
tests/performance/json_packet.py
tests/performance/namespace_packet.py
tests/performance/run.sh
tests/performance/server_receive.py
tests/performance/server_send.py
tests/performance/server_send_broadcast.py
tests/performance/text_packet.py