comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/six-1.17.0.dist-info/METADATA @ 68:5028fdace37b

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