Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was 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

Open more actions menu
 
 

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.