{"library":"python-socketio","type":"library","category":null,"description":"python-socketio is a comprehensive Python implementation of the Socket.IO real-time communication protocol, offering both server and client functionalities. It enables low-latency, bidirectional, and event-based communication between clients (often web browsers) and a Python server. The library is actively maintained with frequent releases, providing compatibility with various asynchronous frameworks and web servers.","language":"python","status":"active","version":"5.16.1","tags":["websocket","realtime","async","socket.io","networking"],"install":[{"cmd":"pip install python-socketio","imports":["import socketio\nsio = socketio.Server()","import socketio\nsio = socketio.AsyncServer()","import socketio\nsio = socketio.Client()","import socketio\nsio = socketio.AsyncClient()","import socketio\napp = socketio.WSGIApp(sio)","import socketio\napp = socketio.ASGIApp(sio)"]},{"cmd":"pip install \"python-socketio[client]\"","imports":[]},{"cmd":"pip install \"python-socketio[asyncio_client]\"","imports":[]}],"homepage":"https://python-socketio.readthedocs.io","github":"https://github.com/miguelgrinberg/python-socketio","docs":null,"changelog":null,"pypi":"https://pypi.org/project/python-socketio/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.61,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/python-socketio/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}