TinyFrame, Python version
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ondřej Hruška 743ceb259a
updated comment
hace 6 años
.gitignore Initial commit hace 6 años
LICENSE Initial commit hace 6 años
PayloadBuilder.py some simplification and added type hints hace 6 años
PayloadParser.py some simplification and added type hints hace 6 años
README.md readme updated hace 6 años
TinyFrame.py updated comment hace 6 años

README.md

PonyFrame

A TinyFrame port to Python

This is called PonyFrame because a python package MUST have some pun on "py", but PynyFrame and pyTinyFrame sound odd, so I had to go for a compromise. Also, ponies are cool, right?

This port is developed for use in the GEX python client. It may be incomplete, features needed by that project are implemented first.

The code was written with some haste and my python skills are a bit rusty, so PRs to optimize the code or clean it up are welcome!