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

..20-Dec-20164 KiB

.hgignore20-Dec-201672

CHANGES20-Dec-20166.7 KiB

CONTRIBUTORS20-Dec-2016532

documentation/20-Dec-20164 KiB

LICENSE20-Dec-20161 KiB

MANIFEST.in20-Dec-2016114

README20-Dec-2016770

setup.cfg20-Dec-201622

setup.py20-Dec-2016852

six.py20-Dec-201629 KiB

test_six.py20-Dec-201623.8 KiB

tox.ini20-Dec-2016234

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