promplate/hmr
Real hot-module reload for Python—side effects handled reactively. https://py3.online/hmr
This project helps Python developers instantly see changes in their running applications without restarting the entire program. You provide your Python application code, and HMR efficiently reloads only the parts that have been modified, preserving your application's state. This is primarily for backend and service developers who build applications with frameworks like FastAPI or Flask.
Available on PyPI.
Use this if you are a Python developer frustrated by slow development cycles caused by full application restarts every time you make a small code change.
Not ideal if you are looking for a client-side hot-reloading solution that automatically updates content in a web browser when server code changes.
Stars
51
Forks
7
Language
Python
License
—
Category
Last pushed
Mar 03, 2026
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.
Higher-rated alternatives
PrefectHQ/fastmcp
🚀 The fast, Pythonic way to build MCP servers and clients.
datalayer/jupyter-mcp-server
🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
samuelgursky/davinci-resolve-mcp
MCP server integration for DaVinci Resolve
tadata-org/fastapi_mcp
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
alondmnt/joplin-mcp
MCP server for the Joplin note taking app