summaryrefslogtreecommitdiffstats
path: root/python/python-gflags/README
diff options
context:
space:
mode:
author M.Dinslage2015-01-05 03:46:12 +0100
committer Willy Sudiarto Raharjo2015-01-05 03:46:12 +0100
commit2365b5c760076fcb2a1242d371c9051e8fb952a1 (patch)
tree710a40fad480f0d32247a254f50610aa346768bc /python/python-gflags/README
parent2da27ea436500ac65c89e318012a5ce76167da27 (diff)
downloadslackbuilds-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/README8
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.