Paketname | python-tables |
Beschreibung | hierarchical database for Python based on HDF5 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1.2-3.1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 4232 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), python-numpy (>= 1:1.4.1), python-nump |
Empfohlene Pakete | |
Paketbetreuer | Wen Heping |
Quelle | pytables |
Paketgröße | 839308 Byte |
Prüfsumme MD5 | e8f9a93b59d40e6504c795990fdadab1 |
Prüfsumme SHA1 | d9ce11de29dbf688b333141f27e54d0310af0986 |
Prüfsumme SHA256 | 6e4d8bfe0be4089141baf864cba5da2c7d966182517bbeba9b925fe0ca7f1a7b |
Link zum Herunterladen | python-tables_2.1.2-3.1_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.
|