Python framework for building SocketIO applications with typing, dependency injection and more
TBA
- Clone the repository
- Setup python (the library is made with python 3.12+)
- Install poetry (should work with v1.8.2)
- Install dependencies
- Install pre-commit hooks
Commands to use:
pip install poetry==1.8.2
poetry install
pre-commit install