Metadata-Version: 2.1
Name: polypacket
Version: 1.1.6
Summary: A tool for building protocol services
Home-page: https://mrt.readthedocs.io/en/latest/pages/polypacket/polypacket.html
Author: Jason Berger
Author-email: JBerger@up-rev.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: markdown
Requires-Dist: mako
Requires-Dist: prompt_toolkit
Requires-Dist: pyyaml
Requires-Dist: cobs
Requires-Dist: pyserial
Requires-Dist: update_notipy
Requires-Dist: urllib3
Requires-Dist: validators

![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)
