tables 3.10.2


pip install tables

  Latest version

Released: Jan 04, 2025


Meta
Author: Francesc Alted, Ivan Vilata, Antonio Valentino, Anthony Scopatz, et al.
Requires Python: >=3.11

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology
  • Science/Research

License
  • OSI Approved :: BSD License

Operating System
  • Microsoft :: Windows
  • Unix

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Database
  • Software Development :: Libraries :: Python Modules

PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data. PyTables is built on top of the HDF5 library and the NumPy package and features an object-oriented interface that, combined with C-code generated from Cython sources, makes of it a fast, yet extremely easy to use tool for interactively save and retrieve large amounts of data.

Extras: None
Dependencies:
numpy (>=1.20.0)
numexpr (>=2.6.2)
packaging
py-cpuinfo
blosc2 (>=2.3.0)
typing-extensions (>=4.4.0)