diff options
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 000000000000..e9576697d2bd --- /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. |