Home | History | Annotate | only in /external/chromium-trace/trace-viewer/third_party/six
Up to higher level directory
NameDateSize
CHANGES08-Oct-20156.7K
documentation/08-Oct-2015
LICENSE08-Oct-20151K
MANIFEST.in08-Oct-2015114
PKG-INFO08-Oct-20151.4K
README08-Oct-2015770
README.chromium08-Oct-2015151
setup.cfg08-Oct-201582
setup.py08-Oct-2015852
six.egg-info/08-Oct-2015
six.py08-Oct-201529K
test_six.py08-Oct-201523.8K

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.5.  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 http://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: http://mail.python.org/mailman/listinfo/python-porting
     17 

README.chromium

      1 Name: six
      2 URL: https://pypi.python.org/pypi/six
      3 Version: 1.9.0
      4 Date: 2015-01-02
      5 Revision: N/A
      6 License: MIT
      7 License File: LICENSE
      8 Security Critical: no
      9