Пакет pytables: Информация

    Исходный пакет: pytables
    Версия: 3.9.2-alt1
    Последняя версия по данным Repology
    Собран:  13 апреля 2024 г. 17:09 в задании #345105
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.pytables.org/

    Лицензия: MIT
    О пакете: Managing hierarchical datasets
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pytables (x86_64, ppc64le, i586, aarch64)
    pytables-doc (noarch)
    python3-module-tables (x86_64, ppc64le, i586, aarch64)
    python3-module-tables-debuginfo (x86_64, ppc64le, i586, aarch64)
    python3-module-tables-tests (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Anton Vyatkin


    Права:
    @python
    @everybody
    @qa

      1. bzlib-devel
      2. libblosc-devel
      3. libblosc2-devel
      4. libhdf5-devel
      5. liblzo2-devel
      6. libnumpy-py3-devel
      7. rpm-build-intro >= 2.2.5
      8. rpm-build-python3
      9. python3-devel
      10. python3-module-Cython
      11. python3-module-cpuinfo
      12. python3-module-distribute
      13. python3-module-mock
      14. python3-module-numexpr
      15. python3-module-numpy-testing
      16. python3-module-pyproject-installer >= 0.4.0
      17. python3-module-setuptools
      18. python3-module-wheel

    Последнее изменение


    20 декабря 2023 г. Anton Vyatkin 1:3.9.2-alt1
    - New version 3.9.2.
    23 августа 2023 г. Ivan A. Melnikov 1:3.8.0-alt3.2
    - NMU: Mark docs-only build requires as such.
    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