typer 0.9.0-2 source package in Ubuntu

Changelog

typer (0.9.0-2) unstable; urgency=medium

  * d/clean: Clean up html folder and coverage files (Closes: #1045487).
  * d/rules: Change the mkdocs build command to be more descriptive.

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Fri, 26 Jan 2024 11:09:13 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typer_0.9.0-2.dsc 2.4 KiB 553f08838bc3dd9a180ae79eda2a08f58ad607f23378202c8610956ec0fec3f1
typer_0.9.0.orig.tar.gz 260.5 KiB 64cec3f6cf47a0059b5c0f79ca04d2791101a9013c6e189590890fe796c7f8ec
typer_0.9.0-2.debian.tar.xz 7.5 KiB 8ed8a2536453280e873b92ef50ff7648b605e267a8152c0943797cfb6ae84013

Available diffs

No changes file available.

Binary packages built by this source

python-typer-doc: Python library for building CLI applications (common documentation)

 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.
 .
 This is the common documentation package for python-typer.

python3-typer: Python library for building CLI applications (Python 3)

 Typer is a library for building command-line interface (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.
 .
 This package provides the library for Python 3.