python-cloup 3.0.5-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.0.5

 -- Timo Röhling <email address hidden>  Thu, 07 Mar 2024 16:02:47 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cloup_3.0.5-1.dsc 3.3 KiB 25efd8fe06c3570de6c07847675f9c01d0073c479d13ab02f3226542bcd8273c
python-cloup_3.0.5.orig.tar.gz 220.8 KiB be0b2476c44657d5c59af62890d44dc886d473f53e44d0b298e748372e59d9c3
python-cloup_3.0.5-1.debian.tar.xz 4.6 KiB 7245322faf4786e343dde95f2cd7918439ca9f2d2995225d26c389c3356e9c53

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.