python-msgpack 1.0.4
MessagePack (de)serializer
MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data.
- Outputs:
out
- Website: https://pypi.org/project/msgpack/
- Licenses: ASL 2.0
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-msgpack 1.0.4
as follows:
guix install python-msgpack@1.0.4
Or install the latest version:
guix install python-msgpack
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.