loongson/pypi/: h5py-3.14.0 metadata and description

Simple index Mirror page

Read and write HDF5 files from Python

author_email Andrew Collette <andrew.collette@gmail.com>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • Intended Audience :: Science/Research
  • Operating System :: Unix
  • Operating System :: POSIX :: Linux
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Programming Language :: Cython
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Scientific/Engineering
  • Topic :: Database
  • Topic :: Software Development :: Libraries :: Python Modules
description_content_type text/x-rst
maintainer_email Thomas Kluyver <thomas@kluyver.me.uk>, Thomas A Caswell <tcaswell@bnl.gov>
project_urls
  • Homepage, https://www.h5py.org/
  • Source, https://github.com/h5py/h5py
  • Documentation, https://docs.h5py.org/en/stable/
  • Release notes, https://docs.h5py.org/en/stable/whatsnew/index.html
  • Discussion forum, https://forum.hdfgroup.org/c/hdf5/h5py
requires_dist
  • numpy>=1.19.3
requires_python >=3.9
File Tox results History
h5py-3.14.0-cp310-cp310-manylinux_2_38_loongarch64.whl
Size
10 MB
Type
Python Wheel
Python
3.10
h5py-3.14.0-cp311-cp311-manylinux_2_38_loongarch64.whl
Size
11 MB
Type
Python Wheel
Python
3.11
h5py-3.14.0-cp312-cp312-manylinux_2_38_loongarch64.whl
Size
10 MB
Type
Python Wheel
Python
3.12
h5py-3.14.0-cp313-cp313-manylinux_2_38_loongarch64.whl
Size
10 MB
Type
Python Wheel
Python
3.13
h5py-3.14.0-cp39-cp39-manylinux_2_38_loongarch64.whl
Size
10 MB
Type
Python Wheel
Python
3.9

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.

A strong emphasis on automatic conversion between Python (Numpy) datatypes and data structures and their HDF5 equivalents vastly simplifies the process of reading and writing data from Python.

Wheels are provided for several popular platforms, with an included copy of the HDF5 library (usually the latest version when h5py is released).

You can also build h5py from source with any HDF5 stable release from version 1.10.4 onwards, although naturally new HDF5 versions released after this version of h5py may not work. Odd-numbered minor versions of HDF5 (e.g. 1.13) are experimental, and may not be supported.