Registry / devops / runtime-builder

runtime-builder

JSON →
library0.1.5pypypiunverified

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-builder
INSTALL
IMPORT
SIG · RUNTIME-BUILDER
R
runtime-builder
devopspythonv0.1.5
Install
3.6s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.5 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.6s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

activate
from runtime_builder import activate
from runtime_builder import activate

Call activate() at the start of your script to enable automatic rebuilds of editable installs.

from runtime_builder import activate activate()
Debug
Known issues
gotchaactivate() must be called before any imports of the package being developed, otherwise the hook may not catch changes.
fix
Place activate() as the very first line after standard library imports.
affects: all
gotcharuntime-builder only works with packages installed in editable mode (pip install -e .). It does not affect non-editable installs.
fix
Ensure your package is installed with pip install -e . before using runtime-builder.
affects: all
Upgrade
Version history
0.1.5latest on PyPI · released Jan 20, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
runtime-builder — pip install runtime-builder · libregistry