1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
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

8 lines
371 B
Plaintext

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/