Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DESCRIPTION.rst 1.1KB

123456789101112131415161718192021222324252627
  1. .. image:: http://img.shields.io/pypi/v/six.svg
  2. :target: https://pypi.python.org/pypi/six
  3. .. image:: https://travis-ci.org/benjaminp/six.svg?branch=master
  4. :target: https://travis-ci.org/benjaminp/six
  5. .. image:: http://img.shields.io/badge/license-MIT-green.svg
  6. :target: https://github.com/benjaminp/six/blob/master/LICENSE
  7. Six is a Python 2 and 3 compatibility library. It provides utility functions
  8. for smoothing over the differences between the Python versions with the goal of
  9. writing Python code that is compatible on both Python versions. See the
  10. documentation for more information on what is provided.
  11. Six supports every Python version since 2.6. It is contained in only one Python
  12. file, so it can be easily copied into your project. (The copyright and license
  13. notice must be retained.)
  14. Online documentation is at http://six.rtfd.org.
  15. Bugs can be reported to https://github.com/benjaminp/six. The code can also
  16. be found there.
  17. For questions about six or porting in general, email the python-porting mailing
  18. list: https://mail.python.org/mailman/listinfo/python-porting