SlackBuildsOrg/python/python-gflags
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
python-gflags.info
python-gflags.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
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.