Package h5py: Information

    Source package: h5py
    Version: 2.9.0-alt2
    Build time:  Jan 16, 2021, 06:13 PM
    Report package bug
    License: MIT
    Summary: Python interface to the Hierarchical Data Format library, version 5
    Description: 
    HDF5 for Python (h5py) is a general-purpose Python interface to the
    Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
    scientific software library designed for the fast, flexible storage of
    enormous amounts of data.
    
    From a Python programmer's perspective, HDF5 provides a robust way to
    store data, organized by name in a tree-like fashion. You can create
    datasets (arrays on disk) hundreds of gigabytes in size, and perform
    random-access I/O on desired sections. Datasets are organized in a
    filesystem-like hierarchy using containers called "groups", and accessed
    using the tradional POSIX /path/to/resource syntax.
    
    H5py provides a simple, robust read/write interface to HDF5 data from
    Python. Existing Python and Numpy concepts are used for the interface;
    for example, datasets on disk are represented by a proxy class that
    supports slicing, and has dtype and shape attributes. HDF5 groups are
    presented using a dictionary metaphor, indexed by name.

    List of rpms provided by this srpm:
    python-module-h5py (e2kv5, e2kv4, e2k)
    python-module-h5py-debuginfo (e2kv5, e2kv4, e2k)
    python-module-h5py-doc (noarch)
    python-module-h5py-pickles (e2kv5, e2kv4, e2k)
    python-module-h5py-tests (e2kv5, e2kv4, e2k)
    python3-module-h5py (e2kv5, e2kv4, e2k)
    python3-module-h5py-debuginfo (e2kv5, e2kv4, e2k)
    python3-module-h5py-tests (e2kv5, e2kv4, e2k)

    Maintainer: Stanislav Levin


      1. python3-devel
      2. python3-module-Cython
      3. python3-module-numpy-testing
      4. python3-module-pkgconfig
      5. python3-module-setuptools
      6. python3-module-setuptools
      7. python3-module-six
      8. libnumpy-devel
      9. libnumpy-py3-devel
      10. libsz2-devel
      11. python-devel
      12. python-devel = 2.7
      13. python-module-Cython
      14. python-module-Pygments
      15. python-module-Pyrex
      16. rpm-build-python >= 0.8
      17. rpm-build-python3
      18. python-module-numpy-testing
      19. python-module-pkgconfig
      20. python-module-setuptools
      21. libhdf5-devel
      22. python-module-setuptools
      23. python-module-six
      24. python-module-sphinx-devel
      25. python-module-unittest2

    Last changed


    June 12, 2019 Stanislav Levin 2.9.0-alt2
    - Added missing dep on `numpy.testing`.
    March 27, 2019 Grigory Ustinov 2.9.0-alt1
    - Build new version.
    March 22, 2018 Aleksei Nikiforov 2.7.1-alt1.1.1
    - (NMU) Rebuilt with python-3.6.4.