Skip to content

Releases: jomardyan/Python-Script-Runner

v7.3.0

20 Nov 16:20
5915108

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.3.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.3.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.2.0

20 Nov 16:05
6f3fb3b

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.2.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.2.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.1.0

20 Nov 16:05
49b6814

Choose a tag to compare

Release 7.1.0

Distribution Packages

Install

pip install python-script-runner==7.1.0

What's New

See commit history for changes in this release.

v7.0.7

20 Nov 16:03
5eea56d

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.7.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.7.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.0.5

24 Oct 10:10

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.0.4

24 Oct 10:02

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-main.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-main.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.0.2

23 Oct 22:26

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.2.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.2.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.0.1

23 Oct 22:17

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.1.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.1.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v7.0.0

23 Oct 21:45

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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

v6.4.5

22 Oct 23:12

Choose a tag to compare

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.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All 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