Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 736 Bytes

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