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

    Исходный пакет: python3-module-argparse-manpage
    Версия: 4.5-alt2
    Собран:  23 ноября 2023 г. 1:42
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/argparse-manpage/

    Лицензия: Apache-2.0
    О пакете: Build manual page from python's ArgumentParser object
    Описание: 
    Avoid documenting your Python script arguments on two places! This is typically
    done in an argparse.ArgumentParser help configuration (help=, description=,
    etc.), and also in a manually crafted manual page.
    
    The good thing about an ArgumentParser objects is that it actually provides a
    traversable "tree-like" structure, with all the necessary info needed to
    automatically generate documentation, for example in a groff typesetting system
    (manual pages). And this is where this project can help.
    
    There are two supported ways to generate the manual, either script it using the
    installed command argparse-manpage, or via setup.py build automation (with a
    slight bonus of automatic manual page installation with setup.py install).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-argparse-manpage (noarch)

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

    Список участников:
    Stanislav Levin

      1. /proc
      2. python3-module-packaging
      3. python3-module-pip
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest
      6. python3-module-setuptools
      7. python3-module-wheel
      8. rpm-build-pyproject

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


    20 ноября 2023 г. Stanislav Levin 4.5-alt2
    - Dropped dependency on distutils (removed in Python3.12).
    1 ноября 2023 г. Stanislav Levin 4.5-alt1
    - 4.3 -> 4.5.
    18 мая 2023 г. Stanislav Levin 4.3-alt1
    - 4.2 -> 4.3.