https://github.com/blu3r4y/pyforever
Automatically execute a Python script whenever changes are made to it
https://github.com/blu3r4y/pyforever
forever python
Last synced: 9 months ago
JSON representation
Automatically execute a Python script whenever changes are made to it
- Host: GitHub
- URL: https://github.com/blu3r4y/pyforever
- Owner: blu3r4y
- License: mit
- Created: 2019-10-28T21:19:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T21:28:07.000Z (almost 5 years ago)
- Last Synced: 2025-08-16T01:36:41.575Z (10 months ago)
- Topics: forever, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pyforever
[](https://github.com/blu3r4y/pyforever/releases/latest)
[](https://pypi.org/project/pyforever/)
[](https://pypi.org/project/pyforever/)
[](LICENSE.txt)
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