wslink 2.1.0__py3-none-any.whl → 2.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wslink/backends/aiohttp/__init__.py +2 -0
- {wslink-2.1.0.dist-info → wslink-2.1.2.dist-info}/METADATA +4 -4
- {wslink-2.1.0.dist-info → wslink-2.1.2.dist-info}/RECORD +5 -5
- {wslink-2.1.0.dist-info → wslink-2.1.2.dist-info}/WHEEL +1 -1
- {wslink-2.1.0.dist-info → wslink-2.1.2.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
from __future__ import annotations
|
1
2
|
import os
|
2
3
|
import logging
|
3
4
|
import sys
|
@@ -7,6 +8,7 @@ from pathlib import Path
|
|
7
8
|
|
8
9
|
from wslink.protocol import WslinkHandler, AbstractWebApp
|
9
10
|
|
11
|
+
|
10
12
|
# Backend specific imports
|
11
13
|
import aiohttp
|
12
14
|
import aiohttp.web as aiohttp_web
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wslink
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2
|
4
4
|
Summary: Python/JavaScript library for communicating over WebSocket
|
5
5
|
Home-page: https://github.com/kitware/wslink
|
6
6
|
Author: Kitware, Inc.
|
@@ -21,10 +21,10 @@ Classifier: Programming Language :: Python :: 3.7
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.8
|
22
22
|
Classifier: Programming Language :: Python :: 3.9
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
24
|
-
Requires-Dist: aiohttp
|
25
|
-
Requires-Dist: msgpack
|
24
|
+
Requires-Dist: aiohttp<4
|
25
|
+
Requires-Dist: msgpack<2,>=1
|
26
26
|
Provides-Extra: ssl
|
27
|
-
Requires-Dist: cryptography
|
27
|
+
Requires-Dist: cryptography; extra == "ssl"
|
28
28
|
|
29
29
|
wslink
|
30
30
|
======
|
@@ -10,7 +10,7 @@ wslink/ssl_context.py,sha256=hNOJJCdrStws1Qf6vPvY4vTk9Bf8J5d90W3fS0cRv8o,2290
|
|
10
10
|
wslink/uri.py,sha256=woCQ4yChUqTMg9IT6YYDtUYeKmCg7OUCEgeBGA-19DY,384
|
11
11
|
wslink/websocket.py,sha256=pBiWqkL8Zn8LuSJ9nv3yA-KjEynbolOQ2gLHtQFJ2Ic,4611
|
12
12
|
wslink/backends/__init__.py,sha256=cyJGjm-YyBSyOEX81owyTbJ3YnrA6dB7--B4LnsEtHI,1214
|
13
|
-
wslink/backends/aiohttp/__init__.py,sha256=
|
13
|
+
wslink/backends/aiohttp/__init__.py,sha256=Bc3uPVrhNXnn5Xt3Tck2Th-dsysz1VAnQdh8WzRn1y0,9253
|
14
14
|
wslink/backends/aiohttp/launcher.py,sha256=gHNMvtgNHEwBN_QBRDSCrTp2B4K1PsfV81rKaHi7Cxo,8897
|
15
15
|
wslink/backends/aiohttp/relay.py,sha256=oZAzIQTpsQaObWXaa-_VtoTOUQALC_QLDd9UvWspYaU,13311
|
16
16
|
wslink/backends/generic/__init__.py,sha256=Qu65gWsd2xCSsxybnDtEDI5vMjHN-F5jgPZOyNIxnGs,112
|
@@ -19,7 +19,7 @@ wslink/backends/jupyter/__init__.py,sha256=Qu65gWsd2xCSsxybnDtEDI5vMjHN-F5jgPZOy
|
|
19
19
|
wslink/backends/jupyter/core.py,sha256=PCQN-uZPFROnRv8B5dNwnwHV67o4Bpme3_Z6V-zbOUA,3864
|
20
20
|
wslink/backends/tornado/__init__.py,sha256=Qu65gWsd2xCSsxybnDtEDI5vMjHN-F5jgPZOyNIxnGs,112
|
21
21
|
wslink/backends/tornado/core.py,sha256=tPMkkhWuO_ovkisVim0zcegwZKEAG4IRUdd_O_0a_R0,2157
|
22
|
-
wslink-2.1.
|
23
|
-
wslink-2.1.
|
24
|
-
wslink-2.1.
|
25
|
-
wslink-2.1.
|
22
|
+
wslink-2.1.2.dist-info/METADATA,sha256=5QON33KRwhBLs34sHLQlGRjFb_YWXBv-LGJ4o0HV-h4,3120
|
23
|
+
wslink-2.1.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
24
|
+
wslink-2.1.2.dist-info/top_level.txt,sha256=N0d8eqvhwhfW1p1yPTmvxlbzhjz7ZyhBfysNvaFqpQY,7
|
25
|
+
wslink-2.1.2.dist-info/RECORD,,
|
File without changes
|