SlackBuildsOrg/python/python3-h5py
Isaac Yu 8a4d69603d
python/python3-h5py: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 22:33:17 +07:00
..
python3-h5py.info python/python3-h5py: Fix deps. 2022-11-12 22:33:17 +07:00
python3-h5py.SlackBuild
README
slack-desc

The h5py package is a Pythonic interface to the HDF5 binary data format.

It lets you store huge amounts of numerical data, and easily manipulate
that data from NumPy. For example, you can slice into multi-terabyte
datasets stored on disk as if they were real NumPy arrays. Thousands
of datasets can be stored in a single file, categorized and tagged
however you want.