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

    Бинарный пакет: python-module-h5py
    Версия: 2.2.0-alt1.a1.hg20120919
    Архитектура: i586
    Собран:  5 февраля 2013 г. 7:32
    Исходный пакет: h5py
    Категория: Разработка/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.

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

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

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


    5 февраля 2013 г. Eugeny A. Rostovtsev 2.2.0-alt1.a1.hg20120919
    - Version 2.2.0a1
    12 сентября 2012 г. Eugeny A. Rostovtsev 2.1.0-alt2.beta.hg20120911
    - New snapshot
    29 июня 2012 г. Eugeny A. Rostovtsev 2.1.0-alt2.beta.hg20120219
    - Rebuilt