freebsd-ports/devel/py-gflags/pkg-descr
Baptiste Daroussin 2554fb4ec6 Add py-gflags 1.4, commandline flags module for Python.
PR:		ports/153865
Submitted by:	Julien Laffaye <kimelto at gmail.com>
Feature safe:	yes
2011-01-11 16:15:47 +00:00

7 lines
371 B
Text

The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for Python types, and the ability to
define flags in the source file in which they're used. (This last is its major
difference from OptParse.)
WWW: http://code.google.com/p/python-gflags/