Package h5py: Information

    Source package: h5py
    Version: 2.2.0-alt1.a1.hg20120919
    Build time:  Feb 5, 2013, 07:32 AM
    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 (x86_64, i586)
    python-module-h5py-debuginfo (x86_64, i586)
    python-module-h5py-doc (noarch)
    python-module-h5py-pickles (x86_64, i586)
    python-module-h5py-tests (x86_64, i586)



    ACL:
    Eugeny A. Rostovtsev
    @qa
    @python
    @everybody

      1. rpm-build-python >= 0.8
      2. libnumpy-devel
      3. strace
      4. python-devel = 2.7
      5. python-module-Cython
      6. python-module-Pygments
      7. python-module-Pyrex
      8. libsz2-devel
      9. libhdf5-devel
      10. python-module-sphinx-devel

    Last changed


    Feb. 5, 2013 Eugeny A. Rostovtsev 2.2.0-alt1.a1.hg20120919
    - Version 2.2.0a1
    Sept. 12, 2012 Eugeny A. Rostovtsev 2.1.0-alt2.beta.hg20120911
    - New snapshot
    June 29, 2012 Eugeny A. Rostovtsev 2.1.0-alt2.beta.hg20120219
    - Rebuilt