Description
Provides compatibility helpers for codebases that need to run across Python 2 and Python 3 APIs. It helps older libraries bridge differences in text, iterators, metaclasses, imports, and other language behavior.
Developers usually receive it as a dependency of legacy-compatible packages. New Python-only projects often do not need it, but many older libraries still rely on it to keep compatibility code readable.