comparison env/lib/python3.7/site-packages/six-1.14.0.dist-info/METADATA @ 5:9b1c78e6ba9c draft default tip

"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author shellac
date Mon, 01 Jun 2020 08:59:25 -0400
parents 79f47841a781
children
comparison
equal deleted inserted replaced
4:79f47841a781 5:9b1c78e6ba9c
1 Metadata-Version: 2.1
2 Name: six
3 Version: 1.14.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 Platform: UNKNOWN
10 Classifier: Development Status :: 5 - Production/Stable
11 Classifier: Programming Language :: Python :: 2
12 Classifier: Programming Language :: Python :: 3
13 Classifier: Intended Audience :: Developers
14 Classifier: License :: OSI Approved :: MIT License
15 Classifier: Topic :: Software Development :: Libraries
16 Classifier: Topic :: Utilities
17 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*
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://travis-ci.org/benjaminp/six.svg?branch=master
24 :target: https://travis-ci.org/benjaminp/six
25 :alt: six on TravisCI
26
27 .. image:: https://readthedocs.org/projects/six/badge/?version=latest
28 :target: https://six.readthedocs.io/
29 :alt: six's documentation on Read the Docs
30
31 .. image:: https://img.shields.io/badge/license-MIT-green.svg
32 :target: https://github.com/benjaminp/six/blob/master/LICENSE
33 :alt: MIT License badge
34
35 Six is a Python 2 and 3 compatibility library. It provides utility functions
36 for smoothing over the differences between the Python versions with the goal of
37 writing Python code that is compatible on both Python versions. See the
38 documentation for more information on what is provided.
39
40 Six supports Python 2.7 and 3.3+. It is contained in only one Python
41 file, so it can be easily copied into your project. (The copyright and license
42 notice must be retained.)
43
44 Online documentation is at https://six.readthedocs.io/.
45
46 Bugs can be reported to https://github.com/benjaminp/six. The code can also
47 be found there.
48
49