Metadata-Version: 2.4
Name: fastapi-sio-di
Version: 0.6.2
Summary: FastAPI-SIO-DI is a library tailored for integrating Socket.IO with FastAPI. It allows you to develop real-time WebSocket applications using the familiar FastAPI style (Dependency Injection, Pydantic models).
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: msgpack>=1.0.0
Requires-Dist: python-socketio>=5.16.1
Provides-Extra: redis
Requires-Dist: redis>=4.0.0; extra == 'redis'
