Binary object packer for python
Project description
MrPacker
MrPacker is a binary object packer for python that is faster and smaller than JSON.
To install it just run Pip as usual:
$ pip install mrpacker
Usage
May be used as a replacement for json
import mrpacker o = { "name":"mrpacker", "awesome?":"yes" } b = msgpack.packb( o ) print( mrpacker.unpack(b) )
Benchmarks
See b.py and benchmark your own real world cases as performance may vary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size mrpacker-1.0.1.tar.gz (7.3 kB) | File type Source | Python version None | Upload date | Hashes View |