Пакет python3-module-parted: Информация

    Исходный пакет: python3-module-parted
    Версия: 3.13.0-alt1
    Последняя версия по данным Repology
    Собран:  19 января 2024 г. 7:38 в задании #333513
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pyparted

    Лицензия: GPL-2.0-or-later
    О пакете: Python bindings for libparted
    Описание: 
    pyparted is a set of native Python bindings for libparted.  libparted is the
    library portion of the GNU parted project.  With pyparted, you can write
    applications that interact with disk partition tables and filesystems.
    
    The Python bindings are implemented in two layers.  Since libparted itself
    is written in C without any real implementation of objects, a simple 1:1
    mapping of externally accessible libparted functions was written.  This
    mapping is provided in the _ped Python module.  You can use that module if
    you want to, but it's really just meant for the larger parted module.

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

    Сопровождающий: Grigory Ustinov


    Права:
    Grigory Ustinov
    @python

      1. libparted-devel
      2. python3-module-setuptools
      3. rpm-build-python3

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


    23 июня 2023 г. Grigory Ustinov 3.13.0-alt1
    - Automatically updated to 3.13.0.
    24 мая 2022 г. Grigory Ustinov 3.12.0-alt1
    - Automatically updated to 3.12.0.
    27 января 2021 г. Grigory Ustinov 3.11.7-alt1
    - Automatically updated to 3.11.7.
    - Drop python2 support.