typer 0.12.3-2 source package in Ubuntu

Changelog

typer (0.12.3-2) unstable; urgency=medium

  * Upload to unstable.

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Tue, 25 Jun 2024 20:15:05 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typer_0.12.3-2.dsc 2.3 KiB 5994ba908a2522a5f0111e31948d87699e359be676dc4b625d2d4083010e12bb
typer_0.12.3.orig.tar.gz 270.2 KiB cd604d489175bf681d77cef9d8c86dd132a98d2ba6d6155a9f7e45e1a2429207
typer_0.12.3-2.debian.tar.xz 7.7 KiB 5b00285d99029a700d1fc72e63ac2615e078742d7aac9ecfe0e37a483c5ca4db

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 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 common documentation 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.

typer: CLI to run Python scripts and create CLI applications

 Typer is a library for building command-line interface (CLI) applications
 based on Python type hints. It's also a command line tool to run scripts,
 automatically converting them to CLI applications.
 .
 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 `typer` command/program that you can use to run
 scripts, automatically converting them to CLIs, even if they don't use Typer
 internally.