• Home
  • History
  • Annotate
  • only in /external/chromium-trace/trace-viewer/third_party/six/
NameDateSize

..06-Oct-20154 KiB

CHANGES06-Oct-20156.7 KiB

documentation/06-Oct-20154 KiB

LICENSE06-Oct-20151 KiB

MANIFEST.in06-Oct-2015114

PKG-INFO06-Oct-20151.4 KiB

README06-Oct-2015770

README.chromium06-Oct-2015151

setup.cfg06-Oct-201582

setup.py06-Oct-2015852

six.egg-info/06-Oct-20154 KiB

six.py06-Oct-201529 KiB

test_six.py06-Oct-201523.8 KiB

README

1Six is a Python 2 and 3 compatibility library.  It provides utility functions
2for smoothing over the differences between the Python versions with the goal of
3writing Python code that is compatible on both Python versions.  See the
4documentation for more information on what is provided.
5
6Six supports every Python version since 2.5.  It is contained in only one Python
7file, so it can be easily copied into your project. (The copyright and license
8notice must be retained.)
9
10Online documentation is at http://pythonhosted.org/six/.
11
12Bugs can be reported to https://bitbucket.org/gutworth/six.  The code can also
13be found there.
14
15For questions about six or porting in general, email the python-porting mailing
16list: http://mail.python.org/mailman/listinfo/python-porting
17

README.chromium

1Name: six
2URL: https://pypi.python.org/pypi/six
3Version: 1.9.0
4Date: 2015-01-02
5Revision: N/A
6License: MIT
7License File: LICENSE
8Security Critical: no
9