Wed, 05 Jun 2024 02:43:53 UTC | login

Information for build python-typer-0.3.2-9.fc33

ID195867
Package Namepython-typer
Version0.3.2
Release9.fc33
Epoch
SummaryBuild great CLIs; easy to code; based on Python type hints
DescriptionTyper 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Oct 2021 11:17:51 UTC
CompletedThu, 07 Oct 2021 11:17:51 UTC
Tags
f33
f37
f38
RPMs
src
python-typer-0.3.2-9.fc33.src.rpm (info) (download)
noarch
python3-typer-0.3.2-9.fc33.noarch.rpm (info) (download)
python3-typer+all-0.3.2-9.fc33.noarch.rpm (info) (download)
Changelog * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.3.2-9 - Drop the documentation subpackage entirely. * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.3.2-8 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.3.2-7 - Reduce macro indirection in the spec file * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.3.2-6 - Move %generate_buildrequires after %prep to make the spec file easier to follow * Wed Jun 30 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.2-4 - Remove reference to bug for out-of-date mkdocs-material * Thu Jun 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.2-3 - Drop documentation dependency on mkdocs-material (RHBZ#1960274, comment 3) * Wed May 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.2-2 - Unbundle js-termynal * Tue May 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.2-1 - Initial package