GitXplorerGitXplorer
b

six

public
980 stars
274 forks
110 issues

Commits

List of commits on branch master.
Verified
c1b416f24de52ebd8eaed3e379ab85ec9c3e935b

Fix deprecation warning from setuptools (#382)

ccjwatson committed 6 months ago
Verified
02c3bcab0b94eb7a86f6606bc8b02e3ee0a72860

tkinter.tix was removed from Python 3.13, skip the test (#377)

hhroncok committed a year ago
Unverified
3b7efbcca41857da03fb01f004ccc425ab82dfbf

Delete pep8ignore and flakes-ignore.

bbenjaminp committed 2 years ago
Unverified
45f1a230f9cc8e48372e19627b91ac06a2013292

Changelog for #281.

bbenjaminp committed 3 years ago
Verified
7783c9e983b1fa37299a1db5c9e116462cbb53b8

Fix `UserDict` move in Python2 (#365)

bbxsx committed 3 years ago
Verified
ee03e4af449032b9a45264c7ecb0c5920e213dc7

Add empty file to add workflow directory (#363)

ccristianMeli committed 3 years ago

README

The README file for this repository.

.. image:: https://img.shields.io/pypi/v/six.svg :target: https://pypi.org/project/six/ :alt: six on PyPI

.. image:: https://travis-ci.org/benjaminp/six.svg?branch=master :target: https://travis-ci.org/benjaminp/six :alt: six on TravisCI

.. 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 badge

Six 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.