Ross ROSS = Recommend OSS · open-source software intelligence for agents

PythonCharmers/python-future

Easy, clean, reliable Python 2/3 compatibility observed · 2026-08-28

github.com/PythonCharmers/python-future · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 94
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4798
  • days_rel: n/a
  • days_push: 40
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1189 stars · 292 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

python-future is a compatibility layer providing backports and forward ports between Python 2 and Python 3, including the futurize and pasteurize conversion scripts. It lets a single Python 3-style codebase run on both Python 2 and Python 3, though it is now mainly useful for porting legacy code since Python 2 is end-of-life.

Use cases

  • port legacy python 2 codebase to python 3
  • run python 3 code on python 2.7
  • write single codebase compatible with python 2 and 3
  • automatically convert python 2 syntax to python 3 style
  • backport python 3 builtins and stdlib module names to python 2
  • migrate a large project to python 3 module by module

When to choose

  • porting an old Python 2 codebase to Python 3 incrementally
  • maintaining a legacy library that must still run on Python 2.7
  • needing 2to3-based automated conversion with Py3-style output

When to avoid

  • starting new projects - Python 2 is end-of-life and this adds unnecessary dependency
  • code already fully on Python 3.3+ with no Python 2 support needs
  • needing actively developed compatibility tooling

Facets

library · maturity maintenance

interpreter developer-tools parser programming-languages developer-tools python cross-platform python-2-3-compatibility code-migration futurize pasteurize backports legacy-code migration

8 sources

Member repositories

RepositoryRoleHealth v2
PythonCharmers/python-futuremain65

For agents

markdown · JSON · MCP: product_card(name="PythonCharmers/python-future")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem