Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 691 Bytes

README.rst

File metadata and controls

43 lines (30 loc) · 691 Bytes

MessagePack Python Binding

Author: INADA Naoki
Version: 0.1.0
Date: 2009-07-12

HOW TO USE

You can read document in docstring after import msgpack

INSTALL

Cython is required to build msgpack.

posix

You can install msgpack in common way.

$ python setup.py install

Windows

MessagePack requires gcc currently. So you need to prepare MinGW GCC.

$ python setup.py build -c mingw32 $ python setup.py install

TEST

MessagePack uses nosetest for testing. Run test with following command:

$ nosetests test