Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminp/six
Python 2 and 3 compatibility library
https://github.com/benjaminp/six
Last synced: about 13 hours ago
JSON representation
Python 2 and 3 compatibility library
- Host: GitHub
- URL: https://github.com/benjaminp/six
- Owner: benjaminp
- License: mit
- Created: 2017-01-02T23:30:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:42:20.000Z (8 days ago)
- Last Synced: 2024-12-04T19:05:21.592Z (8 days ago)
- Language: Python
- Homepage: https://six.readthedocs.io/
- Size: 1.7 MB
- Stars: 991
- Watchers: 31
- Forks: 274
- Open Issues: 108
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- best-of-python - GitHub - 37% open · ⏱️ 27.03.2024): (Compatiblity)
- awesome-hacking-lists - benjaminp/six - Python 2 and 3 compatibility library (Python)
README
.. image:: https://img.shields.io/pypi/v/six.svg
:target: https://pypi.org/project/six/
:alt: six on PyPI.. image:: https://readthedocs.org/projects/six/badge/?version=latest
:target: https://six.readthedocs.io/
:alt: six's documentation on Read the Docs.. image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/benjaminp/six/blob/master/LICENSE
:alt: MIT License badgeSix is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.Six supports Python 2.7 and 3.3+. It is contained in only one Python
file, so it can be easily copied into your project. (The copyright and license
notice must be retained.)Online documentation is at https://six.readthedocs.io/.
Bugs can be reported to https://github.com/benjaminp/six. The code can also
be found there.