Skip to content

emaiqi/reloadium

 
 

Repository files navigation

Logo

Advanced Hot Reloading & Profiling

Example

Profiling

Examples above are run in debug mode with added breakpoint.

Details

https://img.shields.io/jetbrains/plugin/v/18509-reloadium https://img.shields.io/jetbrains/plugin/d/18509-reloadium https://img.shields.io/jetbrains/plugin/r/stars/18509-reloadium
Reloadium adds hot reloading and profiling features to any Python application

Installing

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

Using

Running python files:

reloadium run example.py

Running modules:

reloadium run -m my_module
To apply your changes simply save a file

General Python Features

Reloadium will rerun current function when changed.
Developers get instant feedback whether the code is working or not.

Frame Reloading

Reloadium will handle errors during reloading function and let you fix mistakes.

Frame Reloading

Reloadium is capable of reloading files across the whole project.
Tweaking with settings could not be easier.

Frame Reloading

Django

Reloadium will hot reload views and refresh page on save.

Page Refreshing

Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.

Rolling back db

Flask

Reloadium will hot reload flask apps and refresh page on save.
Changing content can be seen in real time making web development much smoother.

Flask

SqlAlchemy

Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.

SqlAlchemy

Pandas

Reloadium hot reloads pandas objects.
Manipulating complex dataframes for data science could not be easier.

Pandas

Sponsors

Thanks www.you.com for the M1 Mini donation

About

Advanced Hot Reloading & Profiling for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.0%
  • Java 16.7%
  • HTML 1.3%
  • Other 1.0%