diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-08-26 20:50:36 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:33 +0700 |
| commit | 8b8b060f46d86d31a8f71d1a356ec56880342ae0 (patch) | |
| tree | 39643558d2e1bd0e4998b243953b231bb409d891 /python/python3-h5py/README | |
| parent | 928c1086bd5d73d2f0674f7dd378dc78e027d89d (diff) | |
python/python3-h5py: Added (Python bindings for h5py)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h5py/README')
| -rw-r--r-- | python/python3-h5py/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-h5py/README b/python/python3-h5py/README new file mode 100644 index 0000000000..d5192140f9 --- /dev/null +++ b/python/python3-h5py/README @@ -0,0 +1,7 @@ +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. |
