/pyforever

Automatically execute a Python script whenever changes are made to it

Primary LanguagePythonMIT LicenseMIT

pyforever

Latest Release PyPI Version Python Version MIT License

Automatically execute a Python script whenever changes are made to it.

Installation

pip install pyforever

Usage

Replace all calls to

python myscript.py --myargs

with

pyforever myscript.py --myargs