Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/six-1.15.0.dist-info/METADATA @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:32:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d30785e31577 | 1:56ad4e20f292 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: six | |
3 Version: 1.15.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 |