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

Side by Side Diff: third_party/python_gflags/README.chromium

Issue 15901019: Add myself and dbeam as OWNERS of the closure_linter and python_gflags third party libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tab->space Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Name: python-gflags 1 Name: python-gflags
2 URL: http://code.google.com/p/python-gflags/ 2 URL: http://code.google.com/p/python-gflags/
3 Version: 2.0 3 Version: 2.0
4 Date: 15 Feb 2012 4 Date: 15 Feb 2012
5 Revision: 41 5 Revision: 41
6 License: BSD 3-Clause License 6 License: BSD 3-Clause License
7 License File: NOT_SHIPPED 7 License File: NOT_SHIPPED
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 This project is the python equivalent of google-gflags, a Google commandline 11 This project is the python equivalent of google-gflags, a Google commandline
12 flag implementation for C++. It is intended to be used in situations where a 12 flag implementation for C++. It is intended to be used in situations where a
13 project wants to mimic the command-line flag handling of a C++ app that uses 13 project wants to mimic the command-line flag handling of a C++ app that uses
14 google-gflags, or for a Python app that, via swig or some other means, is 14 google-gflags, or for a Python app that, via swig or some other means, is
15 linked with a C++ app that uses google-gflags. 15 linked with a C++ app that uses google-gflags.
16 16
17 The gflags package contains a library that implements commandline flags 17 The gflags package contains a library that implements commandline flags
18 processing. As such it's a replacement for getopt(). It has increased 18 processing. As such it's a replacement for getopt(). It has increased
19 flexibility, including built-in support for Python types, and the ability to 19 flexibility, including built-in support for Python types, and the ability to
20 define flags in the source file in which they're used. (This last is its 20 define flags in the source file in which they're used. (This last is its
21 major difference from OptParse.) 21 major difference from OptParse.)
22 22
23 Local modifications: 23 Local modifications:
24 Removed tests/ 24 Removed tests/
25 Removed debian/ 25 Removed debian/
26 Added OWNERS file
OLDNEW
« third_party/python_gflags/OWNERS ('K') | « third_party/python_gflags/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698