aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/websocket-client/py3/.dist-info
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-21 15:05:38 +0100
committerGitHub <noreply@github.com>2023-12-21 15:05:38 +0100
commite98bcbc74422492351c51646dba3849a138a8ffc (patch)
tree38ad7a09b1f9c201ce8a7e3d69f2017388769224 /contrib/python/websocket-client/py3/.dist-info
parent559d7083cd8378cb25b9e966dedcca21d413e338 (diff)
downloadydb-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/METADATA13
-rw-r--r--contrib/python/websocket-client/py3/.dist-info/entry_points.txt1
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'
[![codecov](https://codecov.io/gh/websocket-client/websocket-client/branch/master/graph/badge.svg?token=pcXhUQwiL3)](https://codecov.io/gh/websocket-client/websocket-client)
[![PyPI Downloads](https://pepy.tech/badge/websocket-client)](https://pepy.tech/project/websocket-client)
[![PyPI version](https://img.shields.io/pypi/v/websocket_client)](https://pypi.org/project/websocket_client/)
+[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
+[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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
-