msgpack-numpy 0.4.8
0
Numpy data serialization using msgpack
Contents
Numpy data serialization using msgpack
Stars: 196, Watchers: 196, Forks: 33, Open Issues: 4The lebedov/msgpack-numpy
repo was created 11 years ago and the last code push was 2 months ago.
The project is popular with 196 github stars!
How to Install msgpack-numpy
You can install msgpack-numpy using pip
pip install msgpack-numpy
or add it to a project with poetry
poetry add msgpack-numpy
Package Details
- Author
- Lev E. Givon
- License
- BSD
- Homepage
- https://github.com/lebedov/msgpack-numpy
- PyPi:
- https://pypi.org/project/msgpack-numpy/
- GitHub Repo:
- https://github.com/lebedov/msgpack-numpy
Classifiers
- Scientific/Engineering
- Software Development
Related Packages
Errors
A list of common msgpack-numpy errors.
Code Examples
Here are some msgpack-numpy
code examples and snippets.
GitHub Issues
The msgpack-numpy package has 4 open issues on GitHub
- replace
np.frombuffer
bynp.ndarray
to support object arrays