Skip to main content

RE2 Python bindings

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google_re2-1.1.20250722.tar.gz (11.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

google_re2-1.1.20250722-2-cp313-cp313-win_arm64.whl (642.5 kB view details)

Uploaded CPython 3.13Windows ARM64

google_re2-1.1.20250722-2-cp313-cp313-win_amd64.whl (486.7 kB view details)

Uploaded CPython 3.13Windows x86-64

google_re2-1.1.20250722-2-cp313-cp313-win32.whl (429.0 kB view details)

Uploaded CPython 3.13Windows x86

google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (550.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_x86_64.whl (487.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_arm64.whl (463.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_x86_64.whl (492.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_arm64.whl (463.2 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_x86_64.whl (491.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_arm64.whl (461.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

google_re2-1.1.20250722-2-cp312-cp312-win_arm64.whl (642.4 kB view details)

Uploaded CPython 3.12Windows ARM64

google_re2-1.1.20250722-2-cp312-cp312-win_amd64.whl (486.6 kB view details)

Uploaded CPython 3.12Windows x86-64

google_re2-1.1.20250722-2-cp312-cp312-win32.whl (429.1 kB view details)

Uploaded CPython 3.12Windows x86

google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (550.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_x86_64.whl (487.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_arm64.whl (463.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_x86_64.whl (492.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_arm64.whl (463.1 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_x86_64.whl (491.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_arm64.whl (461.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

google_re2-1.1.20250722-2-cp311-cp311-win_arm64.whl (642.2 kB view details)

Uploaded CPython 3.11Windows ARM64

google_re2-1.1.20250722-2-cp311-cp311-win_amd64.whl (486.2 kB view details)

Uploaded CPython 3.11Windows x86-64

google_re2-1.1.20250722-2-cp311-cp311-win32.whl (429.0 kB view details)

Uploaded CPython 3.11Windows x86

google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (552.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_x86_64.whl (485.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_arm64.whl (462.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_x86_64.whl (489.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_arm64.whl (461.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_x86_64.whl (488.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

google_re2-1.1.20250722-2-cp310-cp310-win_amd64.whl (485.3 kB view details)

Uploaded CPython 3.10Windows x86-64

google_re2-1.1.20250722-2-cp310-cp310-win32.whl (427.8 kB view details)

Uploaded CPython 3.10Windows x86

google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (565.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (551.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_arm64.whl (460.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_x86_64.whl (487.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_arm64.whl (459.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

google_re2-1.1.20250722-2-cp39-cp39-win_amd64.whl (485.7 kB view details)

Uploaded CPython 3.9Windows x86-64

google_re2-1.1.20250722-2-cp39-cp39-win32.whl (428.5 kB view details)

Uploaded CPython 3.9Windows x86

google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (565.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (551.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_arm64.whl (460.9 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_x86_64.whl (487.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_arm64.whl (459.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

google_re2-1.1.20250722-1-cp313-cp313-win_amd64.whl (486.7 kB view details)

Uploaded CPython 3.13Windows x86-64

google_re2-1.1.20250722-1-cp313-cp313-win32.whl (429.0 kB view details)

Uploaded CPython 3.13Windows x86

google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (550.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_x86_64.whl (487.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_arm64.whl (463.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_x86_64.whl (492.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_arm64.whl (463.2 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_x86_64.whl (491.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_arm64.whl (461.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

google_re2-1.1.20250722-1-cp312-cp312-win_amd64.whl (486.6 kB view details)

Uploaded CPython 3.12Windows x86-64

google_re2-1.1.20250722-1-cp312-cp312-win32.whl (429.1 kB view details)

Uploaded CPython 3.12Windows x86

google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (550.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_x86_64.whl (487.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_arm64.whl (463.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_x86_64.whl (492.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_arm64.whl (463.1 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_x86_64.whl (491.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_arm64.whl (461.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

google_re2-1.1.20250722-1-cp311-cp311-win_amd64.whl (486.2 kB view details)

Uploaded CPython 3.11Windows x86-64

google_re2-1.1.20250722-1-cp311-cp311-win32.whl (429.0 kB view details)

Uploaded CPython 3.11Windows x86

google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (566.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (552.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_x86_64.whl (485.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_arm64.whl (462.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_x86_64.whl (489.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_arm64.whl (461.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_x86_64.whl (488.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

google_re2-1.1.20250722-1-cp310-cp310-win_amd64.whl (485.3 kB view details)

Uploaded CPython 3.10Windows x86-64

google_re2-1.1.20250722-1-cp310-cp310-win32.whl (427.8 kB view details)

Uploaded CPython 3.10Windows x86

google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (565.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (551.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_arm64.whl (460.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_x86_64.whl (487.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_arm64.whl (459.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

google_re2-1.1.20250722-1-cp39-cp39-win_amd64.whl (485.7 kB view details)

Uploaded CPython 3.9Windows x86-64

google_re2-1.1.20250722-1-cp39-cp39-win32.whl (428.5 kB view details)

Uploaded CPython 3.9Windows x86

google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (565.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (551.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_arm64.whl (460.9 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_arm64.whl (460.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_x86_64.whl (487.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_arm64.whl (459.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file google_re2-1.1.20250722.tar.gz.

File metadata

  • Download URL: google_re2-1.1.20250722.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for google_re2-1.1.20250722.tar.gz
Algorithm Hash digest
SHA256 5e2a464df75dbcef9fe0daf18a78f73c3f0a51b81cdb865460a0579b226f2ef3
MD5 d3d91a9d49402f369ddd790a98362f00
BLAKE2b-256 283d254eb1651da04fb38b28558510072f06ba4992ea6cb080e75d2d8ee2f3ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722.tar.gz:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3d9ec2052befcada22b0941cd5ac6ada18023353c1e146aa5c9c16a3189b3cbf
MD5 ffa325b0fd3a03d2f4523892dd77ee92
BLAKE2b-256 e75cc11c47908dbf287e7d26313f7cb766c6f7150ae9844bd718f4a48a4bbdbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-win_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8575ed57522af14c00a6ce616459c934a553cdaa2f6d83312e2dbc2364bf1d03
MD5 60ed8815e775a29d5429215aff49ca12
BLAKE2b-256 0558c8ec5a1c070922f0272ca3d7d44853eb5babc37668e25e4f45f0a0e1de1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a201a4ca5c96736ae276d4ba8284bcd80d1a091988ea2a9d44ef576ae5e925ab
MD5 9f22ffab2770a277c740dd2f96e5349b
BLAKE2b-256 ccef64a4ac3c206e419c0eb4ac91eee807097738ad7d59aff10f7e22d2da9abc

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3697f258420ef9180e82459d526043078feee20d17642bd7ab09354634b732ed
MD5 38b8a1161255de9c3193a53ce6ad62f4
BLAKE2b-256 d68a721e41a6d1658ee12c9274fc4bbee02c23894be1bf714c27b67465821a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c7b9d5fd899610062eca570f38b66fd6de6f52031feccd1eb02d0ca6a60982b
MD5 982032d91ce9f59e67660c41807b2a28
BLAKE2b-256 d5b31322ebaf07fd5738bd62b28259c4ab6046ead169cc5a64b7e94e196df4ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c0fc0854f0ede86457ec7d70bc8bb23e7f6ab2fff3358fecca40e00b49927b96
MD5 bd8a31424e170e4b4462ca834704a8bc
BLAKE2b-256 5f48e011c0a5f001fa761909fcae404e16db34792f71b8425bf9a4ba4412ea7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 91dd7f34ed573c7b70fdf940b57d30ba1f87af1440273142b400cba0d898bb3c
MD5 9ae17383b7a8064d4f4b63e9047e8663
BLAKE2b-256 704827101caf49aa0cc4ef84bf9dd718269a0f4fab260d95f5dfa53ef6f28caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 3cc5091fae3554cb52f04ae98bf137c02bd678671f97806e3ef13e8ec52ade99
MD5 6c58de3dd8c7fc1b723f6e5865c84775
BLAKE2b-256 6e9052652f9da956aae4f80011bb03194698112d025935484de0f563141428b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 48cb29756d47bab8a07ff4e4a8048c9b0dcbabe49e90e87f8c5aa4f090e219a9
MD5 705dbfff7b4ca4459f4afc492b946a76
BLAKE2b-256 e930f74c143ac2f939a499702dcf4a7648bdb8f06a7545db4f3e01325b41549a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 503433f378fe9f7785a68f012bc136fd2e998de749b5f2f3f4a06770177da720
MD5 e7ebcc74d66227e59271c48553baa102
BLAKE2b-256 1470cac8be15c380d2eea556792b4d594de3e67617cf625b0807121bd174a4b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fb1be22193a9e801f8ab0347aa9f9408290fe04c2fa56bd5ff66104667cf1796
MD5 79f1c9670ae4a39ae9f5b88492962617
BLAKE2b-256 27d6e2b14b0a3cee1840b5b30d9d219cbb77adb9b67042761055a3ad24c1ad0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 836458e4d8f05b9118b2c27a9e66a8f4bcf4f2b2f647d5e7f810efbff11be8ac
MD5 87ce65c08d0be2201d5d1bb4b77fe456
BLAKE2b-256 da33a68c3129ec5a84d1789e0d499af7078797895897feaadc604035937befaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-win_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2dc7a81e06fb1caefbd145e54ca6fa0fed05e894b2821a6116c909f196362a9
MD5 dce0bd4d67ddd48bd2b3b2442bd32b64
BLAKE2b-256 6697a09d75b80f2e28fa4710687905d4531d411b1eff9f0cc4e3ef2faab0fb2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1d1a235d77695805e59efe907abe438388f280ea5d31bf0758d5b63cdc1e3c2f
MD5 5e82dd0b96fc1bedb5c71e253d616de3
BLAKE2b-256 cd09f55d7fde76ccb3fb95f99cb196233c085caece8c5d8f49be55d5baf6ddd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 739c0ac4729a79f22f986606c8a996a6cc1c5ef300ae59ac28cb76f250a5df08
MD5 095f6e727d121c53dbe1a0e6f76d099e
BLAKE2b-256 77965cc8849771fc9dec5d2448117c9e827f4b4f2539b6b37afedf567e4ba575

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2703c396ec1bb9bdaa765aefbdb7164f44ae3de5cfb7ea76a40955bcd8305328
MD5 6c81f71a92ffd09c324e9eecdad55edf
BLAKE2b-256 432f2e6e16b0dfe7738ee36c19f84b916299cf0386b3c434269b34e03852d7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7faaa0910f5df1b29a40395da193756beb630303fc9c39a8488a6a97de395463
MD5 527229b616052101efffecad2fd5f64d
BLAKE2b-256 425f881b2c2665e33499403d11746122818e5bdee618fc16c4d6c11352146ce2

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0aee96c2a2785b7ae0c225d52837e898132371adfe9ccda04e7b61dd6f5c2a9a
MD5 53e8b3107f44a3456bdc5c5e0e261708
BLAKE2b-256 625f7d6fef577a97b428ca1b9ecf6060bb800d69ddb4aef636f4d67d139074a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 fb199f86f5538ba8a6ef4540ae2b1fa1e805b457652901b06cb3310a5a6cc357
MD5 97426546f8eb8883e7c29bd7b2663629
BLAKE2b-256 12290b87d17885990271fa0af6a40b03880701a335a8ace10f6f60cfc7c0c8b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 728cfbf611706a7dd2cf04fd50e7b84eca630ad7e4daf04cf1101cfdada5db7e
MD5 a79dd0128071e5fd468a3583abac9e72
BLAKE2b-256 38225313c77e3feb055c60b6c21a92432dfbb2fc7043e3a4e7b142a52f753cc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 34a4630810dbdb7022639f4b61c834eb6846eda1601ebf5cb63fa220d30f331d
MD5 facc4545e998fc133344cb63a36b7362
BLAKE2b-256 6877f8dfaed9527dfe9f0515c7f0f9495b319dc42f82049ceb291c655fd555b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e0bc1bd9b0f31364a48a5c9d2e3ddef31c47b3567b2270b27b6ba56e0aee8405
MD5 9c9dc52a660bc6017f01b3f159784871
BLAKE2b-256 6f09aaaf173eaed1367cd6c285a72c2a660e8f831ea8117330539440506c8795

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cbdcdc9b2765eb80414ed9574f9bcc1f52e8a18ce91c6ad344fc1e80868e89a1
MD5 b4511f339171aabfd37f7c129f84c22b
BLAKE2b-256 eea9b0a7f59e5f3b4d0c70f38c7e7ac6bbacc96d085ce2576ea0b1d9f1fc4db6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-win_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 720b96d0179dfd6f6c07ad731d30218515436bd6e0ad3e5c506c5433ef30929f
MD5 907bbd89900840ca67c884a150100527
BLAKE2b-256 d34089b4627cdc424dd944636adab7ee96695700a76890ebd407e0c4d0f76727

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 01f8f97693926b10313785b4a069f3850b36cbad184b85a004111869d1e2fbe6
MD5 9b4120cc14659cb04095bd2a3821b764
BLAKE2b-256 dc822ad3572d4401996da8f2ab22a47f9bd8da3e0d0be1c1d5502b4ac421d04c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7edd8d743813e6354b9145dbf32509987e4b6876decae05b5532ee55e89ebf57
MD5 e38c98b02f5747136fc1daf81819d64f
BLAKE2b-256 cf164704f7d3652dc141c3af74f157913a75a3698e59d819ab86de3562cf541b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bd791db1eadab27f12268594adf649abe0d310d00d51d1e3f9d944578f58c0a
MD5 af5dc82f566cde52a0fcb1ad766de8b8
BLAKE2b-256 a1eaec3af787d3947f9ff5e59b3eed7e83b4f822f59f7a3e961e87f809cefa99

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f49d1ff6f5b526b224a69fdc4f0df82cc806ea031be391d648aa94d6e8afec61
MD5 f47dc33daa8c01ddf0ea04114b818274
BLAKE2b-256 b7e81aaf8326c772e3f4ca7d97d599f77e8b054928f2a8113ed298b88f66d85e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a5fd5eb3f34eb942c6929eda246ec227bed7e50cb906b75b6c2fe26b658e20b9
MD5 49448ddc3798bc7d40ea9048c24754a6
BLAKE2b-256 35fe9d36e7c99bc2e4421803c800a27cf5e26742a0efb825914401eec5d00b26

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 1cc204ea8ac21e52f83f71e693960d3764160d0c4ed29b7ffde6cd6d7b984d50
MD5 6448e102e9fd2bc9c1003e889b5e254e
BLAKE2b-256 0dc59ed44fcde1568b6f2cce03f9b5de9afbcfda8385c764a8cc52e6bf6aee9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62b142650dba4df5f6f9546723d0e4464e19e2756ff63d60d249be0089aedcd9
MD5 86b1fba2ed5a81e97a6a662b6093738a
BLAKE2b-256 d154e98cccd3f147f6ee24905f2527ae0bcbb21dc127a6eb8a8a30095cc6f171

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e96f8ae224e219cd047b6a533e38cd3bba749243788208786747630df3557e5
MD5 76d19b1f2c2686aa5adf4d82023a5ef5
BLAKE2b-256 ab9329ddfa354d41cd67e7206dee93013f7da848bc2cd447589493b9952d55bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d43b3a32e0bb5397ecc5fb158c1a11b7cdf658dfc35ffd7b41032a6f105d3f51
MD5 0e9f808e785bfb69d890222526819fa3
BLAKE2b-256 60dedf9457ea5138c08dad0c9ed4b49e5ed032543a850762603e54f3886648d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6dce0594f46aa8798e19829d3aa2c8622ccc2d4ce21ad2c7468141b50b78835c
MD5 caf1820f645c04250bd8dda5ea5edd3a
BLAKE2b-256 bf14caf5deec9ab6d1c8573178ab7f22b9b8d73fd52f908ca9cfc6f402bb651f

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 97030af2a903e18130229089bcddadf7817279645dd99842d0a967b91f56aba3
MD5 e7e19a2edcc2740ccda959c93c95479e
BLAKE2b-256 f67d1b2c851a6d9a8bc73414cdd6d7bece57763c95c37c0bc3667e0179e762e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b084131dea3253ac09c29eacc6eda326392da8081505c2e1d38e80d0e0b4e474
MD5 3a71f35588f6d7acd00c58f79bf925f0
BLAKE2b-256 dd9e7f289da0eeb1f6e4c07bdab901a690574c81fc38a256d50708142d4186a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 942e8564e1de4068168d4691acf658527e9bd98af91b917144c88290fa6f4631
MD5 2819950dc26fd74352d801d6e35f1fef
BLAKE2b-256 80f94d8607186d3b87f3e0b4276cae57ab43aaa9d9f89162a9f8742b39ddd7f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 574b7f497b0f14c0003dde7edd5b6024529ac5aab9efd10e17766ecd94c16597
MD5 0338e8effe06f821847e7d4a9748479a
BLAKE2b-256 729932b1d2b489bce5764950ededbf85aa6023b00ec5abef725961673dcbbd8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eda4d7db1cf1907cad34f796ccaeaa463c80fefa1a6ecb6857dda7e456e50d9b
MD5 0ef4f5c80d867bb4d827c8afd5a5e2b1
BLAKE2b-256 e6f9e8b699e59a6b82e3adee305ad37c7d1c61008316dca4e38977e85455960c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 fcf665531e69e3543e74cc8b27242cb978bf8b442250b7fc2ca5d248387f4418
MD5 deb48af90d1182b2e2832a7ca7723f84
BLAKE2b-256 1d6b299c32ee5d7676cd26f6cf6d1af296627454ed023feb376781b4a5b25235

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 138ecb65512edd788548b314b2192bd5bdf5d943d5aef1efc53afb507fc1980f
MD5 09ab08282d68e79b82a74a73ec25204d
BLAKE2b-256 bc03f253fdeccf816aa0a0fbe029a123a6e9260bcf0ef30f1497656853cdddf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7fc37f5ccef0138b79eef36f06b9955d24e6e70855f1ec3cf9c202ca478284d2
MD5 74c255532a0360d717ab3956f20c278a
BLAKE2b-256 390c1987a8d4d7081e920b3bdce0b6f67afac1d02ce85befb1329e57536503ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 78f5bdd587cf33a85914b6be383ff889d7b04abe2bf7c0d3ce3cd9ee97935954
MD5 2c22ca6cf937a7c01ab995ee5c0e0fc3
BLAKE2b-256 5e87881a3249dd20c4852c4c5b9c457dd0f4f439e13f21f99c355faff5b4c0d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dfc3cf4d7dc9445a54e7af88d5bd6e4d24269c83885a1d3325fd56567ce7e59d
MD5 9a7bd6350bbef9ac9fa8371c13f6d6c3
BLAKE2b-256 5e4ebb6856475c91961db9bed13982fd6ee6329206e08ba4718da5d7009cb9b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2618f8dad592cf02efd6900fd6c539c3acc4ffbd0295d205a3297e8198c093e8
MD5 07ab441112d8c5275363474065aadd77
BLAKE2b-256 30fd4e01c8acd4c1799a35b144a96bbb23a3b52a096225507193708540e4e7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c76f94685960801eac4ffd52e5d83c3f61cff7ba29c2d81dc7cb8126bafe5341
MD5 45cae84774a7e362241ec8e03ea97b87
BLAKE2b-256 5e2e1babde5bd843c6c64d005926a7a30e90f81cc69e2865cd03b84c899edcad

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6fdde12541a5be971e4bb32ddeb69131a8998285713e1ee783bdd86e2a08b18
MD5 e05474875bb04ab9741be4c316d815cd
BLAKE2b-256 ff503c2208c79fea92e9cb68b8a27ff866796b63ef31764904cd9191daa3ccec

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 fd6e66ca19a09647887fb2127d6ac5dde33afc0a34c1ea989e86f5102b37d4eb
MD5 c322edcbb76198f17023b6f8b2b9a18d
BLAKE2b-256 b8b5cd81139f4bad6b91d2add966e5b0f348e25bebcc5bd4b5e09be855a1f244

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ecdc0811be0a83ed180e22437d68d08192b65c7bc52988f43bd19e8560e9ebbe
MD5 9f6a0ff06e930c7d66d78d7660acc06d
BLAKE2b-256 a869b0d940ca732dd2a09656af002bb7602eaef59bfd45d800e3ecce16595d79

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 a3b0b20c4241003fe94e1784a16e9f046d156a5f27049c89287718e0e844d128
MD5 8b71135707800585cc17666914a7467b
BLAKE2b-256 fe02bd3d4560632dbeec184fc196b5f2a16af7c76c883ea5f8f23d79215c2486

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 78103346dcd05a91dd4ef85e70f5f01ba47c5b34699c5d4d7b4deec39d38fd6f
MD5 f8cf3412a3adfe24181e967fafec8044
BLAKE2b-256 1eec986e39a414b406da9c2c48517b03c1cab2d3888e51dc83cd1c4bc31eddaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8c34d555f26e80a6aee40f9b3022c7080de2d1600af56a1ffac57db5907216b1
MD5 e836e01d94838d9d5762aa35529418c3
BLAKE2b-256 05cc630afe4c2641e69213f303ee715508c7d8e575c756f0214ed7a2e9fd3c29

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0cdc640d98a619937a970fae1115095da8cb5a02b6f763913b4d1df784bd5891
MD5 9b2f773aa0c5ce2e9d9b3f28f7b640c8
BLAKE2b-256 2cda3d4b0860efc0ade017c197fd69d47a9bad36039e2a6ee54fbba4875da4db

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-2-cp39-cp39-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 879f1439e514b461b525f971afb6bee9a37743267f52a6ac60e1bbc26827a45d
MD5 ab310dbbdd392fa1a92ebeb3783db89f
BLAKE2b-256 376dd2cfcdabad0207b0f9ff813214518a15f573426e064b90ddcb75d77e9f50

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3961c05530981daae19a7452724fe6de93448dbc7fdbafb36f017bd8d5b3a482
MD5 88be2c284aef69a7cf7ee21135858e48
BLAKE2b-256 b94377598154e34e6d992cb81d004510473265b440a1bc30148f7a79e5ae86a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 282346724a98c04543ca13e2210f06d7e613933fe1475c2e9b577c2133587861
MD5 66647e8c31a33e8666e0932aea59afe7
BLAKE2b-256 45989a88c831f726ca9ed157c2934722111426f0578cb54d49467112d2c0afde

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c05ab5108713eb0d0fad7cf0a6856a18418625ae3468e62525f0d31914b3137c
MD5 e8cbf9c062830e78c405cefce2e9ac64
BLAKE2b-256 bd90291cc45296f0c4599b82eecf04ab78043e40ceb3528fd7eb5f06e8e1d566

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5fdade52207219b73e9102dfd0d607ee03e09229ceed6b71d350bc106df181a8
MD5 913decf33f778a3caac6cd7d233c114e
BLAKE2b-256 7b5a3c25ace76f7d16385fcdd6c46afbfaac3f5b5afcfb142e39fa81db245a6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 250137a6da01d62262eab6466c6486d2c088a39bac9000edf9e3d11996eba053
MD5 417f6f6dd26c207ddbcf7f20c7d403e7
BLAKE2b-256 8181e1223144e8bbe4e01b5d220199239aea98166456464bfe719f4d008a5666

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 c0327b174519ef76c266090d77359ecce8ac8ca28760b82b24ff825a76fcca8a
MD5 bed653f96f5667c9d7a715c9eb960527
BLAKE2b-256 e10004ef211677595eeda99610c3259c02a73eefc39a8882663c455c4b979d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2487b5149786260a70844264c8c646faf382ab92a12ab1acc48669fbaa2f561a
MD5 b82cb4fa4f3d7a3e12c1216c589e0ee1
BLAKE2b-256 12a684f993126414000945fda38de39ff2155be0204337aa3ecb2200e8e0edfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2661eb54dedf4de0bf83e11c3d4526cbe2664a31a22372df1967590a164cd654
MD5 b8b53baa79cf3d556f30a7b320399be9
BLAKE2b-256 98bc2191460356e0fdcf82e27c52d0b3c4c4eb8ca7ea3e1756d96f4c918c5237

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e318796ed53c743d319d409e166fbc83c3e5f8f19c1c8c30a019a1a5a0790022
MD5 4d94770379542a1bf3d7dd93d853ffe8
BLAKE2b-256 f1b562966d57169641e608bfb9e592c65ecaa4011572cfdf3491451b5d7fb5ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 225b3f8712280cac1c307d9d0b3cf4323b20962cb3b2f57bf37db3e4f1e09067
MD5 61b373ac5b6cb7207dd4541a3c01d20a
BLAKE2b-256 d0fd062cef7714eed6a7790639e00b7ed20aa837e10dd3878120e2cce3932325

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 40f10ec0e686b7b313cbbb45ac4fb404a5d262d7ebe50ff5ad3d000e8d4fb253
MD5 f560f0d24ff993e53387c106ee9bc946
BLAKE2b-256 42e3e9b496bf96232e31422dc65f8f33d55f2dfb492de81eed575368e5332223

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3208a8010902c8994cee12caa0dcef818b3f56e5109ef34ceede24ba909c8990
MD5 03b3a456eb155fd0027a5ce8b6fe5ca1
BLAKE2b-256 8382c95b7bb80ffb929429cb5f37d4fbdff5428c87076ff764f6b11737965131

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4fc2f670b97695458e69f64e830ff9f7ba2383825e40f111c1e8d7225fadbc3
MD5 16a110be36fa0067748e6ce86adf9a2b
BLAKE2b-256 c164112965b786c55497c0fe73849673f8fb953086f2319dad9a78c6422ee429

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7f9ddd67a78a59e5e29592c9e2d19608146b5107a3446b922976aaa1d1001889
MD5 c194bef24e5882b59b898006e7f58467
BLAKE2b-256 3a14940907ed7d9cab14368b8cfaffb6b489e0c39d7f4510b13cd71badba5c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5bc328a1c9cd22e325839044f404ff2649ec05fc825a060b2511bd7162627a2f
MD5 ed07081f6d27afac9dd8dd3f13a51589
BLAKE2b-256 05a3ebcab973b4e767304ad20571ebb36e1769435d9cfaaaa1d5439ad2507667

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 32574106eb821a719fd64bf26f291bcc19cd4c874b9bd32594f4c3d1be081cec
MD5 3b13241d5610bc369151072052057730
BLAKE2b-256 b7381da5d111352f1e775d45280e3fe187e5220a53a1bc4288ec08570601d176

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d31db243dc595af0773cd983b2ea49e1dd34bd5e6daf6d1f89eeed76a154c2d4
MD5 ec3d966fd71616d64c5465c12dad51f6
BLAKE2b-256 ec05c8b01adc8bbb6d79f6485859a88d961dd1081e610aad389fc3e574331884

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81409451f8e2a6cdac3e016ae7cb5d618098da3446150a01ade7945dec4feae5
MD5 6e923bc925d94e16474cb1127411bdcf
BLAKE2b-256 7c1b0abbf1765186b04d9907042ec2ee6a3b16b85069f96084c5fad7813848e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 52797f960c25086a29ea909e7d8e83a7812489ae179b174014b28701295687e4
MD5 08a709b3aab9e1dfc157af55ba19c561
BLAKE2b-256 9e13b9d07a68ac323f02ac96865df5a7f587e8ff7d08ea4143a944ead674f5d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84ced13526d25350ebbad85a26945d374b35757c22e519de939d0d2fe6750f63
MD5 bfa9491eeda0bde2344e40ac5182453a
BLAKE2b-256 eaba6729a76b7409ad6e862d6f9bab35c3dbd26684265fa6d90af11914087ab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1e99ae727729388897a561d190cf26802fbfce8d00366281f225a7e9ba363714
MD5 5c78c864c1d3aa167bb427bf3c83b046
BLAKE2b-256 a9c18e897f16640e1615b0b969d5a9e103b189974203233897648e855d4a9fb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 121b6a60e57d3d74a69eb514220d2f882fe28b5e83e53cda6e9c54b456fb4b66
MD5 949288a9f9e718012427069ca1d456bd
BLAKE2b-256 74a08277488e4f8575f3a271804611935d4b70083483a18aa62a344e3a7686cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9b2a9ea4a2bdeb4cb03283f513974bbae2db72fbf983a60100c0300e9f23c3a
MD5 2bef6ec3ef596f906089ebb89a5d8840
BLAKE2b-256 926d84008e814a59e3cfec2dbb2186de7d90563f16e448328d8893d51a04de90

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bdad8093c371540a87a82f9b75ce268ff5878fd7fd90c058c1e13d498fa109c4
MD5 7924fe59045220e843a3d3fdebdf9da9
BLAKE2b-256 160a30aa60d5a795167c7c710dc50bf70b2c67d3de1c37c99f70ff26ca089662

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 03761cb3b18144051cffec0e62424d98aaffbbb0c6f14c626b8645757fb6b75e
MD5 dc966d6a840aa8fd7aa41384eec54891
BLAKE2b-256 f8c7fe6bcd3b1eb9f07d801f64fa69e581a52d2ab82da5feaecf772a92dd4799

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 f7eedc88377ddfa145a58f2fd3441df106916f42d1e8c437c10d94dcfb1591fe
MD5 3fa238fb4463281e8208c6b46407ba65
BLAKE2b-256 cc340e31db1a790be0f351972925f0546644c0debf045c9810a8aa5c82b62ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7bf0658f628b7f24fb4f5754c3688128bb4a650576abc7f3c6b18688692ab40f
MD5 cbbd2cec83db68ef17cda4d1351cc9ef
BLAKE2b-256 46545b2d23ede4509deddec0894fb57d56334b79dd34215823aaf9d70a2d23c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 919b0f1064509002024b1510845d8d50442d51428f564d09fffaab46802b2f19
MD5 5a227ee2495680e316ee709ac58450c6
BLAKE2b-256 fd0fce0147f9d6c43efcac395fac9dcd0413cd13e12b02075312c778f7c9c76e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 91650927b1062c703699bbac97906f366e2a6cf2f45ced505fe16b2cf53e012e
MD5 a9b749e2f50d4ddf94b052fbc7c23fb9
BLAKE2b-256 0fa1817218049238970605e41a627daa01942c1a16fb32cc71aaf141c04b3b75

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 34572a8e2a54af45abe853db9590018e69ac29d7fb0cf4496542e386a40f0606
MD5 1a21bac904747788de4eef27a59e7c79
BLAKE2b-256 87842ed1b51f7d61d09cb00dd806f69a0f1f43621b804fa55b385b6dc1733c73

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 750ebea85a7006d580d69ca6a5629d745e49bc816183317cc7993a578076c84b
MD5 4399c15f3ba5b0e7a57d176a819045b1
BLAKE2b-256 ff1c0e7bccf2210ea4a1dea445af27924f46b32873cc30473a7f6bc52b56b0a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3266965761d25ea4d037aedf54710d6f0ca28fc63c2b2b9270d0b786a91a486f
MD5 749fdf335a424166a3c36b5e4b865ecf
BLAKE2b-256 a051e4877b8c789319d5ac2dc2e756f8f1334654b546a7a1193b99f089ce9c05

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92f78394d18ab06a63cf1c22f650fe42e751588fcd8733029f40ba8789cf7920
MD5 6cc0f201cb89c6c2b62a4e6f7fc58ae4
BLAKE2b-256 05b2dd998249c667bdf3af853df974b2987956971e4c580b6a7db6fcc457bcf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 51ec67b6c4ab2f9937cd6c7bbf7f8002984a63343ad3efde6adbc17ce6677ff0
MD5 944eebad4ae901f7ff1e7b3c93bf0c52
BLAKE2b-256 0e6c75e48ae2924db4e480c8d1432db51630bc39dd82c764f3ec0219de452b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 918d69b0e285893f39d51a5b18d6eba2f3d130b03a1f3d4c9502d01e5580df6d
MD5 5355e5670e37aeb0dc4039c966a55591
BLAKE2b-256 f0075489e6b170da78c9b65730a84aafe130f458c577196e9e4780d2dd13dc73

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 be7bab182e3f0509e2b4d89cb0c61ad1cd7b35eaf016e606b8ef9bb54f5ec39e
MD5 808db24acc6a2f7c3ea3a35c88fe03a8
BLAKE2b-256 93c950203881f649a75c6266e865f986b8ebbd58dcac0593d1073c5dd14dc75e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 31c5ca2a8bed6e036744afb72af3936e8c3141aa632e2946fd126a728d5e64e6
MD5 825b3d6acdd0107349834ca7619ced4c
BLAKE2b-256 3fd051a1c6edc555926b683baff1f997809a424e6663c02e4d0a4e9e3aa7665a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74e33250977a1b74c3c6048b4e0bb9a7c82fa4b26b5bcaf714b79831cf28714c
MD5 7b3ae5cb7e6bf71f9b52c0d166d39447
BLAKE2b-256 81ba4659aa20a08cea158af5adbf8c6f5dddca5b5d33568cfac3aa39b8565047

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c37147bf584605f1445a9fe6965708e801d81529b0f704d562c7e12d08ed1340
MD5 62897cd444b4f0158c9c738838edb2a4
BLAKE2b-256 e0a548f716cede7de0223dc9ba937e97b69324cf03d0cbc909aaafb48a42be34

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8922de94320c698f831525ceadd2d8f24912c4b02621308984d3dd1fcb10f6a0
MD5 6ce6ccaa0e61f421f3fa46332728f826
BLAKE2b-256 330bd1a79ef5e3c2d37feb7c371ea0df602441200bfcbde667cd18d3813a0389

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-win_amd64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fd98a1ea4da9cb9245a3cccdf0a8169fbfa1d516ac1bcac87dc49914f57f6a61
MD5 d0666a16b408272ab3c01cff5fe8334d
BLAKE2b-256 e6a2daf610bcddecc0b16c58746d8c5873c4ab0aff7f4a6c632e4ac00869f137

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-win32.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c074f1a59b587004f1c929fbc8c5441b1d1ebc5f8a3ff876db972d311f281cfd
MD5 5ae392b02446fe2ac20d9a5e5a6a845e
BLAKE2b-256 dafac2db7feb34e7a22399bceadcd92ac5d90a9d718db0753d02a0359c82e35c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94f3111ebd01c1d88746134a24b7e4370557548cdf232dcad6e362e3b7d45cac
MD5 7486c01a96b77a039dbc30db62825a33
BLAKE2b-256 1b182982d60e0789b16555aee1a1734fd8e258e592978f51e3604881133e3977

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 fd71cb2a313bc8f218b71af44de569c062def6781290aeadfb0de75514ff63a3
MD5 b1a8cdce97fee3c9b68196ff77aaab8d
BLAKE2b-256 4d2dd0ce2f0eebee76942be711d58b4dc54ed96bbd704decf091271e670288db

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ead8a2557175fb1609e18445c819bb0f31813be08d1162cc61501d26fbbf3c15
MD5 b880186eebb657647d234d5e645301d8
BLAKE2b-256 dc7421d429e287a05d88ee94d37e11f31c0caea7bfdb049e57150cccbefdc13b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 9447d321a9697c3084f7bf8d468b9549e53eb0dc15bd1e578a252e440e32c2fd
MD5 34328b70a986156e09ef6a0243d610c9
BLAKE2b-256 e3055affc3617ed57eaba49cd8f314907341fc47db0e570d05349afcae5df46d

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 552e0cd71f8902b8fb6ad72f8b63d77cb8caad6b65e25a836c9f676053b8a396
MD5 7efac2785c25bac6019e163481782fd3
BLAKE2b-256 2b242f90ba0a265d11aac36d0c2a166a944de4ecd93e8585c89c3679daaf379d

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f424835dbb89aab4b3d5b5df9d9134800e21aa5732d1a80a01317fcc421f7d3
MD5 f5c7a00fcdc3c9220c6d2bd1be7e79fd
BLAKE2b-256 44b7e4dfa4b691e03ae5656a515e899a4d9c7782857e3290dd2cb7d890e20641

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ac3b83ca1c7d54fadefd094dbcbcda7e78e4eae52f402dec2abc11128a5d452
MD5 625fc204d31b245912690aca0d8261cd
BLAKE2b-256 d03ed0df4fe9d6acb89d6a67fbaa71eac04fe4081c443046b8affc3cac237d0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250722-1-cp39-cp39-macosx_13_0_arm64.whl:

Publisher: python.yml on google/re2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page