Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eskildsf committed Dec 20, 2024
1 parent 4d6efa6 commit 51a5d78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
This is a fork of https://github.com/julvo/reloading with the following improvements:
* Typing (pyright compliance)
* Linting (flak8 compliance)
* Linting (flak8e compliance)
* Expanded test suite
* Supports multiple invocations of `reloading` in a single file
* Supports `while` loop
* Supports `continue` and `break` in loops
* Improved performance (Reloaded `while` and `for` loops are only about 40 times slower than regular)
* Preserves function signature for functions decorated with `@reloading`
* CI with Github Actions workflow
* Reload code only if source code file has been changed
* With Python 3.13: Exports locals of reloaded loop to parent locals
* Improved error handling

# Reloading
A Python utility to reload a function or loop body from source on each iteration without losing state.
Expand Down

0 comments on commit 51a5d78

Please sign in to comment.