Examples above are run in debug mode with added breakpoint.
Reloadium adds hot reloading and profiling features to any Python application
If you are a PyCharm user please check out Reloadium plugin
Plugins for other IDEs are coming soon.
Reloadium can be also used as a standalone library by installing it manually with pip:
pip install reloadium
Running python files:
reloadium run example.py
Running modules:
reloadium run -m my_module
To apply your changes simply save a file
Reloadium will rerun current function when changed.
Developers get instant feedback whether the code is working or not.
Reloadium will handle errors during reloading function and let you fix mistakes.
Reloadium is capable of reloading files across the whole project.
Tweaking with settings could not be easier.
Reloadium will hot reload views and refresh page on save.
Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.
Reloadium will hot reload flask apps and refresh page on save.
Changing content can be seen in real time making web development much smoother.
Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.
Reloadium hot reloads pandas objects.
Manipulating complex dataframes for data science could not be easier.
Thanks www.you.com for the M1 Mini donation