The cross-platform tool to work with remote connection using sockets
Project description
PSocket
The cross-platform simple tool to work with remote server through sockets.
Installation
For most users, the recommended method to install is via pip:
pip install psocket
or from source:
python setup.py install
Import
from psocket import SocketClient
Usage
from psocket import SocketClient
client = SocketClient(host='172.16.0.48', port=3261)
print(client.greeting())
Changelog
1.0.0a0 (13.01.2020)
- initial commit
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
psocket-1.0.0a0.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for psocket-1.0.0a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10cb35c1ef75e1e7425e5b610338ebc3a13e0a6185f581cc8b8ad38202fd0be9 |
|
MD5 | c6e79b4fa71235f450733e292975fd78 |
|
BLAKE2b-256 | 6ecfdcd0a4b2c8e7ef40a5476e26e6df604d2224c6e70d43b08c513a9a5f5259 |