• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: python-gflags
2URL: http://code.google.com/p/python-gflags/
3Version: 2.0
4Date: 15 Feb 2012
5Revision: 41
6License: BSD 3-Clause License
7License File: COPYING
8Security Critical: no
9
10Description:
11  This project is the python equivalent of google-gflags, a Google commandline
12  flag implementation for C++. It is intended to be used in situations where a
13  project wants to mimic the command-line flag handling of a C++ app that uses
14  google-gflags, or for a Python app that, via swig or some other means, is
15  linked with a C++ app that uses google-gflags.
16
17  The gflags package contains a library that implements commandline flags
18  processing. As such it's a replacement for getopt(). It has increased
19  flexibility, including built-in support for Python types, and the ability to
20  define flags in the source file in which they're used. (This last is its
21  major difference from OptParse.)
22
23Local modifications:
24  Removed tests/
25  Removed debian/
26