DESCRIPTION.rst 792 B

123456789101112131415161718
  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. Six supports every Python version since 2.6. It is contained in only one Python
  6. file, so it can be easily copied into your project. (The copyright and license
  7. notice must be retained.)
  8. Online documentation is at https://pythonhosted.org/six/.
  9. Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also
  10. be found there.
  11. For questions about six or porting in general, email the python-porting mailing
  12. list: https://mail.python.org/mailman/listinfo/python-porting