# `SnakeBridge.PythonRunner`
[🔗](https://github.com/nshkrdotcom/snakebridge/blob/v0.16.0/lib/snakebridge/python_runner.ex#L1)

Behaviour for executing Python scripts in the Snakepit-configured runtime.

# `args`

```elixir
@type args() :: [String.t()]
```

# `opts`

```elixir
@type opts() :: keyword()
```

# `script`

```elixir
@type script() :: String.t()
```

# `run`

```elixir
@callback run(script(), args(), opts()) :: {:ok, String.t()} | {:error, term()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
