annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/six-1.17.0.dist-info/METADATA @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 Metadata-Version: 2.1
jpayne@69 2 Name: six
jpayne@69 3 Version: 1.17.0
jpayne@69 4 Summary: Python 2 and 3 compatibility utilities
jpayne@69 5 Home-page: https://github.com/benjaminp/six
jpayne@69 6 Author: Benjamin Peterson
jpayne@69 7 Author-email: benjamin@python.org
jpayne@69 8 License: MIT
jpayne@69 9 Classifier: Development Status :: 5 - Production/Stable
jpayne@69 10 Classifier: Programming Language :: Python :: 2
jpayne@69 11 Classifier: Programming Language :: Python :: 3
jpayne@69 12 Classifier: Intended Audience :: Developers
jpayne@69 13 Classifier: License :: OSI Approved :: MIT License
jpayne@69 14 Classifier: Topic :: Software Development :: Libraries
jpayne@69 15 Classifier: Topic :: Utilities
jpayne@69 16 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*
jpayne@69 17 License-File: LICENSE
jpayne@69 18
jpayne@69 19 .. image:: https://img.shields.io/pypi/v/six.svg
jpayne@69 20 :target: https://pypi.org/project/six/
jpayne@69 21 :alt: six on PyPI
jpayne@69 22
jpayne@69 23 .. image:: https://readthedocs.org/projects/six/badge/?version=latest
jpayne@69 24 :target: https://six.readthedocs.io/
jpayne@69 25 :alt: six's documentation on Read the Docs
jpayne@69 26
jpayne@69 27 .. image:: https://img.shields.io/badge/license-MIT-green.svg
jpayne@69 28 :target: https://github.com/benjaminp/six/blob/master/LICENSE
jpayne@69 29 :alt: MIT License badge
jpayne@69 30
jpayne@69 31 Six is a Python 2 and 3 compatibility library. It provides utility functions
jpayne@69 32 for smoothing over the differences between the Python versions with the goal of
jpayne@69 33 writing Python code that is compatible on both Python versions. See the
jpayne@69 34 documentation for more information on what is provided.
jpayne@69 35
jpayne@69 36 Six supports Python 2.7 and 3.3+. It is contained in only one Python
jpayne@69 37 file, so it can be easily copied into your project. (The copyright and license
jpayne@69 38 notice must be retained.)
jpayne@69 39
jpayne@69 40 Online documentation is at https://six.readthedocs.io/.
jpayne@69 41
jpayne@69 42 Bugs can be reported to https://github.com/benjaminp/six. The code can also
jpayne@69 43 be found there.