typer 0.12.3-1 source package in Ubuntu

Changelog

typer (0.12.3-1) unstable; urgency=medium

  * New upstream version 0.12.3.
  * Update d/p/0002-Replace-mkdocs-material-remove-mkdocs-extensions.patch
    description to better explain the need for it.
  * Add manpages for the typer binary.
  * d/rules:
    - Skip mkdocs build if nodoc is enabled.
    - Move /bin/typer from python3-typer to typer.
  * d/control:
    - Add typer binary package.
    - Suggest typer for python3-typer.
    - Add details to the description of python* packages.
    - Remove build dependencies that are not being used.
    - Remove mkdocs dependencies from python-typer-doc.

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Mon, 20 May 2024 15:02:18 -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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typer_0.12.3-1.dsc 2.3 KiB 8275803de9ae2e2125315d97f6e3fc3c7ea69158fa659254bc9db4f10fa8ffee
typer_0.12.3.orig.tar.gz 270.2 KiB cd604d489175bf681d77cef9d8c86dd132a98d2ba6d6155a9f7e45e1a2429207
typer_0.12.3-1.debian.tar.xz 7.6 KiB 3a5131b8a118963651f2308d23e4693a4a7ce25481d2eadee9f4849efbc8155f

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.