Пакет h5py: Информация

    Исходный пакет: h5py
    Версия: 1.2.1-alt1
    Собран:  12 сентября 2009 г. 22:13
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/h5py/

    Лицензия: MIT
    О пакете: Интерфейс Python для библиотеки Hierarchical Data Format, версия 5
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-h5py (x86_64, i586)
    python-module-h5py-doc (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Права:
    @qa_p5

      1. libhdf5-devel
      2. tetex-latex
      3. python-devel = 2.5
      4. python-module-Cython
      5. rpm-build-python >= 0.8
      6. python-module-Pygments
      7. python-module-numpy
      8. python-module-sphinx
      9. libsz2-devel

    Последнее изменение


    12 сентября 2009 г. Eugeny A. Rostovtsev 1.2.1-alt1
    - Initial build for Sisyphus