Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 315 Bytes

File metadata and controls

19 lines (13 loc) · 315 Bytes

Installation

Install with pip:

$ pip install u-msgpack-python

Install with easy_install:

$ easy_install u-msgpack-python

or simply drop umsgpack.py into your project!

$ wget https://raw.github.com/vsergeev/u-msgpack-python/master/umsgpack/__init__.py -O umsgpack.py