loongson/pypi/: h5py-3.1.0 metadata and description

Homepage Simple index

Read and write HDF5 files from Python

author Andrew Collette
author_email andrew.collette@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Cython
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Scientific/Engineering
  • Topic :: Database
  • Topic :: Software Development :: Libraries :: Python Modules
  • Operating System :: Unix
  • Operating System :: POSIX :: Linux
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
download_url https://pypi.python.org/pypi/h5py
license BSD
maintainer Andrew Collette
maintainer_email andrew.collette@gmail.com
platform
  • UNKNOWN
requires_dist
  • cached-property ; python_version < "3.8"
  • numpy (>=1.12) ; python_version == "3.6"
  • numpy (>=1.14.5) ; python_version == "3.7"
  • numpy (>=1.17.5) ; python_version == "3.8"
  • numpy (>=1.19.3) ; python_version >= "3.9"
requires_python >=3.6

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
h5py-3.1.0-cp37-cp37m-linux_loongarch64.whl
Size
5 MB
Type
Python Wheel
Python
3.7
h5py-3.1.0-cp38-cp38-linux_loongarch64.whl
Size
7 MB
Type
Python Wheel
Python
3.8
h5py-3.1.0.tar.gz
Size
363 KB
Type
Source

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.

Supports HDF5 versions 1.8.4 and higher. On Windows, HDF5 is included with the installer.