Author: | INADA Naoki |
---|---|
Version: | 0.1.0 |
Date: | 2009-07-12 |
You can read document in docstring after import msgpack
Cython is required to build msgpack.
You can install msgpack in common way.
$ python setup.py install
MessagePack requires gcc currently. So you need to prepare MinGW GCC.
$ python setup.py build -c mingw32 $ python setup.py install
MessagePack uses nosetest for testing. Run test with following command:
$ nosetests test