Coder Social home page Coder Social logo

emaiqi / reloadium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reloadware/reloadium

0.0 0.0 0.0 3.83 MB

Advanced Hot Reloading & Profiling for Python

Home Page: https://reloadium.io

License: Apache License 2.0

Python 80.94% Java 16.67% Kotlin 0.63% TypeScript 0.41% CSS 0.01% HTML 1.34%

reloadium's Introduction

Logo

Advanced Hot Reloading & Profiling

Example

Profiling

Examples above are run in debug mode with added breakpoint.

Details

image

image

image

image

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

reloadium's People

Contributors

dkrystki avatar siilats avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.