python-gflags 1.5.1-5 source package in Ubuntu

Changelog

python-gflags (1.5.1-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

 -- Thomas Goirand <email address hidden>  Mon, 02 Apr 2018 20:26:54 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gflags_1.5.1-5.dsc 2.1 KiB 1fad47efd04e1b61c4376de86dd9708db40223695a970ed376a6f61490bbd85a
python-gflags_1.5.1.orig.tar.gz 57.3 KiB 3b5175382fdb9db4cf90970d4adb09fa7e26ea91512ed852d48a873f98a60bdd
python-gflags_1.5.1-5.debian.tar.xz 8.6 KiB 7350635fa58deab43bf2cb21a702f7c58dde0ab9ae4cb0507a1de4d2ec6fabfa

Available diffs

No changes file available.

Binary packages built by this source

python-gflags: implementation of the Google command line flags module - Python 2.x

 GFlags defines a distributed command line system, replacing systems like
 getopt(), optparse and manual argument processing. Rather than an application
 having to define all flags in or near main(), each Python module defines flags
 that are useful to it. When one Python module imports another, it gains
 access to the other's flags.
 .
 It includes the ability to define flag types (boolean, float, integer, list),
 autogeneration of help (in both human and machine readable format) and reading
 arguments from a file. It also includes the ability to automatically generate
 man pages from the help flags.
 .
 This package provides the Python 2.x module.

python3-gflags: implementation of the Google command line flags module - Python 3.x

 GFlags defines a distributed command line system, replacing systems like
 getopt(), optparse and manual argument processing. Rather than an application
 having to define all flags in or near main(), each Python module defines flags
 that are useful to it. When one Python module imports another, it gains
 access to the other's flags.
 .
 It includes the ability to define flag types (boolean, float, integer, list),
 autogeneration of help (in both human and machine readable format) and reading
 arguments from a file. It also includes the ability to automatically generate
 man pages from the help flags.
 .
 This package provides the Python 3.x module.