Metadata-Version: 2.0
Name: schema-messages
Version: 0.1.2
Summary: Library to create network-efficient binary representations of structured data.
Home-page: https://github.com/tnajdek/schema-messages-python
Author: Tom Najdek
Author-email: tom@doppnet.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: future
Requires-Dist: bidict

Schema Messages creates binary representation of
structured data that can be efficiently transmitted over network.
Anticipated for use in applications where identical structure messages
are transmitted repeatively, e.g. in multiplayer/online games.

