ExecuTorch is a PyTorch platform that provides infrastructure to run PyTorch programs everywhere from AR/VR wearables to standard on-device iOS and Android mobile deployments. One of the main goals for ExecuTorch is to enable wider customization and deployment capabilities of the PyTorch programs.
The executorch pip package is in beta.
- Supported python versions: 3.10, 3.11, 3.12, 3.13, 3.14
- Compatible systems: Linux x86_64, Linux aarch64, macOS aarch64
To build a minimal wheel from source, set
EXECUTORCH_BUILD_MINIMAL=1 when running pip wheel or pip install.
That wheel contains the Python EXIR export path and flatc for .pte
serialization, but omits runtime pybindings, kernels, backend packages, headers,
examples, and devtools. It also declares only the Python dependencies the export
path needs (no coremltools, pandas, scikit-learn, hydra-core, or
omegaconf), so a normal install stays small. Like the full wheel it does not
bundle PyTorch, so install a compatible torch separately. The wheel is still
platform specific because it ships flatc.
The prebuilt executorch.runtime module included in this package provides a way
to run ExecuTorch .pte files, with some restrictions:
- Only core ATen operators are linked into the prebuilt module
- Only the XNNPACK backend delegate is linked into the prebuilt module.
- [macOS only] Core ML and MLX backends are also linked into the prebuilt module.
- [Linux x86_64] QNN backend is linked into the prebuilt module.
- [Linux] OpenVINO backend is also linked into the
prebuilt module. OpenVINO requires the runtime to be installed separately:
pip install executorch[openvino]
Please visit the ExecuTorch website for tutorials and documentation. Here are some starting points:
- Getting Started
- Set up the ExecuTorch environment and run PyTorch models locally.
- Working with local LLMs
- Learn how to use ExecuTorch to export and accelerate a large-language model from scratch.
- Exporting to ExecuTorch
- Learn the fundamentals of exporting a PyTorch
nn.Moduleto ExecuTorch, and optimizing its performance using quantization and hardware delegation.
- Learn the fundamentals of exporting a PyTorch
- Running etLLM on iOS and Android devices.
- Build and run LLaMA in a demo mobile app, and learn how to integrate models with your own apps.
Release files for executorch 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
Total release size: 348.5 MB
Release files / executorch-1.5.0-cp314-cp314-win_amd64.whl
| Download URL | executorch-1.5.0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 14.3 MB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
232186f46a2f00bec6eb31742bff9a65108e4b8e29f9648a3a4dac95b4859331
|
|
BLAKE2b-256 checksum How to use checksums |
ea7276b094c3a3883e5a1eed73c0d48a6bf9a613e5fb4ece622d0af1c7e28045
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
| Download URL | executorch-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 18.9 MB |
| Tags | CPython 3.14 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
e91920496b54bf3b1f111fa22b0f63e5ad09b7502f41dceec3ad4a1322c4cbe8
|
|
BLAKE2b-256 checksum How to use checksums |
579743c2f7ea60acbdf1001ce86b796dd283201a1f3417346aec4f8eddda45fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
| Download URL | executorch-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 17.8 MB |
| Tags | CPython 3.14 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
a67ea2b6e97ccaee0956efe133b4c61786afb4e78ed6734c046758e17e24340f
|
|
BLAKE2b-256 checksum How to use checksums |
bc53a6d0f4308b7a4c0a4c5d450e6a4c447325636fb96cf11e836ec5ae79487f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp314-cp314-macosx_14_0_arm64.whl
| Download URL | executorch-1.5.0-cp314-cp314-macosx_14_0_arm64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.14 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
5e26b9bf839490ad6617792f8cfa48c3f6aa008eb4ba19a7613ed0dbecc0ee62
|
|
BLAKE2b-256 checksum How to use checksums |
82ceef7837fba56a66d464d96476c3acef7c917ffa4b6b9dd2455eab63a74b76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp313-cp313-win_amd64.whl
| Download URL | executorch-1.5.0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 14.3 MB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
099d7af52c41527bfa739c8df9e9b7434e91df646d08065c7fabf6d6e8e77a0a
|
|
BLAKE2b-256 checksum How to use checksums |
168dfb0239c65be1270bebe0b9cfb59de534cf0f2fb346b73694b5ab2afdb945
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
| Download URL | executorch-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 18.9 MB |
| Tags | CPython 3.13 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
02987db1b0e2c6351fd23050e085ba61977cd47318b82570639a17a7a39b70e5
|
|
BLAKE2b-256 checksum How to use checksums |
b1abc15e25b8f240bce97bd8139a78650ffb2eb4c491706fe34eb5505dca7960
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
| Download URL | executorch-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 17.8 MB |
| Tags | CPython 3.13 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
eba13b31a7119bd4bb38bc2ab16e44935ca8ccb02a2fb481004d168396ad08eb
|
|
BLAKE2b-256 checksum How to use checksums |
d069c887f8f9b2df5f25308a0f03eaa8eda3ec6b39323905bf260b30d0006b03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp313-cp313-macosx_14_0_arm64.whl
| Download URL | executorch-1.5.0-cp313-cp313-macosx_14_0_arm64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.13 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3878336ccef09d26fb8485837ce379e69e75e317f72555b498f748b66c776130
|
|
BLAKE2b-256 checksum How to use checksums |
096ef412c367b66c886089f540252fc1d7e32fcf51af341d3bf0f7e78d0e4e81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp312-cp312-win_amd64.whl
| Download URL | executorch-1.5.0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 14.3 MB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9b96b71f7b1b1411f45e0bf62e0df0d61138adb83fdab599e99412ca16a3b98d
|
|
BLAKE2b-256 checksum How to use checksums |
9483abaf002ee2c1b4c44d8ccbfeeae5a4780e6a94635e6c8e41c572898141a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
| Download URL | executorch-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 19.0 MB |
| Tags | CPython 3.12 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
29b7a7c512b3078c844e9b3e7554afde4987de89d40bc8de0ae41146a62d6329
|
|
BLAKE2b-256 checksum How to use checksums |
a05e0dea92d518ef698808763ec11183cd39403fdf126ff1b69561f05387f02a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
| Download URL | executorch-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 17.9 MB |
| Tags | CPython 3.12 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
7ad0763b84fa26658b2e4d880905f3c0dd54cc92be06264fd473ddf97cc9402c
|
|
BLAKE2b-256 checksum How to use checksums |
ea919fb1fee7d3a240b635a16748947d35eb2d6ce9268749eb8cd341fe51b861
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp312-cp312-macosx_14_0_arm64.whl
| Download URL | executorch-1.5.0-cp312-cp312-macosx_14_0_arm64.whl |
|---|---|
| Size | 18.8 MB |
| Tags | CPython 3.12 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
56274ca6fa7f511d4c7bca92ff385911599262251012c3cc376adc40bb7d72c3
|
|
BLAKE2b-256 checksum How to use checksums |
dab404c20f85a349571b5225b2f5c5da0400c6b3c6417ba060b19e966d0d267f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp311-cp311-win_amd64.whl
| Download URL | executorch-1.5.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 14.3 MB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
572052c30c3037b19cd25ac3ffaa42e9d34cda0701b4846c4e8eed2edf9f11f5
|
|
BLAKE2b-256 checksum How to use checksums |
ecd9a68b1b4cae698a0593b23703e279fc649257b1c279e2fc9259002f5029fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
| Download URL | executorch-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 18.9 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
970d9ec9fc7fb7e30ece5b942b16ddc84372353af94ebf69d94687153ac8ab67
|
|
BLAKE2b-256 checksum How to use checksums |
33cb632db0efd7d2e76955b739b031e19e237a905f90bffd2ae92924036d2914
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
| Download URL | executorch-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 17.8 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
b378f610c76ba5869fa44e4c4d1b4b17b186f2715ab3a01787dc1a1056e84db0
|
|
BLAKE2b-256 checksum How to use checksums |
94fdd3e9f19372b84f92a30ea8e97d43ade17fa925e31604e8537564c2e58a8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp311-cp311-macosx_14_0_arm64.whl
| Download URL | executorch-1.5.0-cp311-cp311-macosx_14_0_arm64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.11 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
4ea28ab1c261934d3c15c7d044b27c5f1febbd885c59bb55feb4423d11e20719
|
|
BLAKE2b-256 checksum How to use checksums |
ed39b50fe47819b4791f0c188beeec9ccdf38f11fef74c04cd97e50147e48220
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp310-cp310-win_amd64.whl
| Download URL | executorch-1.5.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 14.3 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9ea11e763d257ca55ce39a7033b2e0266b3cc17e8bb24d4daed507079349f337
|
|
BLAKE2b-256 checksum How to use checksums |
f8d54b1495c60201463ed3590b669369cbfa9f819a98bbffd3e6b14a91c8d3cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
| Download URL | executorch-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 18.9 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
a87e69ff617eabb129b65e17b70d7efa05e247037cca541dd61c2119c1c8ddbf
|
|
BLAKE2b-256 checksum How to use checksums |
f32aad06158261229e045b30a661a97eb023dbd54df67cd104a9c38a59265c3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
| Download URL | executorch-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 17.8 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
04266c02cc91a512d27115277d884e1f0560e7e162bde5ba5e8e51c3541290d3
|
|
BLAKE2b-256 checksum How to use checksums |
0277617a4338060f4267f9a7357e6379740dd3309d0d7d209ff34dee403c1103
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / executorch-1.5.0-cp310-cp310-macosx_14_0_arm64.whl
| Download URL | executorch-1.5.0-cp310-cp310-macosx_14_0_arm64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.10 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
04219ed58d9fe6a16fa35b4e1299080116f1adc8479428b533f8f71bd1ca2c4a
|
|
BLAKE2b-256 checksum How to use checksums |
f9d5b709b0b04caa788c6856c67364100d5048854c78d11fe6d8b622679a27e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency log