promplate/hmr
Real hot-module reload for Python—side effects handled reactively. https://py3.online/hmr
Implements variable-level fine-grained reactivity through runtime dependency tracking—using a custom Module class that observes `__getattr__`/`__setattr__` calls and a signal system to recursively notify dependent modules. Integrates with FastAPI/Starlette via `uvicorn-hmr`, MCP servers via `mcp-hmr`, and Flask, while also monitoring non-Python file changes (YAML, JSON) through `sys.addaudithook` for comprehensive reload triggering.
51 stars and 3,875 monthly downloads. Available on PyPI.
Stars
51
Forks
7
Language
Python
License
—
Category
Last pushed
Mar 03, 2026
Monthly downloads
3,875
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/promplate/hmr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related servers
PrefectHQ/fastmcp
🚀 The fast, Pythonic way to build MCP servers and clients.
datalayer/jupyter-mcp-server
🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
tadata-org/fastapi_mcp
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
samuelgursky/davinci-resolve-mcp
MCP server integration for DaVinci Resolve
alondmnt/joplin-mcp
MCP server for the Joplin note taking app