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

    Исходный пакет: python3-module-argh
    Версия: 0.31.3-alt1
    Последняя версия по данным Repology
    Собран:  15 июля 2024 г. 13:53 в задании #352873
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/argh/

    Лицензия: LGPLv3
    О пакете: Plain Python functions as CLI commands without boilerplate
    Описание: 
    Building a command-line interface? Found yourself uttering "argh!" while
    struggling with the API of argparse? Don't like the complexity but need the
    power?
    
    Argh builds on the power of argparse (which comes with Python) and makes it
    really easy to use. It eliminates the complex API and lets you "dispatch"
    ordinary Python functions as CLI commands.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python3-module-argh (noarch)

    Сопровождающий: Stanislav Levin


    Права:
    Stanislav Levin

      1. python3-module-flit-core
      2. python3-module-pytest
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-tox
      5. rpm-build-pyproject

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


    15 июля 2024 г. Stanislav Levin 0.31.3-alt1
    - 0.31.2 -> 0.31.3.
    20 июня 2024 г. Stanislav Levin 0.31.2-alt1
    - 0.26.2 -> 0.31.2.
    28 января 2024 г. Grigory Ustinov 0.26.2-alt3
    - Moved on modern pyproject macros.