A very simple python sockets
Project description
KSockets
Make sockets super simple!
KSockets
KSockets is a super simple socket integration on python. It ensures reliable TCP communication without having to do many specific setups.
Installation
As it had not been published yet to PYPi installation is not possible
Usage
Client:
from KSockets import SimpleClient
client = SimpleClient(("127.0.0.1",3001))
Server:
from KSockets import SimpleServer
server = SimpleServer(chunks=8196)
server.listen()
Support
Contact support@kinuseka.us for any queries
License
/* Copyright (C) Kinuseka, - All Rights Reserved
- Unauthorized copying of this file, via any medium is strictly prohibited
- Proprietary and confidential
- Written by Milbert Jr. Macarambon mmacarambon@kinuseka.us, January 2024 */
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
ksockets-1.0.0a0.tar.gz
(12.7 kB
view details)
Built Distribution
File details
Details for the file ksockets-1.0.0a0.tar.gz
.
File metadata
- Download URL: ksockets-1.0.0a0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d527095fdd08eb5cc91e56c9e8baa2cdcd9f64a6ef0f7204cb1d8f4c3afe0ad |
|
MD5 | eeadeb5552081b936d5f221f54447464 |
|
BLAKE2b-256 | feb165362b99eedb6915ff424a93fcfb28780d21a1dc19eaf36de53e7b61836b |
File details
Details for the file KSockets-1.0.0a0-py3-none-any.whl
.
File metadata
- Download URL: KSockets-1.0.0a0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec096f37518cfaca4380600439955db70da2fca989542cc6c567d31b456afa9c |
|
MD5 | ec7870a0695cfe5f4e4413fb47c0ad95 |
|
BLAKE2b-256 | 1517c6a59d3bab9db0b411565c85bf88696aa3a4c3c3d8a21cd3f4327fd84d4d |