DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-h5py
Beschreibungh5py is a general-purpose Python interface to hdf5
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.2.1-2ubuntu1
Sektionuniverse/python
Prioritätoptional
Installierte Größe1664 Byte
Hängt ab vonlibc6 (>= 2.4), libhdf5-serial-1.8.4 | libhdf5-1.8.4, python (<< 2.7), python (>= 2.6), python-centr
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelleh5py
Paketgröße452100 Byte
Prüfsumme MD5bc2d8c2d6ac0b1546a689283ae2a68a8
Prüfsumme SHA1df13787ab21a5b7514c098d0ea49daaec41c38ff
Prüfsumme SHA25601b032c91755562219723a8d33307a9eee904db69c57bf7f46d6cb57ed663e64
Link zum Herunterladenpython-h5py_1.2.1-2ubuntu1_i386.deb
Ausführliche BeschreibungHDF5 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.


Impressum
Linux is a registered trademark of Linus Torvalds