freebsd-ports/devel/py-gflags/pkg-descr
Julien Laffaye da93371b49 - Remove deprecated easy_install
- STAGE support
- Specify BSD license
2014-03-09 17:19:42 +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/