You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
M.Dinslage 67797a56e5 python/python-gflags: Updated for version 3.0.6. 9 years ago
..
README python/python-gflags: Added (Python argument parsing library). 11 years ago
python-gflags.SlackBuild python/python-gflags: Updated for version 3.0.6. 9 years ago
python-gflags.info python/python-gflags: Updated for version 3.0.6. 9 years ago
slack-desc python/python-gflags: Added (Python argument parsing library). 11 years ago

README

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.