Releases: jomardyan/Python-Script-Runner
v7.3.0
Python Script Runner v7.3.0
Version: 7.3.0
Code Version: 7.3.0
Build Date: 2025-11-20 16:21:10 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.3.0.tar.gz - Linux/macOS archive
- python3-runner-v7.3.0.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.3.0.tar.gz - Linux/macOS archive
- pypy3-runner-v7.3.0.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.3.0) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.3.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.3.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.2.0
Python Script Runner v7.2.0
Version: 7.2.0
Code Version: 7.2.0
Build Date: 2025-11-20 16:06:29 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.2.0.tar.gz - Linux/macOS archive
- python3-runner-v7.2.0.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.2.0.tar.gz - Linux/macOS archive
- pypy3-runner-v7.2.0.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.2.0) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.2.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.2.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.1.0
Release 7.1.0
Distribution Packages
- PyPI: https://pypi.org/project/python-script-runner/7.1.0/
- GitHub Packages: https://github.com/jomardyan/Python-Script-Runner/packages
Install
pip install python-script-runner==7.1.0What's New
See commit history for changes in this release.
v7.0.7
Python Script Runner v7.0.7
Version: 7.0.7
Code Version: 7.0.7
Build Date: 2025-11-20 16:05:43 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.0.7.tar.gz - Linux/macOS archive
- python3-runner-v7.0.7.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.0.7.tar.gz - Linux/macOS archive
- pypy3-runner-v7.0.7.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.7) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.0.7.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.0.7.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.0.5
Python Script Runner v7.0.5
Version: 7.0.5
Code Version: 7.0.5
Build Date: 2025-10-24 10:11:05 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.0.5.tar.gz - Linux/macOS archive
- python3-runner-v7.0.5.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.0.5.tar.gz - Linux/macOS archive
- pypy3-runner-v7.0.5.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.5) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.0.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.0.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.0.4
Python Script Runner main
Version: 7.0.4
Code Version: 7.0.3
Build Date: 2025-10-24 10:02:47 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-main.tar.gz - Linux/macOS archive
- python3-runner-main.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-main.tar.gz - Linux/macOS archive
- pypy3-runner-main.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.3) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-main.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-main.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.0.2
Python Script Runner v7.0.2
Version: 7.0.2
Code Version: 7.0.2
Build Date: 2025-10-24 08:30:01 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.0.2.tar.gz - Linux/macOS archive
- python3-runner-v7.0.2.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.0.2.tar.gz - Linux/macOS archive
- pypy3-runner-v7.0.2.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.2) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.0.2.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.0.2.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.0.1
Python Script Runner v7.0.1
Version: 7.0.1
Code Version: 7.0.1
Build Date: 2025-10-23 22:18:49 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.0.1.tar.gz - Linux/macOS archive
- python3-runner-v7.0.1.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.0.1.tar.gz - Linux/macOS archive
- pypy3-runner-v7.0.1.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.1) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.0.1.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.0.1.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v7.0.0
Python Script Runner v7.0.0
Version: 7.0.0
Code Version: 7.0.0
Build Date: 2025-10-23 21:49:04 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v7.0.0.tar.gz - Linux/macOS archive
- python3-runner-v7.0.0.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v7.0.0.tar.gz - Linux/macOS archive
- pypy3-runner-v7.0.0.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v7.0.0) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v7.0.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v7.0.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT
v6.4.5
Python Script Runner v6.4.5
Version: 6.4.5
Code Version: 6.4.5
Build Date: 2025-10-22 23:14:17 UTC
🪟 Windows Executable
- python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
- Extract ZIP and run directly on Windows 7 SP1+
- ~60-80 MB size
🐧 Linux Debian Package
- python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
- Install with:
sudo apt install ./python-script-runner_VERSION_all.deb - ~10 MB size, system integration
Python 3 (CPython)
- python3-runner-v6.4.5.tar.gz - Linux/macOS archive
- python3-runner-v6.4.5.zip - Windows/cross-platform archive
- Requirements: Python 3.6+
PyPy3 (High-Performance)
- pypy3-runner-v6.4.5.tar.gz - Linux/macOS archive
- pypy3-runner-v6.4.5.zip - Windows/cross-platform archive
- Requirements: PyPy3 3.8+
- Performance: 27.3x faster than CPython for CPU-bound workloads
What's Included
Each distribution contains:
- runner.py (v6.4.5) - Main application
- requirements.txt - Production dependencies
- README.md - Full documentation
- LICENSE - MIT License
- config.example.yaml - Configuration template
Verification
Verify file integrity using SHA256:
sha256sum -c SHA256SUMS.txtQuick Start
Windows Executable (Easiest)
unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.pyLinux Debian (Recommended for Linux)
sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.pyPython 3
tar xzf python3-runner-v6.4.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --helpPyPy3 (Fast)
tar xzf pypy3-runner-v6.4.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --helpAll Features Included
- ✅ Real-time CPU, memory, I/O monitoring
- ✅ Multi-channel alerting (Email, Slack, Webhooks)
- ✅ CI/CD integration with performance gates
- ✅ Historical analytics and anomaly detection
- ✅ Advanced retry strategies
- ✅ Configuration file support
Support
- Documentation: See README.md in distributions
- Issues: https://github.com/jomardyan/Python-Script-Runner/issues
- License: MIT