Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python35 /
share /
doc /
alt-python35-gflags /
Delete
Unzip
Name
Size
Permission
Date
Action
AUTHORS
32
B
-rw-r--r--
2012-01-19 01:30
COPYING
1.44
KB
-rw-r--r--
2012-01-19 01:30
ChangeLog
2.44
KB
-rw-r--r--
2012-01-19 01:30
README
1.09
KB
-rw-r--r--
2012-01-19 01:30
Save
Rename
This repository contains 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. It includes the ability to define flag types (boolean, float, interger, list), autogeneration of help (in both human and machine readable format) and reading arguments from a file. It also includes the ability to automatically generate man pages from the help flags. Documentation for implementation is at the top of gflags.py file. To install the python module, run python ./setup.py install When you install this library, you also get a helper application, gflags2man.py, installed into /usr/local/bin. You can run gflags2man.py to create an instant man page, with all the commandline flags and their docs, for any C++ or python program you've written using the gflags library.