Metadata-Version: 2.3
Name: jelka_validator
Version: 1.0.2
Summary: Decoder for data stream sent to x-mas tree and simulation.
Project-URL: Homepage, https://github.com/Jelka-FMF/Validator
Project-URL: Issues, https://github.com/Jelka-FMF/Validator/issues
Author-email: Jošt Smrtnik <jost.smrtnik@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Jelka validator

Decoder for data stream sent to x-mas tree and simulation.

Exposes `DataReader` class at toplevel. It serielizes bytes from input
into python `list of tuples of 3 integers`.

There is also `datawriter.DataWriter` that can be used for writing frames in required format
to stdout. It deals with headers so you don't have to.
