• Home
Name Date Size #Lines LOC

..--

documentation/03-May-2024-1,178703

six.egg-info/03-May-2024-5043

CHANGESD03-May-20246.7 KiB255155

LICENSED03-May-20241 KiB1915

MANIFEST.inD03-May-2024114 75

PKG-INFOD03-May-20241.4 KiB3327

READMED03-May-2024770 1712

README.chromiumD03-May-2024151 98

setup.cfgD03-May-202482 96

setup.pyD03-May-2024852 3327

six.pyD03-May-202429 KiB839642

test_six.pyD03-May-202423.8 KiB859685

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