Paketname | python-gflags |
Beschreibung | Python implementation of the Google command line flags module |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.3-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | python, python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Soren Hansen |
Quelle | |
Paketgröße | 33808 Byte |
Prüfsumme MD5 | 5904b4d0728d6d771d01a517858e6ba8 |
Prüfsumme SHA1 | a3ac45258af44f5202671bc79f401d1becf8b7ff |
Prüfsumme SHA256 | f7a407356765e2cffe179bf073bf2f7156d1b2a599f9c3b69c47c753edc3e47a |
Link zum Herunterladen | python-gflags_1.3-1_all.deb |
Ausführliche Beschreibung | 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, integer, 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.
|