Metadata-Version: 2.4
Name: python-socketio-stubs
Version: 5.15.0.1.20251124
Summary: python-socketio stubs
Project-URL: Repository, https://github.com/phi-friday/python-socketio-stubs
Author-email: phi <phi.friday@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Stubs Only
Requires-Python: >=3.10
Requires-Dist: typing-extensions>=4.4.0
Provides-Extra: mypy
Requires-Dist: mypy>=1.18.2; extra == 'mypy'
Provides-Extra: mypy-strict
Requires-Dist: mypy==1.18.2; extra == 'mypy-strict'
Requires-Dist: mypy>=1.18.2; extra == 'mypy-strict'
Description-Content-Type: text/markdown

# python-socketio-stubs

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/python-socketio-stubs.svg)](https://badge.fury.io/py/python-socketio-stubs)
[![python version](https://img.shields.io/pypi/pyversions/python-socketio-stubs.svg)](#)

Warning: This library provides type hints only.
If you need the runtime package,
you can find it [`python-socketio`](https://github.com/miguelgrinberg/python-socketio).

## how to install
```shell
$ pip install python-socketio-stubs
```

## TODO
* [ ] remove all `Incomplete`
* [ ] tests?

## License

MIT, see [LICENSE](https://github.com/phi-friday/python-socketio-stubs/blob/main/LICENSE).
