python-tables-lib

hierarchical database for Python based on HDF5 (extension)


PyTables is a hierarchical database package designed to efficiently 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.

This package contains the extension built for the Python 2 interpreter.

Related packages: python-tables, python-tables-data, python-tables-dbg, python-tables-doc, python3-tables, python3-tables-dbg, python3-tables-lib


Maintainer information

This software package is maintained for (Neuro)Debian by the follow individuals and/or groups:

Maintainer avatar
NeuroDebian Maintainers
Maintainer avatar
Antonio Valentino
Maintainer avatar
Yaroslav Halchenko

In order to get support, or to get in touch with a maintainer, please click the ‘Help’ button at the top of the page.

Advanced user information

Version control system available: Browse sources

Package availability chart
Distribution Base version Our version Architectures
Debian GNU/Linux 6.0 (squeeze) 2.1.2-3.1    
Debian GNU/Linux 7.0 (wheezy) 2.3.1-3    
Debian GNU/Linux 8.0 (jessie) 3.1.1-3 3.2.1-1~nd80+1 i386, amd64
Debian testing (stretch) 3.1.1-3 3.2.1-1~nd90+1 i386, amd64
Debian unstable (sid) 3.2.1-1 3.2.1-1~nd+1 i386, amd64
Ubuntu 10.04 LTS “Lucid Lynx” (lucid) 2.1.2-3build1    
Ubuntu 12.04 LTS “Precise Pangolin” (precise) 2.3.1-2ubuntu3    
Ubuntu 14.04 “Trusty Tahr” (trusty) 3.1.1-0ubuntu1    
Ubuntu 14.10 “Utopic Unicorn” (utopic) 3.1.1-2    
Ubuntu 15.04 “Vivid Vervet” (vivid) 3.1.1-3build1 3.2.1-1~nd15.04+1 i386, amd64
The source code for this portal is licensed under the GPL-3 and is available on GitHub.