• Home
Name Date Size #Lines LOC

..--

documentation/03-May-2024-1,200722

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

Android.bpD03-May-2024787 2725

CHANGESD03-May-20247.8 KiB294179

LICENSED03-May-20241 KiB1915

MANIFEST.inD03-May-2024114 75

METADATAD03-May-2024292 1715

NOTICED03-May-20241 KiB1915

OWNERSD03-May-2024205 54

PKG-INFOD03-May-20241.8 KiB4233

README.rstD03-May-20241.1 KiB2618

setup.cfgD03-May-2024282 2217

setup.pyD03-May-20242.1 KiB5728

six.pyD03-May-202430.2 KiB892676

test_six.pyD03-May-202426.2 KiB935727

README.rst

1.. image:: http://img.shields.io/pypi/v/six.svg
2   :target: https://pypi.python.org/pypi/six
3
4.. image:: https://travis-ci.org/benjaminp/six.svg?branch=master
5    :target: https://travis-ci.org/benjaminp/six
6
7.. image:: http://img.shields.io/badge/license-MIT-green.svg
8   :target: https://github.com/benjaminp/six/blob/master/LICENSE
9
10Six is a Python 2 and 3 compatibility library.  It provides utility functions
11for smoothing over the differences between the Python versions with the goal of
12writing Python code that is compatible on both Python versions.  See the
13documentation for more information on what is provided.
14
15Six supports every Python version since 2.6.  It is contained in only one Python
16file, so it can be easily copied into your project. (The copyright and license
17notice must be retained.)
18
19Online documentation is at http://six.rtfd.org.
20
21Bugs can be reported to https://github.com/benjaminp/six.  The code can also
22be found there.
23
24For questions about six or porting in general, email the python-porting mailing
25list: https://mail.python.org/mailman/listinfo/python-porting
26