Metadata-Version: 1.1
Name: msgpack-pure
Version: 0.1.3
Summary: MessagePack (de)serializer written in pure Python.
Home-page: http://msgpack.org/
Author: Keisuke Fukuda
Author-email: keisukefukuda@gmail.com
License: Apache License 2
Download-URL: http://pypi.python.org/pypi/msgpack-pure/
Description: MessagePack (de)serializer for Python.
        
        What's MessagePack? (from http://msgpack.org/)
        
         MessagePack is a binary-based efficient data interchange format that is
         focused on high performance. It is like JSON, but very fast and small.
        
        I strongly recomment to use msgpack by INADA Naoki if you can,
        because it's core is written in C and much faster than msgpack-pure.
        msgpack-pure is for environments on which C-extention cannot be installed/compiled,
        including hosting, Windows and Google App Engine.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
