Home | History | Annotate | only in /external/python/six
Up to higher level directory
NameDateSize
Android.bp22-Oct-2020787
CHANGES22-Oct-20207.8K
documentation/22-Oct-2020
LICENSE22-Oct-20201K
MANIFEST.in22-Oct-2020114
METADATA22-Oct-2020292
NOTICE22-Oct-20201K
OWNERS22-Oct-2020205
PKG-INFO22-Oct-20201.8K
README.rst22-Oct-20201.1K
setup.cfg22-Oct-2020282
setup.py22-Oct-20202.1K
six.egg-info/22-Oct-2020
six.py22-Oct-202030.2K
test_six.py22-Oct-202026.2K

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 
     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