Mercurial > repos > shellac > sam_consensus_v3
comparison env/lib/python3.9/site-packages/six-1.15.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
| author | shellac |
|---|---|
| date | Mon, 22 Mar 2021 18:12:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4f3585e2f14b |
|---|---|
| 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 |
