July 11th, 2024

Jurigged: Hot Reloading for Python

The GitHub repository hosts "jurigged," a tool for updating code during runtime. It allows live code modifications, integrating new behavior seamlessly. Users can also use the "develoop" feature for interactive development.

Read original articleLink Icon
Jurigged: Hot Reloading for Python

The GitHub repository contains a tool named "jurigged" designed to update code while it is running. This tool enables live code updates by modifying functions or methods and seamlessly integrating the new behavior into the running script. Additionally, users have the option to incorporate the "develoop" feature for interactive development purposes. For further details or inquiries about this tool, please don't hesitate to ask.

Link Icon 2 comments
By @snihalani - 3 months
I wish the compiler community provided better support for reloading, versioning, packaging and build code