python-cloup 3.0.4-1 source package in Ubuntu

Changelog

python-cloup (3.0.4-1) unstable; urgency=medium

  * New upstream version 3.0.4

 -- Timo Röhling <email address hidden>  Tue, 02 Jan 2024 21:04:17 +0100

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
python-cloup_3.0.4-1.dsc 3.3 KiB c70d29110feaa2ebeaddfb8688b01018860af21aa2d98f5a0566041da34d35cc
python-cloup_3.0.4.orig.tar.gz 220.6 KiB 4e7058a59cbb83f96621b9b1d814c8d3cd27cf59eff758063fabbae39f096a91
python-cloup_3.0.4-1.debian.tar.xz 4.5 KiB 7c13c95d2838c8bff2d9e07c39f78d96eacee1a1a5af4fd76adda5810b48293b

Available diffs

No changes file available.

Binary packages built by this source

python-cloup-doc: Click with option groups (documentation)

 Cloup enriches Click with several features that make it more expressive and
 configurable:
  * option groups and an (optional) help section for positional arguments
  * constraints, like mutually_exclusive, that can be applied to option groups
    or to any group of parameters, even conditionally subcommand aliases
  * subcommands sections, i.e. the possibility to organize the subcommands of
    a Group in multiple help sections
  * a themeable HelpFormatter that:
    - has more parameters for adjusting widths and spacing, which can be
      provided at the context and command level use a different layout when the
      terminal width is below a certain threshold in order to improve
      readability
    - suggestions like "did you mean <subcommand>?" when you mistype a
      subcommand
 Moreover, Cloup improves on IDE support providing decorators with detailed
 type hints and adding the static methods Context.settings() and
 HelpFormatter.settings() for creating dictionaries of settings.
 .
 This package provides the API documentation.

python3-cloup: Click with option groups

 Cloup enriches Click with several features that make it more expressive and
 configurable:
  * option groups and an (optional) help section for positional arguments
  * constraints, like mutually_exclusive, that can be applied to option groups
    or to any group of parameters, even conditionally subcommand aliases
  * subcommands sections, i.e. the possibility to organize the subcommands of
    a Group in multiple help sections
  * a themeable HelpFormatter that:
    - has more parameters for adjusting widths and spacing, which can be
      provided at the context and command level use a different layout when the
      terminal width is below a certain threshold in order to improve
      readability
    - suggestions like "did you mean <subcommand>?" when you mistype a
      subcommand
 Moreover, Cloup improves on IDE support providing decorators with detailed
 type hints and adding the static methods Context.settings() and
 HelpFormatter.settings() for creating dictionaries of settings.
 .
 This package provides the Python 3 module.