typer 0.7.0-1 source package in Ubuntu

Changelog

typer (0.7.0-1) unstable; urgency=medium

  * New upstream version 0.7.0.
  * Rediff patches.
  * d/tests/run-pytest, d/rules:
    - Remove unrecognized argument --forked from pytest-3 (Closes: 1026577).

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Fri, 23 Dec 2022 09:19:32 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typer_0.7.0-1.dsc 2.4 KiB 3e7960a71c975c51c3e405ccfc1ce4b99b6d562367e3ef6cd152f703d2ef8aca
typer_0.7.0.orig.tar.gz 237.8 KiB 69e452ff2589af0bf22cc5c06f1427dda960bbdaf0ac8e9d67e71abacbd330c7
typer_0.7.0-1.debian.tar.xz 13.7 KiB beac51ac1a8a2294d62eb50ba3c99149b69277225bc8dbe17f8ff7c8f102846d

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.