PKG-INFO 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Metadata-Version: 1.1
  2. Name: six
  3. Version: 1.11.0
  4. Summary: Python 2 and 3 compatibility utilities
  5. Home-page: http://pypi.python.org/pypi/six/
  6. Author: Benjamin Peterson
  7. Author-email: benjamin@python.org
  8. License: MIT
  9. Description: .. image:: http://img.shields.io/pypi/v/six.svg
  10. :target: https://pypi.python.org/pypi/six
  11. .. image:: https://travis-ci.org/benjaminp/six.svg?branch=master
  12. :target: https://travis-ci.org/benjaminp/six
  13. .. image:: http://img.shields.io/badge/license-MIT-green.svg
  14. :target: https://github.com/benjaminp/six/blob/master/LICENSE
  15. Six is a Python 2 and 3 compatibility library. It provides utility functions
  16. for smoothing over the differences between the Python versions with the goal of
  17. writing Python code that is compatible on both Python versions. See the
  18. documentation for more information on what is provided.
  19. Six supports every Python version since 2.6. It is contained in only one Python
  20. file, so it can be easily copied into your project. (The copyright and license
  21. notice must be retained.)
  22. Online documentation is at http://six.rtfd.org.
  23. Bugs can be reported to https://github.com/benjaminp/six. The code can also
  24. be found there.
  25. For questions about six or porting in general, email the python-porting mailing
  26. list: https://mail.python.org/mailman/listinfo/python-porting
  27. Platform: UNKNOWN
  28. Classifier: Programming Language :: Python :: 2
  29. Classifier: Programming Language :: Python :: 3
  30. Classifier: Intended Audience :: Developers
  31. Classifier: License :: OSI Approved :: MIT License
  32. Classifier: Topic :: Software Development :: Libraries
  33. Classifier: Topic :: Utilities