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

python-rope/rope

a python refactoring library observed · 2026-08-28

github.com/python-rope/rope · Python · LGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • 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: 4659
  • days_rel: 417
  • days_push: 8
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2234 stars · 190 forks observed · 2026-08-28

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

Rope is an open-source Python refactoring library supporting refactoring operations like renaming, extracting methods, and moving code, built on Python's AST. It can be used as a library or integrated into IDEs and text editors, with no dependencies beyond Python itself.

Use cases

  • rename symbols across a python codebase
  • extract methods or variables automatically
  • integrate python refactoring into a text editor
  • programmatically refactor python source code
  • move modules and reorganize python projects
  • build custom code transformation tools for python

When to choose

  • you need safe, automated refactoring of Python code
  • you want a pure-Python alternative to Node.js-based tools like PyRight
  • you're building an editor plugin or IDE with refactoring support
  • you need advanced refactoring operations beyond what Jedi offers

When to avoid

  • you only need type checking or linting rather than refactoring
  • you still need Python 2 support (use the 0.x releases)
  • you want a full IDE out of the box rather than a library

Facets

library · maturity active

developer-tools parser developer-tools programming-languages text-editors python cross-platform refactoring static-analysis ast ide-integration code-transformations

2 sources

Member repositories

RepositoryRoleHealth v2
python-rope/ropemain67

For agents

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

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