426 B
426 B
A Python teeworlds client & server library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles
sample usage
pck = parse(b'\x10\x10\x00\x04\x9a\xcb9\xc9')
for msg in pck.messages:
print(msg.name) # => close
setup
git clone https://gitlab.com/teeworlds-network/twnet_parser
cd twnet_parser
python -m venv venv
source venv/bin/activate
pip install -r requirements