Concisely reshape Python code with LibCST or ast-grep.
pip install remoldUsage 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.
pip install -e .[dev]
pytest -qVersion lives in remold/__init__.py as __version__; bump with ship-bump. Release with ship-gh and ship-pypi.