blob: 9e03c3192402bcc0ed3d33216a8ca62fcf3ec585 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|