python-cloup 3.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.0.0
  * Use Furo theme for documentation

 -- Timo Röhling <email address hidden>  Mon, 17 Jul 2023 00:23:27 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cloup_3.0.0-1.dsc 3.2 KiB f54709214e607d332c85ad69728999936461ba7c21a956860496565dfbbd9518
python-cloup_3.0.0.orig.tar.gz 220.2 KiB e5cdcc015fb52bca499a4424f3a04e15e8f91842eef77415973a23567b892b3d
python-cloup_3.0.0-1.debian.tar.xz 4.4 KiB 182e1260a64ebc82789f74f40466fb237682acc6a781b645e331bb0f6501f43f

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.