python-runner

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

README

Python Runner

One of many Python wrappers on the internet. Its only purpose is to simplify the local Python development process.

Before:

python -m venv .venv
./.venv/scripts/activate
python app.py

After:

pyrun app.py

Python Runner uses the python and pip executables from an existing virtual environment (venv/). If the directory does not exist, then it creates one with venv. Dependencies are thereafter installed if requirements.txt is present.

Usage

To build and use pyrun:

  1. The project is built with Go version 1.18.
  2. Build the executable:
    go build -o bin/
    

To execute the program as a command, you can move the executable (pyrun or pyrun.exe depending on the target platform) to a directory in PATH.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL