opnsense-ports/devel/py-python-gflags/pkg-descr
Franco Fichtner 7f8ba1959b */*: sync with upstream
Taken from: FreeBSD
2017-01-11 07:11:26 +01: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: https://github.com/google/python-gflags