• Home
Name Date Size #Lines LOC

..--

documentation/03-May-2024-1,191713

CHANGESD03-May-20247.2 KiB271165

LICENSED03-May-20241 KiB1915

MANIFEST.inD03-May-2024114 75

READMED03-May-2024772 1712

README.chromiumD03-May-2024325 1310

setup.cfgD03-May-2024245 1914

setup.pyD03-May-20241.9 KiB5327

six.pyD03-May-202429.4 KiB869654

test_six.pyD03-May-202425.2 KiB893696

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.6.  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 https://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: https://mail.python.org/mailman/listinfo/python-porting
17

README.chromium

1Name: six
2URL: https://bitbucket.org/gutworth/six/
3Version: 1991f8b5b654f077e773f05695a08e0506b7367f
4Date: 2016-01-13
5License: MIT
6License File: LICENSE
7Security Critical: no
8
9Description:
10Six provides utilities for wrapping over differences between Python 2 and 3.
11
12It is included in catapult because webtest depends on it.
13