Python 2 and 3 compatibility library for writing portable code
Python 2 and 3 compatibility utilities
six
$ python -c "import six; print(six.__version__)"
$ python -c "import six; print(isinstance('test', six.string_types))"
$ python -m pip show six