summaryrefslogtreecommitdiffstats
path: root/python/python3-h5py/README
blob: d5192140f94768ff9bb3b5322dc52fda2bad9ced (plain)
1
2
3
4
5
6
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.