
msgpack 1.1.2
0
MessagePack serializer
Contents
MessagePack serializer
Stars: 2065, Watchers: 2065, Forks: 240, Open Issues: 7The msgpack/msgpack-python repo was created 14 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 2065 github stars!
How to Install msgpack
You can install msgpack using pip
pip install msgpack
or add it to a project with poetry
poetry add msgpack
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/msgpack/
- Documentation:
- https://msgpack-python.readthedocs.io/
- GitHub Repo:
- https://github.com/msgpack/msgpack-python
Classifiers
- File Formats
Related Packages
Errors
A list of common msgpack errors.
Code Examples
Here are some msgpack code examples and snippets.
GitHub Issues
The msgpack package has 7 open issues on GitHub
- Add typing in Python code
- Update README with thread safety section
- Builds on no-GIL interpreters, but not fully supported yet
pythonfix