A drop-in replacement for the re module.
It uses RE2 under the hood, of course, so various PCRE features
(e.g. backreferences, look-around assertions) are not supported.
See https://github.com/google/re2/wiki/Syntax for the canonical
reference, but known syntactic "gotchas" relative to Python are:
* PCRE supports \Z and \z; RE2 supports \z; Python supports \z,
but calls it \Z. You must rewrite \Z to \z in pattern strings.
Known differences between this module's API and the re module's API:
* The error class does not provide any error information as attributes.
* The Options class replaces the re module's flags with RE2's options as
gettable/settable properties. Please see re2.h for their documentation.
* The pattern string and the input string do not have to be the same type.
Any str will be encoded to UTF-8.
* The pattern string cannot be str if the options specify Latin-1 encoding.
Known issues with regard to building the C++ extension:
* Building requires RE2 to be installed on your system.
On Debian, for example, install the libre2-dev package.
* Building requires pybind11 to be installed on your system OR venv.
On Debian, for example, install the pybind11-dev package.
For a venv, install the pybind11 package from PyPI.
* Building on macOS is known to work, but has been known to fail.
For example, the system Python may not know which compiler flags
to set when building bindings for software installed by Homebrew;
see https://docs.brew.sh/Homebrew-and-Python#brewed-python-modules.
* Building on Windows has not been tested yet and will probably fail.
Release files for google-re2 1.1.20251105
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| google_re2-1.1.20251105.tar.gz | 11.7 kB | Details |
Built distributions (wheels)
Total release size:28.0 MB
Release files / google_re2-1.1.20251105.tar.gz
| Download URL | google_re2-1.1.20251105.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1db14a292ee8303b91e91e7c37e05ac17d3c467f29416c79ac70a78be3e65bda
|
|
BLAKE2b-256 checksum How to use checksums |
6b60805c654ba53d685513df955ee745f71920fe8e6a284faf0f9b9dc19b659c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-win_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 643.1 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
1d27f3a2a947ec1f721d0f14f661108acfd4f4d34f357ce28db951cc036656e5
|
|
BLAKE2b-256 checksum How to use checksums |
6fd14adcfcb9c95e3d064c9f7aaf6cb3a4fc842d86115014b9d4094db4d465b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-win_amd64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 491.9 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
6d4d5fdadd329a2ed193463899d00ef2fd126172f36a4c01c9def271f19801b6
|
|
BLAKE2b-256 checksum How to use checksums |
96b374e301211699f1b650ba7690a3e4e52146ac4266fcd62f3ea0a945b9eda4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-win32.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-win32.whl |
|---|---|
| Size | 433.8 kB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
214c1accdc60fff9ce1bf812b157147ca361844f496ed9e0d5f357b0e562ced8
|
|
BLAKE2b-256 checksum How to use checksums |
14ea144bbc4b9359da89aec07b4c2a91a6bfe7119914885386577c665b07bb01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 591.5 kB |
| Tags | CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
a7bfaa2cf55daf0c5c650e68526bb20b61e37d7f3ae53f6893013acc1c91c116
|
|
BLAKE2b-256 checksum How to use checksums |
03bea8def96aa4a80b233e105767d22e3de961dcde5a04f0a05cb4f3ddb4df78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 573.2 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
85feec3161ffdc12f6b144e37a2f91f80b771c72ffadde60191e89a49f6d7e81
|
|
BLAKE2b-256 checksum How to use checksums |
c49d213dce5de401527369fb5af11096b18c06001d9eb71f3318fe5eba1ec706
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_15_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_15_0_x86_64.whl |
|---|---|
| Size | 510.2 kB |
| Tags | CPython 3.14 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
0476b07421b8882b279d5ceb5b760c15c62d581ded95274697fc1227e3869ee6
|
|
BLAKE2b-256 checksum How to use checksums |
d1a616a09e03d1de128f821869e4252688c21319f5017d9209f4d0e71ea5c951
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_15_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_15_0_arm64.whl |
|---|---|
| Size | 483.4 kB |
| Tags | CPython 3.14 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
79ce664038194a31bbcf422137f9607ae3d9946a5cff98cf0efbeb7f9411e64b
|
|
BLAKE2b-256 checksum How to use checksums |
5fee8b6f7d94bb689dafdf60de8dd8f8f6296ad40d4d15c933fcda4da7a3a06b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_14_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_14_0_x86_64.whl |
|---|---|
| Size | 519.0 kB |
| Tags | CPython 3.14 macOS 14.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
f3168d7bbac247c862ea85b2f3c011d3a04bedcb6892b37f14d488f4133b206e
|
|
BLAKE2b-256 checksum How to use checksums |
cafc7a97ffd36d451e5a8bfaff2f9022b14807795d588f98227ff96e8da99856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_14_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_14_0_arm64.whl |
|---|---|
| Size | 486.4 kB |
| Tags | CPython 3.14 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
41be22359c3dceb582937739b4365dd8e279de24ad0a5b10e653503abaff2ed7
|
|
BLAKE2b-256 checksum How to use checksums |
f716a1e6768513f788bf9c67a1cfe379ef34a793983eee46e4b653e42b558b78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_13_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_13_0_x86_64.whl |
|---|---|
| Size | 517.7 kB |
| Tags | CPython 3.14 macOS 13.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
7e2186d2c90488c1e11895343941f35ca2f58e9ba6c6b034fd531abe22ef77cc
|
|
BLAKE2b-256 checksum How to use checksums |
6d62eed28eab67f939f4b9383c47b1db11638ade6ac30785c15cb960de85ba43
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp314-cp314-macosx_13_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp314-cp314-macosx_13_0_arm64.whl |
|---|---|
| Size | 484.7 kB |
| Tags | CPython 3.14 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
cc151cf6a585d9ebe711da32b23683fcff40f78db8c8587c7f4b209ef4658809
|
|
BLAKE2b-256 checksum How to use checksums |
5e7f7eb238bdcd06182b5f427afd305cf413b7cf4ea71047308bbf35912cf923
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-win_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 642.7 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
64ee189ea857f2126c5e42073cfa9b03e9f4cbaf073edbedb575059074841aa0
|
|
BLAKE2b-256 checksum How to use checksums |
348532ba71b06f3cf5f9856ae95b3d6463b971742453631a5ae2c5be338ea377
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-win_amd64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 491.7 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
0bcba63ad3ea8926fb0c71bb5044e33d405bb9395f5b5444393cd5f28f0bf6d3
|
|
BLAKE2b-256 checksum How to use checksums |
08246ea87fe682e115ffd296e91eb5c5a266349d1ee8414ce8ece3f99ec1ac84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-win32.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-win32.whl |
|---|---|
| Size | 433.8 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
67c5c73d7ebcf3f0e0a3b528b41bd8c6c04900f1598aebf05bbdf15a06cf5f9a
|
|
BLAKE2b-256 checksum How to use checksums |
f17f858453ef689f6b9895cd02b466836a9d1a6e4ba535d1a275b01bf73baa1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 591.4 kB |
| Tags | CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
a52cb204e49d20cdbb66faf394d57f476e96c39c23a328442ab0194fc6bd1a2b
|
|
BLAKE2b-256 checksum How to use checksums |
f08c23075e589038284c9487f41cde531d35873f9da622fb4ac7d1d97bd9086e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 572.4 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
0b1458d9ca588124cd61aa1bf5388a216e1247e7d474f8e5e1530498044f5c87
|
|
BLAKE2b-256 checksum How to use checksums |
7171f927ddc7aef1b8d7ccc8a649c335d311f29f3dea658209e30e37720e4891
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_15_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_15_0_x86_64.whl |
|---|---|
| Size | 510.4 kB |
| Tags | CPython 3.13 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
1920b15dc9b1bdfeca5aa2c60900373c6f27cd1056d53cd299456ea5540a6fff
|
|
BLAKE2b-256 checksum How to use checksums |
97bf5fc32ded9279e69a87b88d7261e7e77e2e26325d4e27ca1303a3215e430a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_15_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_15_0_arm64.whl |
|---|---|
| Size | 483.0 kB |
| Tags | CPython 3.13 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
83292e23963aa1b219d5f64a65365b0880448a6a060276027b55270bc5b18c7e
|
|
BLAKE2b-256 checksum How to use checksums |
6112cfdbb92bed24af6474970a75a26145c424f98cfbcc633fdd185985f0efe0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_14_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_14_0_x86_64.whl |
|---|---|
| Size | 520.3 kB |
| Tags | CPython 3.13 macOS 14.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
28a46be978e53c772139d0f5c9ba69f53563fcdd4225407e4d34d51208b828f1
|
|
BLAKE2b-256 checksum How to use checksums |
75dd24ba65692dd58dca6ff178428551f4e9b776d1489a1251f5c8539e598baa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_14_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_14_0_arm64.whl |
|---|---|
| Size | 487.0 kB |
| Tags | CPython 3.13 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8314144eefeee7b88b742081c2038418f677e63901039ca9dbfbc0c5bb6d2911
|
|
BLAKE2b-256 checksum How to use checksums |
0d39da66e4ca9be0c51546efc6fb39cf1683c4be8245d8199cb54a9808e8d5fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_13_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_13_0_x86_64.whl |
|---|---|
| Size | 518.8 kB |
| Tags | CPython 3.13 macOS 13.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
a21c2807bf4d5d00f206a4ecb3b043aad674e28c451b697b740280f608872078
|
|
BLAKE2b-256 checksum How to use checksums |
ea87cf588255e5ada1dfb555cc96de35be78438bb0b6faba64df5fe91cecc224
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp313-cp313-macosx_13_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp313-cp313-macosx_13_0_arm64.whl |
|---|---|
| Size | 485.5 kB |
| Tags | CPython 3.13 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
9f3cf610e857a7d6f02916cf2b7fc159a5429b8bcb23164500d46e5e233f2924
|
|
BLAKE2b-256 checksum How to use checksums |
a5b9c441722196598fc3de0f654606ad9975a968c71dc27f516b5a4c9ebb94fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-win_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 642.7 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
558f144b26a9555ae4e9467cc3aa3299a8ce13217f328b21ae326ca0633be19b
|
|
BLAKE2b-256 checksum How to use checksums |
608dc1afd29fc2cb475fd4c634f3d3c8099c0efb662362c10b27a9eaf11c9357
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-win_amd64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 491.7 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
062313c309f93dfeb6966372f4c446580e98879133ec155522eea8aaf568a5cd
|
|
BLAKE2b-256 checksum How to use checksums |
31e95dd951c35acaabfe87c67228b9af2cdcd7779d9167edbe6b9094b8a8e529
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-win32.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-win32.whl |
|---|---|
| Size | 433.8 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
d8424e63a9ec0fe5bde03d97876b2431f8a746af33eb475fa1ae39144bd05b2a
|
|
BLAKE2b-256 checksum How to use checksums |
62cf7bdd7a1ae7828b613011da808eafec4da3132f43c3be6af5e0bd670ebe8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 591.3 kB |
| Tags | CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
809c5fa5d08279413b29c2e2c5c528e85cd94a0e0fd897db595a0c09eeee2782
|
|
BLAKE2b-256 checksum How to use checksums |
0d1c8b1ccbeade96a21435d55b5185cd6d9b2ceab5a9af998a4d9099e0540759
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 572.4 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
2b7a3b90f747130310d4b3b8e19ebb845d0d97c1deb63b36f76c7242dacbd736
|
|
BLAKE2b-256 checksum How to use checksums |
8a0a6add090c917ee39f6f0be753037cafceb3bad904b424efc155fb38082635
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_15_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_15_0_x86_64.whl |
|---|---|
| Size | 510.4 kB |
| Tags | CPython 3.12 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
5a4e5785bc30d52ce655d805b07ad2d8a4905429a5f690ae9c2f1caa76665709
|
|
BLAKE2b-256 checksum How to use checksums |
7f146bfc6838bb6cb561824ac03deeab2bd11d5d9a93505f536c8fa2f6bd46c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_15_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_15_0_arm64.whl |
|---|---|
| Size | 482.9 kB |
| Tags | CPython 3.12 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
5320da07dc3b7ac7f407514f42ac17d67e771ac7c7562d449571185e6fb601b2
|
|
BLAKE2b-256 checksum How to use checksums |
f40a0747c92dbebe2c09a26bd7386d372b5c5a9926236b4f3d69bb8f15db05cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_14_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_14_0_x86_64.whl |
|---|---|
| Size | 520.2 kB |
| Tags | CPython 3.12 macOS 14.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
9f7158afc9825ac2654c6561aea94a1f7edb5b5b88e6e3639bb80bb817d102ac
|
|
BLAKE2b-256 checksum How to use checksums |
d9691db6742943c0ac254bfb7d8a37a5d3f73f016a65cfa1f84fe3a0451820f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_14_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_14_0_arm64.whl |
|---|---|
| Size | 487.0 kB |
| Tags | CPython 3.12 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a3ac51b28cbf25c100dfd8849212d878d7005d1d4a7e129a10789043c56b6021
|
|
BLAKE2b-256 checksum How to use checksums |
df37b2e367987371514253ec9e514637f457deaacb7acc1c900814f3a6421e0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_13_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_13_0_x86_64.whl |
|---|---|
| Size | 518.8 kB |
| Tags | CPython 3.12 macOS 13.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
9a77892c524b8bdf3d47d7cad1cc2ac3a0108bdd65007ef4c02888fa46baf8ee
|
|
BLAKE2b-256 checksum How to use checksums |
b99aca3a993bdb5dc6d5b2616b9657b2872a83d1827f8bd3ab50cd629eb751c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp312-cp312-macosx_13_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp312-cp312-macosx_13_0_arm64.whl |
|---|---|
| Size | 485.6 kB |
| Tags | CPython 3.12 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b30f09b4d63249c72e65ccae4cbf6b331b48c22fc7cb439f1d85f347b9d07ceb
|
|
BLAKE2b-256 checksum How to use checksums |
672073b487538e9107c2fd96aed737e3f3890dfce3e292622e4ffb2f9c810ee5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-win_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 642.2 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
913864f97de4151eaa8bb7746ca230fd193656501e07fb658ce2cd46d4f6efcc
|
|
BLAKE2b-256 checksum How to use checksums |
56be4315c3b38f42f9a2888fa76260545c98547502f1c35aa63a672d39011b2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-win_amd64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 491.0 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f5f856ff5036a8f22b3bad57f376d4e3b97b59b64f311bdb1f83c8dabded2492
|
|
BLAKE2b-256 checksum How to use checksums |
49e5f83053a36cfc4762d843748e4f7a9c1141937dcf74cd6fc3f4598292dda3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-win32.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-win32.whl |
|---|---|
| Size | 434.1 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
54f51762b51dc238eceddf49b56cc2b64594fe72d9328c1c39d615aa990e1f87
|
|
BLAKE2b-256 checksum How to use checksums |
94195981fb798bb8d08933b815b1fd9e55d179c380b9d8c21a49197b9b7c5967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 590.7 kB |
| Tags | CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
03156291269f145eccddff63118f2df02d395792f51fc039f09955818943815a
|
|
BLAKE2b-256 checksum How to use checksums |
91214566fc344c21cf3c49082d13ddab785994b5e3b8b7fd4631242538f698a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 573.7 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
18a5610b26742b90cb1d64ead2b16fe0e3bd7e67add03fd3779cd1b85e401661
|
|
BLAKE2b-256 checksum How to use checksums |
0ef26e470338271e164dd3c5e508876f99aec3ed23bf419c7d54a5672fd5b05f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_15_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_15_0_x86_64.whl |
|---|---|
| Size | 508.8 kB |
| Tags | CPython 3.11 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
1617097d63620c2d46bdfc0e48f24f66cd341664fc75718636d234f67473fe7f
|
|
BLAKE2b-256 checksum How to use checksums |
bd435fb20d16664457f61670bdd95f39039d43ee8b7732511c688e2f322a4317
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_15_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_15_0_arm64.whl |
|---|---|
| Size | 482.8 kB |
| Tags | CPython 3.11 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
4cb5acee61e35772503b8b1db3c592a46b8e6a9bc0ab54d7d6233654ea2bf93d
|
|
BLAKE2b-256 checksum How to use checksums |
dfd2ccc07860e31ab81965c63f9ed4eb69ea0d3449a9b4e1610f71883694bbe8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_14_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_14_0_x86_64.whl |
|---|---|
| Size | 517.1 kB |
| Tags | CPython 3.11 macOS 14.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
50c7205182ad66c23c07abe8072f720ca2f7d595b61e28fd9b63623614f9afd6
|
|
BLAKE2b-256 checksum How to use checksums |
a2f6529c44f607c47f96cfa29c1fe3a690fe75b2fdb48e9b0d6b54e5f0a75e59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_14_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_14_0_arm64.whl |
|---|---|
| Size | 485.4 kB |
| Tags | CPython 3.11 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
ac1cb2526cc88f050a0661fc7245ad009ee454bddc541b2e653f1d007585000d
|
|
BLAKE2b-256 checksum How to use checksums |
f36ac6c9fdb00c98990e4f7a6cd650e209d7b5d2754ca0404b72c69ac9909a69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_13_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_13_0_x86_64.whl |
|---|---|
| Size | 515.5 kB |
| Tags | CPython 3.11 macOS 13.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
aa2ad5f6f48921ec137a7b7f1b1da903ddef8627a2dc30bc878a9a69d9925719
|
|
BLAKE2b-256 checksum How to use checksums |
7888466026b43ff5c7d740f5ede090992ec63b60d1810ab14fe35dfc00677e0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp311-cp311-macosx_13_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp311-cp311-macosx_13_0_arm64.whl |
|---|---|
| Size | 483.7 kB |
| Tags | CPython 3.11 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
329efa209ea7baa44f0facf0402fa34e655dc97fdeb10d0b83fc06354f5575fd
|
|
BLAKE2b-256 checksum How to use checksums |
8d4d203a08dab1bdb5c83b46dd424c01a789ecb5a37dbc80f33d016bd116a9d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-win_amd64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 490.2 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
462dfcf147d0f54d0c93a69c361225119a4987c3b0ecd77f0e21ad9ba8bf180e
|
|
BLAKE2b-256 checksum How to use checksums |
1b4ed381ebce2d14b381379485845f884d8c7b491196fed62c68932a4e5fef69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-win32.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-win32.whl |
|---|---|
| Size | 432.8 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
420fe037ad77ab3d1a280c6823985b89160896f66ce601a3923d020690a1f9b4
|
|
BLAKE2b-256 checksum How to use checksums |
f7d7ce78b34800b966fc7c4abf2f40e71ece39c1485b57a283bcffae054a5aa3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 589.0 kB |
| Tags | CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
3a319dcb37b069d72d968862335197f460803b3a35f99445ea805f69fac58759
|
|
BLAKE2b-256 checksum How to use checksums |
65d34aad2f11e635709c326a1c34bff59c879dab5c2ff720dbcd275c61c3ea56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 572.7 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
8beddf48857fd3767c553f0be7414a7a483f9b6374c91c02474a616fc7f5c5b3
|
|
BLAKE2b-256 checksum How to use checksums |
2834e9a9fa5fd3b309c76262fd8642346b62235f7a9b7590563403ef427a366b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_15_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_15_0_x86_64.whl |
|---|---|
| Size | 507.8 kB |
| Tags | CPython 3.10 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
f886c88d56233483c5fd5ed1234e7e72389b8331250100983443fa30855deb63
|
|
BLAKE2b-256 checksum How to use checksums |
61c32199a9edefa1ffea59e5e54ebca34a126e0a2c5b4b2c73db9c5b97b9895d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_15_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_15_0_arm64.whl |
|---|---|
| Size | 481.7 kB |
| Tags | CPython 3.10 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
39a7013477c8778b1ddcc0d43eff0ee4a0f66b76c9db21f9e7b7d1f74852633f
|
|
BLAKE2b-256 checksum How to use checksums |
2136c7d3c8dd7578badb53b929f5c8cc78bbbec23163029a15fdce2dfabf78f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_14_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_14_0_x86_64.whl |
|---|---|
| Size | 515.6 kB |
| Tags | CPython 3.10 macOS 14.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
032160ad8c05739370813bcb15099854cd50faa933e0fe9607a2380659c750df
|
|
BLAKE2b-256 checksum How to use checksums |
55d38d11005db3000128055f6d3868a3216dd639721040eb988b3eccce852bc0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_14_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_14_0_arm64.whl |
|---|---|
| Size | 484.1 kB |
| Tags | CPython 3.10 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a9aa02dc1345f0889c6ce1365d5f93d5b161b512f4c6df3cfadf3298493fb678
|
|
BLAKE2b-256 checksum How to use checksums |
70005303bb660b6f75a71f75dc818a35082c30508d4dd5477891f13e831f39e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_13_0_x86_64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_13_0_x86_64.whl |
|---|---|
| Size | 514.1 kB |
| Tags | CPython 3.10 macOS 13.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
a486dc10bb07f3c34b9908541368e21ab6d77972569427200db077126668fbf3
|
|
BLAKE2b-256 checksum How to use checksums |
7f5d25afc138821a1958940ee4a9bc83a87b59a6dbedd7ef0db4ee04b572a3b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency logRelease files / google_re2-1.1.20251105-1-cp310-cp310-macosx_13_0_arm64.whl
| Download URL | google_re2-1.1.20251105-1-cp310-cp310-macosx_13_0_arm64.whl |
|---|---|
| Size | 483.1 kB |
| Tags | CPython 3.10 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
88bd426c1904f3562049bf766301bbc4f7a4bcb8f61e92f8cc833faac1cf2a92
|
|
BLAKE2b-256 checksum How to use checksums |
23fb36548d5d791d2d750dc6fc2ab87fbe50f0bcc054673e1cf64928908892a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
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 Nov 5, 2025.
Transparency log