Metadata-Version: 2.4
Name: xkanaele
Version: 0.1.0
Summary: Modern TCP/IP communication modules for school and learning
Author-email: Paul <paul.schubert388@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

xKanaele

A modern, flexible TCP/IP communication module for Python. This repository provides a client and a server implementation with a robust protocol supporting multiple data types and timeouts. The package is designed to be installed via PyPI.

Installation
- Ensure Python 3.8+ is installed.
- Build the distribution: python -m build
- Publish to PyPI (optional, requires credentials): twine upload dist/*

Usage (example)
- Lightweight example showing client-server interaction with a simple string payload.
- See the source code in xKanaele/xKanaele.py and xKanaele/xKanaeleServer.py for details.

Contributing
- Follow the project conventions in the modules.
- Add tests and ensure compatibility with school usage.
