Name: | python3-typer |
---|---|
Version: | 0.10.0 |
Release: | 4.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 351820 |
License: | MIT |
RPM: | python3-typer-0.10.0-4.el9.noarch.rpm |
Source RPM: | python-typer-0.10.0-4.el9.src.rpm |
Build Date: | Thu Nov 28 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://typer.tiangolo.com/ |
Summary: | 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. Typer is FastAPI’s little sibling. And it’s intended to be the FastAPI of CLIs. |
- Stub out "coverage run" well enough to drop the coverage dep.
- Remove an Obsoletes that has served its upgrade-path purpose
- Update to 0.10.0
- Update to 0.9.4
- Update to 0.9.3
- Update to 0.9.2 - Give up on patching out the dependency on the coverage module
- Update to 0.9.1 - New CITATION.cff file is packaged as documentation.
- Simplify patching pyproject.toml and handling test dependencies - Drop unnecessary version-bounded BuildRequires on python-pytest-sugar, fixing failure to build from source with python-pytest-sugar 1.0.0.
- Revert "Work around no python-shellingham in EPEL9"
- Work around no python-shellingham in EPEL9 - Do not build a python3-typer+all metapackage