jpayne@68: Metadata-Version: 2.1 jpayne@68: Name: six jpayne@68: Version: 1.17.0 jpayne@68: Summary: Python 2 and 3 compatibility utilities jpayne@68: Home-page: https://github.com/benjaminp/six jpayne@68: Author: Benjamin Peterson jpayne@68: Author-email: benjamin@python.org jpayne@68: License: MIT jpayne@68: Classifier: Development Status :: 5 - Production/Stable jpayne@68: Classifier: Programming Language :: Python :: 2 jpayne@68: Classifier: Programming Language :: Python :: 3 jpayne@68: Classifier: Intended Audience :: Developers jpayne@68: Classifier: License :: OSI Approved :: MIT License jpayne@68: Classifier: Topic :: Software Development :: Libraries jpayne@68: Classifier: Topic :: Utilities jpayne@68: Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.* jpayne@68: License-File: LICENSE jpayne@68: jpayne@68: .. image:: https://img.shields.io/pypi/v/six.svg jpayne@68: :target: https://pypi.org/project/six/ jpayne@68: :alt: six on PyPI jpayne@68: jpayne@68: .. image:: https://readthedocs.org/projects/six/badge/?version=latest jpayne@68: :target: https://six.readthedocs.io/ jpayne@68: :alt: six's documentation on Read the Docs jpayne@68: jpayne@68: .. image:: https://img.shields.io/badge/license-MIT-green.svg jpayne@68: :target: https://github.com/benjaminp/six/blob/master/LICENSE jpayne@68: :alt: MIT License badge jpayne@68: jpayne@68: Six is a Python 2 and 3 compatibility library. It provides utility functions jpayne@68: for smoothing over the differences between the Python versions with the goal of jpayne@68: writing Python code that is compatible on both Python versions. See the jpayne@68: documentation for more information on what is provided. jpayne@68: jpayne@68: Six supports Python 2.7 and 3.3+. It is contained in only one Python jpayne@68: file, so it can be easily copied into your project. (The copyright and license jpayne@68: notice must be retained.) jpayne@68: jpayne@68: Online documentation is at https://six.readthedocs.io/. jpayne@68: jpayne@68: Bugs can be reported to https://github.com/benjaminp/six. The code can also jpayne@68: be found there.