Package python3-module-tables-tests: Information

    Binary package: python3-module-tables-tests
    Version: 3.9.2-alt1
    Architecture: ppc64le
    Build time:  Apr 13, 2024, 05:09 PM in the task #345105
    Source package: pytables
    Report package bug
    License: MIT
    Summary: Tests and examples for PyTables (Python 3)
    Description: 
    PyTables is a package for managing hierarchical datasets and designed
    to efficiently and easily cope with extremely large amounts of data.
    
    PyTables is built on top of the HDF5 library, using the Python language
    and the NumPy package (it also supports numarray and Numeric right
    out-of-the-box). It features an object-oriented interface that, combined
    with C extensions for the performance-critical parts of the code
    (generated using Pyrex), makes it a fast, yet extremely easy to use tool
    for interactively dealing with, processing and searching very large
    amounts of data. One important feature of PyTables is that it optimizes
    memory and disk resources so that data takes much less space (specially
    if on-flight compression is used) than other solutions such as
    relational or object oriented databases.
    
    This package contains tests and examples for PyTables.

    Maintainer: Anton Vyatkin


    Last changed


    Dec. 20, 2023 Anton Vyatkin 1:3.9.2-alt1
    - New version 3.9.2.
    Aug. 23, 2023 Ivan A. Melnikov 1:3.8.0-alt3.2
    - NMU: Mark docs-only build requires as such.
    July 10, 2023 Daniel Zagaynov 1:3.8.0-alt3.1.1
    - NMU: moved %python3_sitelibdir/tables/nodes/tests to another subpackage
      to avoid dependency from main package on subpackage with tests