PKG-INFO 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. Metadata-Version: 1.1
  2. Name: six
  3. Version: 1.10.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: Six is a Python 2 and 3 compatibility library. It provides utility functions
  10. for smoothing over the differences between the Python versions with the goal of
  11. writing Python code that is compatible on both Python versions. See the
  12. documentation for more information on what is provided.
  13. Six supports every Python version since 2.6. It is contained in only one Python
  14. file, so it can be easily copied into your project. (The copyright and license
  15. notice must be retained.)
  16. Online documentation is at https://pythonhosted.org/six/.
  17. Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also
  18. be found there.
  19. For questions about six or porting in general, email the python-porting mailing
  20. list: https://mail.python.org/mailman/listinfo/python-porting
  21. Platform: UNKNOWN
  22. Classifier: Programming Language :: Python :: 2
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Intended Audience :: Developers
  25. Classifier: License :: OSI Approved :: MIT License
  26. Classifier: Topic :: Software Development :: Libraries
  27. Classifier: Topic :: Utilities