mando 0.7.1-3 source package in Ubuntu

Changelog

mando (0.7.1-3) unstable; urgency=medium

  * Team Upload
  * Add missing python3-six build-dep (Closes: #1073386)
  * Set Rules-Requires-Root: no
  * Add myself as human Uploader.

  [ Neil Williams ]
  * Update control to remove myself from Uploaders

 -- Alexandre Detiste <email address hidden>  Sun, 30 Jun 2024 23:29:47 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mando_0.7.1-3.dsc 2.2 KiB f04fe758f7ce2a3f052d2e651c921a2bded06c2c229b261df765b1c1629a54d8
mando_0.7.1.orig.tar.gz 36.9 KiB 29aa614effcb77758e9ace886d2390d69635d261c110749b0309213d6f784572
mando_0.7.1-3.debian.tar.xz 3.9 KiB db0e4feb6121828690ccac95598444dfd87f63fa7863d4c1c407947010cc5dc2

Available diffs

No changes file available.

Binary packages built by this source

python-mando-doc: command line argument parser for python3 (common documentation)

 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.
 .
 This is the common documentation package.

python3-mando: command line argument parser for python3

 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.