Skip to content

Commit 07ce15f

Browse files
committed
chore: readme
1 parent 12bb5f5 commit 07ce15f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# python-socketio-stubs
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![PyPI version](https://badge.fury.io/py/python-socketio-stubs.svg)](https://badge.fury.io/py/joblib-stubs)
5+
[![python version](https://img.shields.io/pypi/pyversions/python-socketio-stubs.svg)](#)
6+
7+
Warning: This library provides type hints only.
8+
If you need the runtime package,
9+
you can find it [`python-socketio`](https://github.com/miguelgrinberg/python-socketio).
10+
11+
## how to install
12+
```shell
13+
$ pip install python-socketio-stubs
14+
```
15+
16+
## TODO
17+
* [ ] remove all `Incomplete`
18+
* [ ] tests?
19+
20+
## License
21+
22+
MIT, see [LICENSE](https://github.com/phi-friday/python-socketio-stubs/blob/main/LICENSE).

0 commit comments

Comments
 (0)