Oven logo

Oven

remold0.1.1

Published

Structural search and rewrite for Python source, with ast-grep pattern rules and LibCST matcher transforms

pip install remold

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

Project URLs

Requires Python

>=3.10

Dependencies

remold

Concisely reshape Python code with LibCST or ast-grep.

pip install remold

Usage docs live in the module docstring, where remold's main users (AI agents) read them: doc(remold) in a pyskills session, or help(remold) anywhere.

Development

pip install -e .[dev]
pytest -q

Version lives in remold/__init__.py as __version__; bump with ship-bump. Release with ship-gh and ship-pypi.