package
1.2.1
Repository: https://github.com/zoispag/go-python-runner.git
Documentation: pkg.go.dev

# Functions

CleanUpVirtualEnv Cleans up a virtual env by deleting .venv/ and __pypackages__/ dirs.
ExecutePython Executes the provided "scriptName.py" using the python binary from virtual environment.
GetPythonRunCommand Returns an *exec.Cmd to be handled with the provided "scriptName.py" using the python binary from virtual environment.
SetupVirtualEnv Creates a virtual environment using Poetry, PyFlow, pipenv or pip/venv.