From 2365b5c760076fcb2a1242d371c9051e8fb952a1 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Mon, 5 Jan 2015 09:46:12 +0700 Subject: python/python-gflags: Added (Python argument parsing library). Signed-off-by: Willy Sudiarto Raharjo --- python/python-gflags/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python-gflags/README (limited to 'python/python-gflags/README') 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. -- cgit v1.2.3