Python bindings and networking for the KCP protocol.
Find a file
jokelbaf f8082e6ad5
Some checks failed
test / Test (push) Has been cancelled
docs: Update README
2025-03-04 02:07:13 +00:00
.github hotfix: drop py 3.7 2024-12-17 18:06:37 +00:00
examples [0.1.5] update: cython to ver 3 (fix python 3.13) 2024-12-17 17:40:12 +00:00
kcp fix: Force-import exceptions to help nuitka/pyinstaller find the file 2025-03-04 02:06:20 +00:00
tests add: simple delivery test 2023-01-19 22:46:46 +00:00
.gitattributes Initial commit 2023-01-14 17:49:15 +00:00
.gitignore [0.1.5] update: cython to ver 3 (fix python 3.13) 2024-12-17 17:40:12 +00:00
.pre-commit-config.yaml reorg: run precommit 2023-01-15 12:42:51 +00:00
build.py [0.1.5] update: cython to ver 3 (fix python 3.13) 2024-12-17 17:40:12 +00:00
LICENSE Initial commit 2023-01-14 17:49:15 +00:00
Makefile cleanup: move timing to function 2023-07-19 21:36:55 +01:00
pyproject.toml [0.1.6] pre-build more binaries 2024-12-17 17:48:03 +00:00
README.md docs: Update README 2025-03-04 02:07:13 +00:00

kcp.py

Python bindings and networking for the KCP protocol.

Installation

uv add git+https://git.nekolab.app/jokelbaf/kcp.py.git

Source

https://github.com/RealistikDash/kcp.py