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

facebookincubator/Bowler

Safe code refactoring for modern Python. observed · 2026-08-28

github.com/facebookincubator/Bowler · homepage · Python · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

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

  • gap_med: n/a
  • age_days: 3009
  • days_rel: n/a
  • days_push: 803
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1610 stars · 136 forks observed · 2026-08-28

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

Bowler is a refactoring tool for manipulating Python source code at the syntax tree level, enabling safe large-scale code modifications that are guaranteed to compile. It offers both a command line interface and a fluent Query API built on lib2to3/fissix concrete syntax trees.

Use cases

  • rename a function across an entire python codebase
  • automate large-scale python code modifications
  • generate interactive diffs for refactoring changes
  • migrate old api calls to modern replacements
  • build reusable refactoring scripts with a fluent api
  • codemod python 2 code to python 3

When to choose

  • you need safe, syntax-tree-level python refactoring that preserves formatting and comments
  • you want a simple fluent API for scripted codemods
  • you need to refactor codebases spanning older python grammars

When to avoid

  • you need to refactor code using the newest python grammar features (recommend LibCST instead)
  • you want an actively developed tool with a stable API
  • you need linting or IDE integration features

Facets

cli-tool · maturity maintenance

parser developer-tools cli developer-tools programming-languages python cli cross-platform refactoring codemod syntax-tree lib2to3 fluent-api automation

8 sources

Member repositories

RepositoryRoleHealth v2
facebookincubator/Bowlermain10

For agents

markdown · JSON · MCP: product_card(name="facebookincubator/Bowler")

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