Metadata-Version: 2.1
Name: tmexio
Version: 0.2.1
Summary: Python framework for building SocketIO applications with typing, dependency injection and more
Author: niqzart
Author-email: niqzart@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: asgiref (>=3.8.1,<4.0.0)
Requires-Dist: pydantic (>=2.7.0,<3.0.0)
Requires-Dist: python-socketio (>=5.11.2,<6.0.0)
Description-Content-Type: text/markdown

# TMEXIO
Python framework for building SocketIO applications with typing, dependency injection and more

TBA

## Local Development
1. Clone the repository
2. Setup python (the library is made with python 3.12+)
3. Install poetry (should work with v1.8.2)
4. Install dependencies
5. Install pre-commit hooks

Commands to use:
```
pip install poetry==1.8.2
poetry install
pre-commit install
```

