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