TinyFrame, Python version
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ondřej Hruška 743ceb259a
updated comment
il y a 6 ans
.gitignore Initial commit il y a 6 ans
LICENSE Initial commit il y a 6 ans
PayloadBuilder.py some simplification and added type hints il y a 6 ans
PayloadParser.py some simplification and added type hints il y a 6 ans
README.md readme updated il y a 6 ans
TinyFrame.py updated comment il y a 6 ans

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!