Paketname | python-tables |
Beschreibung | hierarchical database for Python based on HDF5 |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.1.2-3build1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 3676 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libhdf5-serial-1.8.4 | |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | pytables |
Paketgröße | 629742 Byte |
Prüfsumme MD5 | 64227ebc264428189a3b3c33f3b99958 |
Prüfsumme SHA1 | d2ac5581facf187fcffd1778402ccde446d9d6b8 |
Prüfsumme SHA256 | 14437596d880f48624f71f9e3de7d30f0bddced51a83da28eb3a2fe71a8d6768 |
Link zum Herunterladen | python-tables_2.1.2-3build1_i386.deb |
Ausführliche Beschreibung | PyTables 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.
|