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

    Исходный пакет: python3-module-typer
    Версия: 0.12.3-alt1
    Последняя версия по данным Repology
    Собран:  15 апреля 2024 г. 18:24 в задании #345200
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://typer.tiangolo.com/

    Лицензия: MIT
    О пакете: Typer, build great CLIs. Easy to code. Based on Python type hints
    Описание: 
    Typer is a library for building CLI applications that users will love
    using and developers will love creating. Based on Python 3.6+ type hints.
    
    The key features are:
    * Intuitive to write: Great editor support. Completion everywhere. Less
      time debugging. Designed to be easy to use and learn. Less time reading
      docs.
    * Easy to use: It's easy to use for the final users. Automatic help, and
      automatic completion for all shells.
    * Short: Minimize code duplication. Multiple features from each parameter
      declaration. Fewer bugs.
    * Start simple: The simplest example adds only 2 lines of code to your app:
      1 import, 1 function call.
    * Grow large: Grow in complexity as much as you want, create arbitrarily
      complex trees of commands and groups of subcommands, with options and
      arguments.

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

    Сопровождающий: Alexandr Shashkin

    Список участников:
    Alexandr Shashkin

    Права:
    Alexandr Shashkin
    @everybody

      1. /proc
      2. python3-module-click
      3. python3-module-pdm-backend
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest
      6. python3-module-pytest-sugar
      7. python3-module-pytest-xdist
      8. python3-module-rich
      9. python3-module-shellingham
      10. python3-module-typing-extensions
      11. rpm-build-pyproject

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


    15 апреля 2024 г. Alexandr Shashkin 0.12.3-alt1
    - 0.11.0 -> 0.12.3.
    28 марта 2024 г. Alexandr Shashkin 0.11.0-alt1
    - 0.9.0 -> 0.11.0.
    21 октября 2023 г. Alexandr Shashkin 0.9.0-alt2
    - Fixed FTBFS: deselect some tests for bash completion