Reloading Versions Save

Change Python code while it's running without losing state

v1.1.2

2 years ago
  • Allow for line number of reloading loops to change between reloads

v1.1.1

2 years ago

Add long description for PyPI

v1.1.0

2 years ago
  • Add keyword argument every to reload the source code only on every n-th invocation/iteration
  • Add keyword argument forever to create an endless loop
  • Refactor to make better use of ast module

v1.0.1

3 years ago
  • Fix #8 caused by changed behaviour in ast module from Python 3.7 -> 3.8

v1.0.0

4 years ago
  • Add @reloading function decorator
  • Fix issues with format strings inside a reloading loop
  • Fix issues with comments after a reloading loop body

v0.1.2

4 years ago

See #4

v0.1.1

4 years ago
  • Adds support for Python 2
  • Fixes error when source file has no trailing newline

v_0_1

4 years ago