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.1.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.1.0.tar.gz.
File metadata
- Download URL: websocket_vosp-0.1.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 |
f60123a304de012a0ba4ba2472f76f1ead69a6c17faf7bf57ca50f57ba5d78ef
|
|
| MD5 |
514ffebc9ad851be5c2522e2ae5596cf
|
|
| BLAKE2b-256 |
4d397683887025ab7acde3c87c39f818b5e4dbcec5a91a1c6f29f69b0a9a200c
|
File details
Details for the file websocket_vosp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: websocket_vosp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 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 |
6f200dec3edf8efe070196931b339bfc21463c104c0d23cff7c932dbdf332a64
|
|
| MD5 |
55e656d101db578a51eb996d7d566bb0
|
|
| BLAKE2b-256 |
384ca0d1d8f1852d6ed76fc623b5e90f56c3116130bffcba8ce194633807e318
|