rustyhdf5-py 1.93.0

Python bindings for rustyhdf5 — a pure-Rust HDF5 library
docs.rs failed to build rustyhdf5-py-1.93.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rustyhdf5-py

crates.io docs.rs

Python bindings for rustyhdf5 — a pure-Rust HDF5 library.

Features

  • h5py-compatible API (File, Group, Dataset)
  • NumPy array integration
  • Read and write HDF5 files from Python with no C dependencies

Usage

import rustyhdf5

with rustyhdf5.File('data.h5', 'r') as f:
    data = f['/dataset'][:]

License

MIT