ppc64le/linux/: h5py-3.14.0 metadata and description

Simple index

Read and write HDF5 files from Python

author_email Andrew Collette <[email protected]>
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
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/x-rst
dynamic requires-dist
license_expression BSD-3-Clause
license_file licenses/stdint.txt
maintainer_email Thomas Kluyver <[email protected]>, Thomas A Caswell <[email protected]>
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-linux_ppc64le.whl
Size
7 MB
Type
Python Wheel
Python
3.10
h5py-3.14.0-cp311-cp311-linux_ppc64le.whl
Size
6 MB
Type
Python Wheel
Python
3.11
h5py-3.14.0-cp312-cp312-linux_ppc64le.whl
Size
7 MB
Type
Python Wheel
Python
3.12

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.