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