Python wrapper around rust-n5.
- Free software: MIT license
- Documentation: https://rust-pyn5.readthedocs.io.
pip install pyn5
installs pre-compiled wheels.
To build from source, you need
- h5py -like interface
- N5 (file system format spec and reference implementation in java)
- rust-n5 (implementation in rust, used in pyn5)
- zarr (similar chunked array storage library and format, supports some N5 features)
- z5 (C++ implementation of zarr and N5 with python bindings, depends on conda)
- h5py (hierarchical array storage)
- h5py_like (ABCs for APIs like h5py)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.