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.
34 lines
1.3 KiB
34 lines
1.3 KiB
9 months ago
|
Metadata-Version: 2.1
|
||
|
Name: simple-websocket
|
||
|
Version: 1.0.0
|
||
|
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
|
||
|
Provides-Extra: docs
|
||
|
Requires-Dist: sphinx ; extra == 'docs'
|
||
|
|
||
|
simple-websocket
|
||
|
================
|
||
|
|
||
|
[![Build status](https://github.com/miguelgrinberg/simple-websocket/workflows/build/badge.svg)](https://github.com/miguelgrinberg/simple-websocket/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/simple-websocket/branch/main/graph/badge.svg)](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)
|
||
|
|