diff options
author | M.Dinslage <daedra1980@gmail.com> | 2015-01-05 09:46:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-05 09:46:12 +0700 |
commit | 2365b5c760076fcb2a1242d371c9051e8fb952a1 (patch) | |
tree | 710a40fad480f0d32247a254f50610aa346768bc /python/python-gflags/README | |
parent | 2da27ea436500ac65c89e318012a5ce76167da27 (diff) | |
download | slackbuilds-2365b5c760076fcb2a1242d371c9051e8fb952a1.tar.gz |
python/python-gflags: Added (Python argument parsing library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gflags/README')
-rw-r--r-- | python/python-gflags/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python-gflags/README b/python/python-gflags/README new file mode 100644 index 0000000000..e9576697d2 --- /dev/null +++ b/python/python-gflags/README @@ -0,0 +1,8 @@ +python-gflags (Google's Python argument parsing library) + +This project is the python equivalent of gflags, a commandline +flag implementation for C++ originally written by Google. It is +intended to be used in situations where a project wants to mimic the +command-line flag handling of a C++ app that uses gflags, or for a +Python app that, via swig or some other means, is linked with a C++ +app that uses gflags. |