Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.bp | 22-Oct-2020 | 787 | |
CHANGES | 22-Oct-2020 | 7.8K | |
documentation/ | 22-Oct-2020 | ||
LICENSE | 22-Oct-2020 | 1K | |
MANIFEST.in | 22-Oct-2020 | 114 | |
METADATA | 22-Oct-2020 | 292 | |
NOTICE | 22-Oct-2020 | 1K | |
OWNERS | 22-Oct-2020 | 205 | |
PKG-INFO | 22-Oct-2020 | 1.8K | |
README.rst | 22-Oct-2020 | 1.1K | |
setup.cfg | 22-Oct-2020 | 282 | |
setup.py | 22-Oct-2020 | 2.1K | |
six.egg-info/ | 22-Oct-2020 | ||
six.py | 22-Oct-2020 | 30.2K | |
test_six.py | 22-Oct-2020 | 26.2K |
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 10 Six is a Python 2 and 3 compatibility library. It provides utility functions 11 for smoothing over the differences between the Python versions with the goal of 12 writing Python code that is compatible on both Python versions. See the 13 documentation for more information on what is provided. 14 15 Six supports every Python version since 2.6. It is contained in only one Python 16 file, so it can be easily copied into your project. (The copyright and license 17 notice must be retained.) 18 19 Online documentation is at http://six.rtfd.org. 20 21 Bugs can be reported to https://github.com/benjaminp/six. The code can also 22 be found there. 23 24 For questions about six or porting in general, email the python-porting mailing 25 list: https://mail.python.org/mailman/listinfo/python-porting 26