python-cloup 3.0.8-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.0.8

 -- Timo Röhling <email address hidden>  Wed, 20 Aug 2025 10:52:05 +0200

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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-cloup_3.0.8-1.dsc 3.5 KiB 70d52974d536303994dc8830dfaa5a8f62a54cdec5af4b5a4898db515e3170cd
python-cloup_3.0.8.orig.tar.gz 220.5 KiB 0a07f9cb905a449ba574912dacabe7dc6c8d64fd6d9f57a01a0f0c04bdde7417
python-cloup_3.0.8-1.debian.tar.xz 4.7 KiB 6da0adc8ad0929002c2925614b45c402869424d92be4c1ced19090f14ee7733b

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.