A Python wheel distribution of the Envoy server
Project description
envoy-server
A Python package containing a runnable Envoy command.
On platforms supported natively by Envoy, typically glibc Linux or macOS on arm64, the package embeds the Envoy binary itself and runs it directly. On other platforms such as Windows, it runs the official Envoy docker image - Docker must be installed to run. The Docker fallback is primarily meant for non-production usage, for example when your project runs Envoy on Linux in production but should still be runnable on a Windows developer machine.
Note, this package is for Python users. If you're not already using Python, you may want to try func-e instead.
Usage
uv add envoy-server # or pip install
The package defines a script named envoy which will be available on the PATH as normal and can
then be run as you need.
uv run envoy --version # or just envoy if in the system Python or an activated virtualenv
If you just want to run Envoy on a machine with uv (or pipx, etc) available without a project to
add to, you can.
uvx --from envoy-server envoy --version
The path to the actual Envoy binary can be found with get_envoy_path. Note, this will not be available
on Windows or other unsupported Envoy platforms and looking up envoy on PATH is recommended when
supporting such platforms.
import subprocess
from envoy import get_envoy_path
subprocess.run([get_envoy_path(), "--version"], check=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file envoy_server-1.37.0-py3-none-win_amd64.whl.
File metadata
- Download URL: envoy_server-1.37.0-py3-none-win_amd64.whl
- Upload date:
- Size: 19.7 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6c16cc897fb1a3e5679b7746a4fadb24501329e4e92d3478f425fa70d9eb20c
|
|
| MD5 |
26708b2c54b7f0cb3605b3bb59622bd9
|
|
| BLAKE2b-256 |
7b3f8558d946394695b129122cc7c8446a7d8a44d19c8a642fb08de82fea814e
|
Provenance
The following attestation bundles were made for envoy_server-1.37.0-py3-none-win_amd64.whl:
Publisher:
release.yaml on curioswitch/py-envoy-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
envoy_server-1.37.0-py3-none-win_amd64.whl -
Subject digest:
b6c16cc897fb1a3e5679b7746a4fadb24501329e4e92d3478f425fa70d9eb20c - Sigstore transparency entry: 828379081
- Sigstore integration time:
-
Permalink:
curioswitch/py-envoy-server@8742ce1959aa542f65e0c7a090947382ed32544a -
Branch / Tag:
refs/tags/v1.37.0 - Owner: https://github.com/curioswitch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@8742ce1959aa542f65e0c7a090947382ed32544a -
Trigger Event:
push
-
Statement type:
File details
Details for the file envoy_server-1.37.0-py3-none-manylinux_2_31_x86_64.whl.
File metadata
- Download URL: envoy_server-1.37.0-py3-none-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 30.9 MB
- Tags: Python 3, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf7a89ecfa8133a77d066c3d3f9cd0b9b975ed26a5d5d9e508896e57b78cabfc
|
|
| MD5 |
372776e5226ef1dd45a446482389a04d
|
|
| BLAKE2b-256 |
3888ce48192f428fa4a67859c404e62b42256ac2192e27b9a8febc07cbd297bc
|
Provenance
The following attestation bundles were made for envoy_server-1.37.0-py3-none-manylinux_2_31_x86_64.whl:
Publisher:
release.yaml on curioswitch/py-envoy-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
envoy_server-1.37.0-py3-none-manylinux_2_31_x86_64.whl -
Subject digest:
bf7a89ecfa8133a77d066c3d3f9cd0b9b975ed26a5d5d9e508896e57b78cabfc - Sigstore transparency entry: 828379079
- Sigstore integration time:
-
Permalink:
curioswitch/py-envoy-server@8742ce1959aa542f65e0c7a090947382ed32544a -
Branch / Tag:
refs/tags/v1.37.0 - Owner: https://github.com/curioswitch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@8742ce1959aa542f65e0c7a090947382ed32544a -
Trigger Event:
push
-
Statement type:
File details
Details for the file envoy_server-1.37.0-py3-none-manylinux_2_31_aarch64.whl.
File metadata
- Download URL: envoy_server-1.37.0-py3-none-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 29.2 MB
- Tags: Python 3, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee3e51fb44bb8f1a7053556b6e216ecd7a92cae07d092cd8315bd336586bd315
|
|
| MD5 |
0ef3bd757c3a1f0f2b139655f9dc9e26
|
|
| BLAKE2b-256 |
0c4fa207c44635068353656033eb3290d11669cb22b9859ebc5242659412cf86
|
Provenance
The following attestation bundles were made for envoy_server-1.37.0-py3-none-manylinux_2_31_aarch64.whl:
Publisher:
release.yaml on curioswitch/py-envoy-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
envoy_server-1.37.0-py3-none-manylinux_2_31_aarch64.whl -
Subject digest:
ee3e51fb44bb8f1a7053556b6e216ecd7a92cae07d092cd8315bd336586bd315 - Sigstore transparency entry: 828379077
- Sigstore integration time:
-
Permalink:
curioswitch/py-envoy-server@8742ce1959aa542f65e0c7a090947382ed32544a -
Branch / Tag:
refs/tags/v1.37.0 - Owner: https://github.com/curioswitch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@8742ce1959aa542f65e0c7a090947382ed32544a -
Trigger Event:
push
-
Statement type:
File details
Details for the file envoy_server-1.37.0-py3-none-macosx_15_0_arm64.whl.
File metadata
- Download URL: envoy_server-1.37.0-py3-none-macosx_15_0_arm64.whl
- Upload date:
- Size: 38.7 MB
- Tags: Python 3, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a13ed54d40c199e920d3f8df59210a7c38eaed9009fd4e5d94fe2603576b94e
|
|
| MD5 |
7a09b42479f73d094dee5f0796a54df9
|
|
| BLAKE2b-256 |
1a57fdb2bb86a58b0d5f94fb4c68e723f14f6ff7d11c0f10c2e69952250abcd7
|
Provenance
The following attestation bundles were made for envoy_server-1.37.0-py3-none-macosx_15_0_arm64.whl:
Publisher:
release.yaml on curioswitch/py-envoy-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
envoy_server-1.37.0-py3-none-macosx_15_0_arm64.whl -
Subject digest:
0a13ed54d40c199e920d3f8df59210a7c38eaed9009fd4e5d94fe2603576b94e - Sigstore transparency entry: 828379074
- Sigstore integration time:
-
Permalink:
curioswitch/py-envoy-server@8742ce1959aa542f65e0c7a090947382ed32544a -
Branch / Tag:
refs/tags/v1.37.0 - Owner: https://github.com/curioswitch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@8742ce1959aa542f65e0c7a090947382ed32544a -
Trigger Event:
push
-
Statement type: