Metadata-Version: 2.0
Name: pymaid
Version: 0.3.8.post2
Summary: A rpc framework based on gevent/protobuf
Home-page: https://github.com/catstyle/pymaid
Author: Catstyle
Author-email: Catstyle.Lee@gmail.com
License: MIT
Keywords: rpc gevent protobuf
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: gevent (==1.2.2)
Requires-Dist: protobuf (==3.5.1)
Requires-Dist: six
Requires-Dist: ujson
Requires-Dist: wsaccel

pymaid
======

a rpc framework based on gevent and google protocol buffer


packet format
======

basic format: |-1 byte-|-------2 bytes-----|--n bytes---|-controller.contentsize-|

description : |-parser-|-Controller length-|-Controller-|---------Content--------|

              |---------Big Endian---------|


