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.1.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.1.tar.gz.
File metadata
- Download URL: websocket_vosp-0.1.1.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 |
5125314a43cbda8e93ca62a4b4c3338fd4ef3ff9dca43be157c7bd1526e25582
|
|
| MD5 |
5282022a4ef0253cdce04de28ca4e639
|
|
| BLAKE2b-256 |
141c4e23f4a0bf625a3e0afbe52731961948b43e892c8b3773c944c5f70623fc
|
File details
Details for the file websocket_vosp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: websocket_vosp-0.1.1-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 |
f846adeb09937416c8587e02f75944af37104715a84195f46989cfa35ef43806
|
|
| MD5 |
cde20916b20727b16c58b4e21b9263c6
|
|
| BLAKE2b-256 |
e14e46eae141fc08d3134d0ba6923f6a23f8082e2b1dfe74dd46ab5d1647bdb9
|