Introduction to PyLiveUpdate: A runtime python code manipulation framework
0xcc
xiangchnchn at gmail.com
Mon Apr 6 14:52:12 EDT 2020
Hi everyone,
I would like to introduce PyLiveUpdate (https://github.com/devopspp/pyliveupdate),
a tool that helps you modify your running python code without stopping and
restarting it. This is helpful when you want to add some code (like print for debug)
or modify a function definition (like fix bugs) for a long running program (like a web
server). I'm now seeking people's feedbacks on this. Welcome to give me any
comments. Appreciated it!
Best,
CC
More information about the Python-list
mailing list