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