mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-14 19:54:38 +08:00
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
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)
|
|
|