Structural search and rewrite for Python source, with ast-grep pattern rules and LibCST matcher transforms
Project Links
Meta
Author: remold contributors
Requires Python: >=3.10
Classifiers
Programming Language
- Python :: 3
- Python :: 3 :: Only
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.