sphinx-argparse-cli 1.15.0-1 source package in Ubuntu

Changelog

sphinx-argparse-cli (1.15.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Faidon Liambotis <email address hidden>  Sun, 28 Apr 2024 01:54:45 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-argparse-cli_1.15.0-1.dsc 2.2 KiB c45eead400e487c168534090ca2aa9c5db7917c192278275823f8d69f851101d
sphinx-argparse-cli_1.15.0.orig.tar.gz 11.4 KiB 726cf4679fa7bf8d80f9f96afb95fa84219cac6d2dab173102175ce380ede8ed
sphinx-argparse-cli_1.15.0-1.debian.tar.xz 2.4 KiB a0ec500985ea91a133f84abd28b39fa88fc985bd822529a9dcd9c21309cda7fb

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinx-argparse-cli: Sphinx extension to render CLI arguments defined by the argparse module

 sphinx-argparse-cli is an extension for Sphinx to render documentation for
 command-line interface (CLI) arguments defined by the argparse module.
 .
 Unlike the sphinx-argparse module, this module is more capable with regards to
 CLI interfaces that utilize sub-commands. A notable example is the "tox"
 project, from which this module originates.