Skip to main content

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))
client.connect()

Server:

from KSockets import SimpleServer
server = SimpleServer(chunks=8196)
server.create_server()
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


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.1.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

KSockets-1.0.1-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file ksockets-1.0.1.tar.gz.

File metadata

  • Download URL: ksockets-1.0.1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for ksockets-1.0.1.tar.gz
Algorithm Hash digest
SHA256 6bf0a9a3637bef3ea977805918cdd41d996cc38cd3acae35a808b81283a6980d
MD5 8928dff86a609b847b87b59078d453f4
BLAKE2b-256 515292bd62ecad26b7cec047abb4395e08ff1b9d440f17e97b62b624fd0bf9d2

See more details on using hashes here.

File details

Details for the file KSockets-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: KSockets-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for KSockets-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d98914fb1b16f07c90a3a22206923c4a05a02f155f793625b557f271f4c4542
MD5 75186e9fa1b8fd9c70a0ba992ba9d169
BLAKE2b-256 6f7ff7f3c9f8e6ddf439b46a018f6590170031ea158e83ba7fc1c61ea0ff454d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page