Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
/ msgpack-python Public archive
forked from msgpack/msgpack-python

MessagePack serializer implementation for Python

License

Notifications You must be signed in to change notification settings

scott2b/msgpack-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MessagePack serializer implementation for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published