A Python library that provides a runtime hook to automatically build packages in edit mode, enabling developers to test modifications without manual rebuilds. Current version 0.1.5, with an experimental release cadence.
pip install runtime-builderVerified import paths — ran on the pinned version, not inferred.
Call activate() at the start of your script to enable automatic rebuilds of editable installs.
Place activate() as the very first line after standard library imports.
Ensure your package is installed with pip install -e . before using runtime-builder.
No dependency data recorded yet.