ska-sa / aiokatcp

Python 3 implementation of katcp using asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiokatcp

https://readthedocs.org/projects/aiokatcp/badge/?version=latest

aiokatcp is an implementation of the katcp protocol based around the Python asyncio system module. It requires Python 3.8 or later. It is loosely inspired by the Python 2 bindings, but has a much narrower scope.

The current implementation provides both client and server APIs. It only supports katcp version 5, and does not support a number of features that are marked deprecated in version 5.

Full documentation can be found on readthedocs.

About

Python 3 implementation of katcp using asyncio

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%