A WebSocket client package for handling WebSocket connections
Project description
WebSocket Vosp
This package provides a quick-access to what is essentially a boiler-plate socket client; manages socket connections, sends requests, and handles responses.
Installation
pip install websocket_vosp
Usage:
from websocket_vosp import SocketClient
client = SocketClient('example.com', 443)
client.connect()
client.send_request("Hello Server")
response = client.receive_response()
print(response)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
websocket_vosp-0.2.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file websocket_vosp-0.2.0.tar.gz.
File metadata
- Download URL: websocket_vosp-0.2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
618a76f3c0628b5620e7b07ec82319e6d5d17d7fd35508a10cf56eac7cb2d1bf
|
|
| MD5 |
0aae4fa78cf36852f39414e9b43f6cf5
|
|
| BLAKE2b-256 |
d905ce8a6625d3a31b1955e03a8ea93c42d1c0e887e1ba121c18dc2de46ba4fd
|
File details
Details for the file websocket_vosp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: websocket_vosp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155453a1b68dc5198e9f07267e6150bb459351e9b11380aa60f99ee1039ca418
|
|
| MD5 |
59051d9726970061340d08cd1acbebec
|
|
| BLAKE2b-256 |
40592f01cf3ca519a020176d082011a600571041b1d59afdd7240dcdff6d4816
|