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

Side by Side Diff: third_party/six/PKG-INFO

Issue 1587593003: Replace six with the current version which passes checklicenses.py. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Update URL field in README.chromium. Created 4 years, 11 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
« no previous file with comments | « third_party/six/CHANGES ('k') | third_party/six/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Metadata-Version: 1.1
2 Name: six
3 Version: 1.9.0
4 Summary: Python 2 and 3 compatibility utilities
5 Home-page: http://pypi.python.org/pypi/six/
6 Author: Benjamin Peterson
7 Author-email: benjamin@python.org
8 License: MIT
9 Description: Six is a Python 2 and 3 compatibility library. It provides utility functions
10 for smoothing over the differences between the Python versions with the goal of
11 writing Python code that is compatible on both Python versions. See the
12 documentation for more information on what is provided.
13
14 Six supports every Python version since 2.5. It is contained in only on e Python
15 file, so it can be easily copied into your project. (The copyright and l icense
16 notice must be retained.)
17
18 Online documentation is at http://pythonhosted.org/six/.
19
20 Bugs can be reported to https://bitbucket.org/gutworth/six. The code ca n also
21 be found there.
22
23 For questions about six or porting in general, email the python-porting mailing
24 list: http://mail.python.org/mailman/listinfo/python-porting
25
26 Platform: UNKNOWN
27 Classifier: Programming Language :: Python :: 2
28 Classifier: Programming Language :: Python :: 3
29 Classifier: Intended Audience :: Developers
30 Classifier: License :: OSI Approved :: MIT License
31 Classifier: Topic :: Software Development :: Libraries
32 Classifier: Topic :: Utilities
OLDNEW
« no previous file with comments | « third_party/six/CHANGES ('k') | third_party/six/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698