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-tables
Beschreibunghierarchical database for Python based on HDF5
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.1.2-3build1
Sektionuniverse/python
Prioritätoptional
Installierte Größe3676 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libhdf5-serial-1.8.4 |
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellepytables
Paketgröße629742 Byte
Prüfsumme MD564227ebc264428189a3b3c33f3b99958
Prüfsumme SHA1d2ac5581facf187fcffd1778402ccde446d9d6b8
Prüfsumme SHA25614437596d880f48624f71f9e3de7d30f0bddced51a83da28eb3a2fe71a8d6768
Link zum Herunterladenpython-tables_2.1.2-3build1_i386.deb
Ausführliche BeschreibungPyTables is a hierarchical database package designed to efficently manage very large amounts of data. PyTables is built on top of the HDF5 library and the NumPy package. It features an object-oriented interface that, combined with natural naming and C-code generated from Pyrex sources, makes it a fast, yet extremely easy to use tool for interactively save and retrieve large amounts of data. . - Compound types (records) can be used entirely from Python (i.e. it is not necessary to use C for taking advantage of them). - The tables are both enlargeable and compressible. - I/O is buffered, so you can get very fast I/O, specially with large tables. - Very easy to select data through the use of iterators over the rows in tables. Extended slicing is supported as well. - It supports the complete set of NumPy, Numeric and numarray objects.


Impressum
Linux is a registered trademark of Linus Torvalds