python-gflags 1.5.1-2 source package in Ubuntu

Changelog

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


  * Added Python 3 support.
  * Added myself as uploader.
  * Standards-Version is no 3.9.5.

 -- Thomas Goirand <email address hidden>  Thu, 28 Aug 2014 18:40:13 +0000

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
Xenial release universe python

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gflags_1.5.1-2.dsc 2.1 KiB af362f876141d566bd574b8da7d5b1c18b98c8a19214e89f86cb2ec19af54245
python-gflags_1.5.1.orig.tar.gz 57.3 KiB 3b5175382fdb9db4cf90970d4adb09fa7e26ea91512ed852d48a873f98a60bdd
python-gflags_1.5.1-2.debian.tar.xz 7.6 KiB 7991b6a5bc541cd0f1191d08d12b8f6de8e6e2e0fd66480084ce9348e2e423e0

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.