diff options
author | AlexSm <alex@ydb.tech> | 2023-12-21 15:05:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 15:05:38 +0100 |
commit | e98bcbc74422492351c51646dba3849a138a8ffc (patch) | |
tree | 38ad7a09b1f9c201ce8a7e3d69f2017388769224 /contrib/python/websocket-client/py3/.dist-info | |
parent | 559d7083cd8378cb25b9e966dedcca21d413e338 (diff) | |
download | ydb-e98bcbc74422492351c51646dba3849a138a8ffc.tar.gz |
Import libs 1 (#590)
* Import libs 1
* Add new file without extension
* Add file missed in export config
Diffstat (limited to 'contrib/python/websocket-client/py3/.dist-info')
-rw-r--r-- | contrib/python/websocket-client/py3/.dist-info/METADATA | 13 | ||||
-rw-r--r-- | contrib/python/websocket-client/py3/.dist-info/entry_points.txt | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/contrib/python/websocket-client/py3/.dist-info/METADATA b/contrib/python/websocket-client/py3/.dist-info/METADATA index 3925b4a17d..61847cefe3 100644 --- a/contrib/python/websocket-client/py3/.dist-info/METADATA +++ b/contrib/python/websocket-client/py3/.dist-info/METADATA @@ -1,18 +1,17 @@ Metadata-Version: 2.1 Name: websocket-client -Version: 1.6.4 +Version: 1.7.0 Summary: WebSocket client for Python with low level API options Home-page: https://github.com/websocket-client/websocket-client.git +Download-URL: https://github.com/websocket-client/websocket-client/releases Author: liris Author-email: liris.pp@gmail.com Maintainer: engn33r Maintainer-email: websocket.client@proton.me License: Apache-2.0 -Download-URL: https://github.com/websocket-client/websocket-client/releases Project-URL: Documentation, https://websocket-client.readthedocs.io/ Project-URL: Source, https://github.com/websocket-client/websocket-client/ Keywords: websockets client -Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: 3 @@ -31,8 +30,8 @@ Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE Provides-Extra: docs -Requires-Dist: Sphinx (>=6.0) ; extra == 'docs' -Requires-Dist: sphinx-rtd-theme (>=1.1.0) ; extra == 'docs' +Requires-Dist: Sphinx >=6.0 ; extra == 'docs' +Requires-Dist: sphinx-rtd-theme >=1.1.0 ; extra == 'docs' Provides-Extra: optional Requires-Dist: python-socks ; extra == 'optional' Requires-Dist: wsaccel ; extra == 'optional' @@ -44,6 +43,8 @@ Requires-Dist: websockets ; extra == 'test' [](https://codecov.io/gh/websocket-client/websocket-client) [](https://pepy.tech/project/websocket-client) [](https://pypi.org/project/websocket_client/) +[](https://opensource.org/licenses/Apache-2.0) +[](https://github.com/psf/black) # websocket-client @@ -180,5 +181,3 @@ result = ws.recv() print("Received '%s'" % result) ws.close() ``` - - diff --git a/contrib/python/websocket-client/py3/.dist-info/entry_points.txt b/contrib/python/websocket-client/py3/.dist-info/entry_points.txt index 2c30a29b85..45c854eb72 100644 --- a/contrib/python/websocket-client/py3/.dist-info/entry_points.txt +++ b/contrib/python/websocket-client/py3/.dist-info/entry_points.txt @@ -1,3 +1,2 @@ [console_scripts] wsdump = websocket._wsdump:main - |