• Home
Name Date Size #Lines LOC

..--

.github/workflows/04-Jul-2025-123117

documentation/04-Jul-2025-1,232743

.gitignoreD04-Jul-202565 87

Android.bpD04-Jul-2025608 3127

CHANGESD04-Jul-20259.3 KiB350215

CONTRIBUTORSD04-Jul-2025835 4643

LICENSED04-Jul-20251 KiB1915

MANIFEST.inD04-Jul-2025114 75

METADATAD04-Jul-2025549 2119

OWNERSD04-Jul-2025112 43

README.rstD04-Jul-20251 KiB2619

setup.cfgD04-Jul-2025142 139

setup.pyD04-Jul-20252.2 KiB5930

six.pyD04-Jul-202533.9 KiB1,004760

test_six.pyD04-Jul-202529.8 KiB1,055806

tox.iniD04-Jul-2025201 129

README.rst

1.. image:: https://img.shields.io/pypi/v/six.svg
2   :target: https://pypi.org/project/six/
3   :alt: six on PyPI
4
5.. image:: https://readthedocs.org/projects/six/badge/?version=latest
6   :target: https://six.readthedocs.io/
7   :alt: six's documentation on Read the Docs
8
9.. image:: https://img.shields.io/badge/license-MIT-green.svg
10   :target: https://github.com/benjaminp/six/blob/master/LICENSE
11   :alt: MIT License badge
12
13Six is a Python 2 and 3 compatibility library.  It provides utility functions
14for smoothing over the differences between the Python versions with the goal of
15writing Python code that is compatible on both Python versions.  See the
16documentation for more information on what is provided.
17
18Six supports Python 2.7 and 3.3+.  It is contained in only one Python
19file, so it can be easily copied into your project. (The copyright and license
20notice must be retained.)
21
22Online documentation is at https://six.readthedocs.io/.
23
24Bugs can be reported to https://github.com/benjaminp/six.  The code can also
25be found there.
26