slackbuilds_ponce/python/python-gflags
Willy Sudiarto Raharjo f3b8e9d4db python/python-gflags: Add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-01-10 23:55:49 +07:00
..
python-gflags.info
python-gflags.SlackBuild
README
slack-desc

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.