Metadata-Version: 2.1
Name: katcp-codec
Version: 0.1.0
Summary: Fast encoding and decoding of katcp messages
Author-email: Bruce Merry <bmerry@sarao.ac.za>
Project-URL: Homepage, https://github.com/ska-sa/katcp-codec
Keywords: katcp
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib-tikz ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'

# Fast katcp encoding and decoding

This is a library for efficiently encoding and decoding the
[katcp](https://katcp-python.readthedocs.io/en/latest/_downloads/361189acb383a294be20d6c10c257cb4/NRF-KAT7-6.0-IFCE-002-Rev5-1.pdf)
protocol. Refer to the [online
manual](https://katcp-codec.readthedocs.io/en/latest) for more information.
