websocks

View on PyPIReverse Dependencies (0)

0.4.7 websocks-0.4.7-py3-none-any.whl

Wheel Details

Project: websocks
Version: 0.4.7
Filename: websocks-0.4.7-py3-none-any.whl
Download: [link]
Size: 113525
MD5: b4ed12ae2ba5fa02db03912f47a288f0
SHA256: df7267b9d972097b6c4dd3d69e5f8a615e8d08325078c24679641de4e02b545d
Uploaded: 2021-09-07 15:24:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: websocks
Version: 0.4.7
Summary: A websocket-based socks5 proxy.
Author: abersheeran
Author-Email: me[at]abersheeran.com
Home-Page: https://github.com/abersheeran/websocks
Project-Url: Documentation, https://github.com/abersheeran/websocks/wiki
Project-Url: Repository, https://github.com/abersheeran/websocks
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7,<4.0
Requires-Dist: PySimpleGUIWx (<0.18.0,>=0.17.2); extra == "GUI"
Requires-Dist: aiodns (<3.0.0,>=2.0.0)
Requires-Dist: click (<8.0,>=7.0)
Requires-Dist: h11 (<0.13.0,>=0.12.0)
Requires-Dist: typing-extensions (<4.0.0.0,>=3.7.4.1); python_version < "3.8"
Requires-Dist: uvloop; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "pypy"
Requires-Dist: websockets (<9.0,>=8.1)
Provides-Extra: GUI
Description-Content-Type: text/markdown
[Description omitted; length: 837 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.4
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
websocks/__init__.py sha256=J_oOet0qLBj3xDIqyPixwDmF0vKLbmAWYFC0wjjVJlE 470
websocks/__main__.py sha256=FxTyhByZuTEazhjS6ccVuUbAHj9lHe-MnokeeQn6IBM 74
websocks/algorithm.py sha256=StNoLrr6Nxs4A3wZGWrEh7OlTMHMrkiM_7PMuEwqUlA 1107
websocks/client.py sha256=ANiuILq8mg2tfMiDy5LSwm2r3ej04U6EaX3cmHq1XgU 20098
websocks/commands.py sha256=-Xz--rjWynn9tmGMypqEIB_rhy94V3AItkxQ7LDp_w4 4193
websocks/config.py sha256=0v0f1Ptto4Y2ash6ZEGScXTZjhuldrW46hg_8SO0aug 489
websocks/exceptions.py sha256=DUseub570h_mtbhRNiyZM8lPTo4bT1IEbdVMnaLtZYk 215
websocks/gfwlist.txt sha256=mE9jGCzfUT2KyWFx30rrwRykCCD8mb9vPyrarANDfEM 141321
websocks/gui.py sha256=LyF3KZGtc_CbNGg50wMw-g7FsrHEWbcebjVIesjwXGY 9841
websocks/rule.py sha256=uVRGQfWDSx862TM2gd-HFiDJI9tCqXQSNjrpIZlBpcw 4005
websocks/server.py sha256=tO9x3xtIvVG_KEfaLMzz_uj-pQYPGNA24Su_3DN9tKM 4361
websocks/socket.py sha256=0kdh3y26EuEngaZMGR2MRX0Ce0ffh_YtB-1sfvuq1y8 1177
websocks/types.py sha256=_x63sfT49vpnbX7dZ4WBVO6JjDLgWzUlaLK8PNIqg_A 472
websocks/utils.py sha256=4lyG1y2-WPvIXsnQFjKMcMfapCvEcQSOAAzJg9zz_Fk 4179
websocks/whitelist.txt sha256=0onqvw5toLIDH4lz0txmx332wj00uekcB7XKt5q6wF4 144294
websocks-0.4.7.dist-info/entry_points.txt sha256=87_VgAUqcNqqaOauIETTMKA6gD9EvuY29SwgvZi3zHY 82
websocks-0.4.7.dist-info/LICENSE sha256=_I-L1dbb9_rLUZ7_Dj-tJIg2OkzSZTKSSLokS-7EpWM 11342
websocks-0.4.7.dist-info/WHEEL sha256=N0LZrBtofpkS5mJXgVHTCEy52Sam4D6PHQWC8HnMeTs 83
websocks-0.4.7.dist-info/METADATA sha256=I0J0C1R6TshgY2csGx1JGF73_OuO5yTiZq0NcJtoIfM 2294
websocks-0.4.7.dist-info/RECORD

entry_points.txt

websocks = websocks.commands:main
websocks-gui = websocks.gui:main