ssh-websocket

View on PyPIReverse Dependencies (0)

0.0.8 ssh_websocket-0.0.8-py3-none-any.whl

Wheel Details

Project: ssh-websocket
Version: 0.0.8
Filename: ssh_websocket-0.0.8-py3-none-any.whl
Download: [link]
Size: 5176
MD5: fb70dce1e3bb81824bd49e485a2d80b0
SHA256: 908ccdae6c38b34a765a614423389036c3ae9b4adeb2f6c06141de08ed839fb5
Uploaded: 2018-07-12 14:31:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ssh-websocket
Version: 0.0.8
Summary: A Stable implementation of a SSH server over websocket
Author: Thomas Nicollet
Author-Email: thomas.nicollet[at]epitech.eu
Home-Page: https://github.com/nwmqpa/SSHWebSocket
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Dist: twisted
Requires-Dist: autobahn
Requires-Dist: websocket-client
Requires-Dist: websockets
Description-Content-Type: text/markdown
[Description omitted; length: 9 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.31.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ssh_websocket/__init__.py sha256=OxXjmDhFaIDviPQe56XPdhGy4z_oMiSL1ljUHi4ITPw 158
ssh_websocket/dns_server.py sha256=3HJ4WTuuqxFBUuSYgcWvD-FY7ZlfK5cZ2CClCj3FNWs 4430
ssh_websocket/ssh_client.py sha256=h9lFHxp7kUTCui-MXwfFVQaY32ZWoqDM1swMQ2T0zVk 2273
ssh_websocket/ssh_server.py sha256=jZE_7ILWbGrz0ZM2Aadxg-YlLQhxJQuiuJMc2ulYXgA 1639
ssh_websocket-0.0.8.dist-info/METADATA sha256=qatw26ka0zdlHamKbPFLzYdpqTub4LEtTtzxsiyKXyo 598
ssh_websocket-0.0.8.dist-info/RECORD
ssh_websocket-0.0.8.dist-info/WHEEL sha256=FRuHuBX28RTgsOL603qIpbSc2WeDgbsFBWKj9XFOCpg 92
ssh_websocket-0.0.8.dist-info/entry_points.txt sha256=MGGocFvOFVk_eKSj_R7p0syzcl7tdxcglTIlSJb27Wc 148
ssh_websocket-0.0.8.dist-info/top_level.txt sha256=UMirpD_DZuNYWkiqMXZAJnvhzN0vNoLzYljVxbMfB6I 14

top_level.txt

ssh_websocket

entry_points.txt

dns_server = ssh_websocket.dns_server:main
ssh_client = ssh_websocket.ssh_client:main
ssh_server = ssh_websocket.ssh_server:main