breuleux/jurigged
Hot reloading for Python observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 21
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2041
- days_rel: n/a
- days_push: 477
- n_releases_24m: 0
Adoption not part of the score
1644 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jurigged is a Python tool that enables hot reloading of code while a script runs, patching changed functions and methods into the live process. It also offers a terminal-based live development environment (develoop) for iteratively re-running a single function on code changes.
Use cases
- hot reload python code while it runs
- live edit functions during development without restarting the script
- re-run a single function on every file save
- watch for file changes and patch a running python process
- start a live REPL with hot code updates
When to choose
- you want to iterate on Python functions without restarting long-running scripts or reloading heavy modules
- you need a lightweight, pip-installable hot reload tool for plain Python scripts
- you want a live REPL that supports live code editing
When to avoid
- you need hot reloading for web frameworks with built-in reloaders like Flask or Django dev servers
- you require guaranteed consistent state after structural code changes, since only changed lines are re-run
- you are on Python older than 3.8
Facets
cli-tool · maturity active
developer-tools cli developer-tools python cli cross-platform hot-reloading live-coding python command-line
2 sources
- readme: https://github.com/breuleux/jurigged · fetched 2026-08-28 · 613dbab1b9b1
- registry_pypi: https://pypi.org/pypi/jurigged/json · fetched 2026-08-29 · b31464a2a174
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| breuleux/jurigged | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="breuleux/jurigged")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem