Package python3-module-typer: Information

  • Default inline alert: Version in the repository: 0.12.3-alt1

Source package: python3-module-typer
Version: 0.11.0-alt1
Latest version according to Repology
Build time:  Mar 28, 2024, 05:52 PM in the task #343835
Report package bug
License: MIT
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints
Description: 
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.

List of rpms provided by this srpm:
python3-module-typer (noarch)

Maintainer: Alexandr Shashkin

List of contributors:
Alexandr Shashkin

ACL:
Alexandr Shashkin
@everybody

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

Last changed


March 28, 2024 Alexandr Shashkin 0.11.0-alt1
- 0.9.0 -> 0.11.0.
Oct. 21, 2023 Alexandr Shashkin 0.9.0-alt2
- Fixed FTBFS: deselect some tests for bash completion
Sept. 14, 2023 Alexandr Shashkin 0.9.0-alt1
- Initial build for ALT Sisyphus