python-gflags
Google Commandline Flags Module
Google Commandline Flags Module
To install this package, run one of the following:
Python-gflags is a Python implementation of the Google commandline flags module. gflags defines a distributed command line system, replacing systems like getopt(), optparse and manual argument processing. Rather than an application having to define all flags in or near main(), each Python module defines flags that are useful to it. When one python module imports another, it gains access to the other's flags.
Summary
Google Commandline Flags Module
Information Last Updated
Mar 25, 2025 at 16:20
License
BSD 3-Clause
Total Downloads
4
GitHub Repository
https://github.com/gflags/python-gflagsDocumentation
https://pypi.python.org/pypi/python-gflags/3.1.2