mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
8b8b060f46
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
369 B
Text
7 lines
369 B
Text
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.
|