You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
31 lines
1.3 KiB
Metadata-Version: 2.1 |
|
Name: simple-websocket |
|
Version: 0.10.1 |
|
Summary: Simple WebSocket server and client for Python |
|
Home-page: https://github.com/miguelgrinberg/simple-websocket |
|
Author: Miguel Grinberg |
|
Author-email: miguel.grinberg@gmail.com |
|
Project-URL: Bug Tracker, https://github.com/miguelgrinberg/simple-websocket/issues |
|
Classifier: Environment :: Web Environment |
|
Classifier: Intended Audience :: Developers |
|
Classifier: Programming Language :: Python :: 3 |
|
Classifier: License :: OSI Approved :: MIT License |
|
Classifier: Operating System :: OS Independent |
|
Requires-Python: >=3.6 |
|
Description-Content-Type: text/markdown |
|
License-File: LICENSE |
|
Requires-Dist: wsproto |
|
|
|
simple-websocket |
|
================ |
|
|
|
[](https://github.com/miguelgrinberg/simple-websocket/actions) [](https://codecov.io/gh/miguelgrinberg/simple-websocket) |
|
|
|
Simple WebSocket server and client for Python. |
|
|
|
## Resources |
|
|
|
- [Documentation](http://simple-websocket.readthedocs.io/en/latest/) |
|
- [PyPI](https://pypi.python.org/pypi/simple-websocket) |
|
- [Change Log](https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md) |
|
|
|
|