typer 0.4.0-1 source package in Ubuntu

Changelog

typer (0.4.0-1) unstable; urgency=medium

  * New upstream version 0.4.0 (Closes: #997496).
  * Update patches:
     - 0001-Rename-converage-calls-to-python3-coverage.patch
     - 0003-Improve-installation-of-bash-completion.patch
    so that it works on latest version.
  * d/control:
     - Update my email.
     - Bump Standards-Version to 4.6.0.

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Fri, 12 Nov 2021 23:45:46 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typer_0.4.0-1.dsc 2.4 KiB 2fb24629a369b74befe8fadf90a1b8b88db76ccdbdff8e5cdd1b944e2d9c584f
typer_0.4.0.orig.tar.gz 206.1 KiB 59e509a75ad9afcaa5a11917413ef1bce4c926c671a0b55464cf98ccb203a800
typer_0.4.0-1.debian.tar.xz 11.6 KiB 10e5da09047a2a09b515e9ffce5d1275e9cd63b96638671245e5713e0794d180

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 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 installs the library for Python 3.