# breuleux/jurigged

Hot reloading for Python

Repository: https://github.com/breuleux/jurigged
Canonical: https://ross.abutalabs.com/products/jurigged
Language: Python
License: MIT
License Family: permissive
Topics: hot-reloading, python
Last push: 2025-05-13T22:34:30+00:00

## Health v2 (maintenance only)
Score: 42/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 21, release rhythm 35, longevity 100
- inputs: {"age_days": 2041, "days_push": 477, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1644, forks 64 (observed 2026-08-28T04:05:16.069208+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli
- domain: developer-tools
- platform: python, cli, cross-platform
- tags: hot-reloading, live-coding, python, command-line

## Member repositories
- breuleux/jurigged (main) score 42

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.069208+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:48.539582+00:00, confidence not recorded.
  - readme: https://github.com/breuleux/jurigged (fetched 2026-08-28T04:05:16.069208+00:00, sha 613dbab1b9b1)
  - registry_pypi: https://pypi.org/pypi/jurigged/json (fetched 2026-08-29T11:19:04.661947+00:00, sha b31464a2a174)
- Data as of 2026-08-30T08:39:29.467469+00:00.
