Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Side by Side Diff: tools/telemetry/third_party/gsutilz/third_party/python-gflags/debian/control

Issue 1264873003: Add gsutil/third_party to telemetry/third_party/gsutilz/third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove httplib2 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Source: python-gflags
2 Section: python
3 XS-Python-Version: all
4 Priority: optional
5 Maintainer: Craig Silverstein <google-gflags@googlegroups.com>
6 Build-Depends-Indep: python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-all
7 Build-Depends: debhelper (>= 5.0.38)
8 Standards-Version: 3.7.2
9
10 Package: python-gflags
11 Architecture: all
12 Depends: ${python:Depends}
13 XB-Python-Version: ${python:Versions}
14 Description: A Python implementation of the Google commandline flags module
15 .
16 GFlags defines a *distributed* command line system, replacing systems like
17 getopt(), optparse and manual argument processing. Rather than an application
18 having to define all flags in or near main(), each Python module defines flags
19 that are useful to it. When one Python module imports another, it gains
20 access to the other's flags.
21 .
22 It includes the ability to define flag types (boolean, float, interger, list),
23 autogeneration of help (in both human and machine readable format) and reading
24 arguments from a file. It also includes the ability to automatically generate
25 man pages from the help flags.
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698