Home | History | Annotate | only in /external/chromium-trace/catapult/third_party/six
Up to higher level directory
NameDateSize
CHANGES06-Dec-20167.2K
documentation/06-Dec-2016
LICENSE06-Dec-20161K
MANIFEST.in06-Dec-2016114
README06-Dec-2016772
README.chromium06-Dec-2016325
setup.cfg06-Dec-2016245
setup.py06-Dec-20161.9K
six.py06-Dec-201629.4K
test_six.py06-Dec-201625.2K

README

      1 Six is a Python 2 and 3 compatibility library.  It provides utility functions
      2 for smoothing over the differences between the Python versions with the goal of
      3 writing Python code that is compatible on both Python versions.  See the
      4 documentation for more information on what is provided.
      5 
      6 Six supports every Python version since 2.6.  It is contained in only one Python
      7 file, so it can be easily copied into your project. (The copyright and license
      8 notice must be retained.)
      9 
     10 Online documentation is at https://pythonhosted.org/six/.
     11 
     12 Bugs can be reported to https://bitbucket.org/gutworth/six.  The code can also
     13 be found there.
     14 
     15 For questions about six or porting in general, email the python-porting mailing
     16 list: https://mail.python.org/mailman/listinfo/python-porting
     17 

README.chromium

      1 Name: six
      2 URL: https://bitbucket.org/gutworth/six/
      3 Version: 1991f8b5b654f077e773f05695a08e0506b7367f
      4 Date: 2016-01-13
      5 License: MIT
      6 License File: LICENSE
      7 Security Critical: no
      8 
      9 Description:
     10 Six provides utilities for wrapping over differences between Python 2 and 3.
     11 
     12 It is included in catapult because webtest depends on it.
     13