Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 440 Bytes

pyromaniac

🔥 Reload modules and classes and live-patch objects during runtime 🔥

Installation

pip install git+https://github.com/bornabesic/pyromaniac

Usage

import pyromaniac
reloader = pyromaniac.Reloader()
reloader.start() # Runs the reloader in a separate thread

Demo

asciicast