Metadata-Version: 2.4
Name: polypacket
Version: 1.1.26
Summary: A tool for building protocol services
Project-URL: Documentation, https://mrt.readthedocs.io/en/latest/pages/polypacket/polypacket.html
Author-email: Jason Berger <Berge472@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Requires-Dist: cobs
Requires-Dist: mako
Requires-Dist: markdown
Requires-Dist: mrtutils
Requires-Dist: prompt-toolkit
Requires-Dist: pyserial
Requires-Dist: pyyaml
Requires-Dist: update-notipy
Requires-Dist: urllib3
Requires-Dist: validators
Requires-Dist: websocket-client
Requires-Dist: websockets
Description-Content-Type: text/markdown

![polypacket_logo](https://gitlab.com/mrt-public/tools/polypacket/-/raw/master/logo.png)

Poly Packet is a set of tools aimed at generating protocols from embedded projects. Protocols are described in an YAML document which can be easily shared with all components of a system.

A python script is used to parse the YAML file and generate C/C++ code as well as documentation. The code generation tool can create the back end service, application layer, and even an entire linux utility app


For more information see the documentation page [PolyPacket](https://mrt.readthedocs.io/en/latest/pages/polypacket/polypacket.html)