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.20250805.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.20250805-1-cp313-cp313-win_arm64.whl (642.6 kB view details)

Uploaded CPython 3.13Windows ARM64

google_re2-1.1.20250805-1-cp313-cp313-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.13Windows x86-64

google_re2-1.1.20250805-1-cp313-cp313-win32.whl (433.8 kB view details)

Uploaded CPython 3.13Windows x86

google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (591.4 kB view details)

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

google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (572.4 kB view details)

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

google_re2-1.1.20250805-1-cp313-cp313-macosx_15_0_x86_64.whl (514.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

google_re2-1.1.20250805-1-cp313-cp313-macosx_15_0_arm64.whl (487.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

google_re2-1.1.20250805-1-cp313-cp313-macosx_14_0_x86_64.whl (520.2 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

google_re2-1.1.20250805-1-cp313-cp313-macosx_14_0_arm64.whl (487.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

google_re2-1.1.20250805-1-cp313-cp313-macosx_13_0_x86_64.whl (518.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

google_re2-1.1.20250805-1-cp313-cp313-macosx_13_0_arm64.whl (485.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

google_re2-1.1.20250805-1-cp312-cp312-win_arm64.whl (642.6 kB view details)

Uploaded CPython 3.12Windows ARM64

google_re2-1.1.20250805-1-cp312-cp312-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.12Windows x86-64

google_re2-1.1.20250805-1-cp312-cp312-win32.whl (433.8 kB view details)

Uploaded CPython 3.12Windows x86

google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (591.4 kB view details)

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

google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (572.4 kB view details)

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

google_re2-1.1.20250805-1-cp312-cp312-macosx_15_0_x86_64.whl (514.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

google_re2-1.1.20250805-1-cp312-cp312-macosx_15_0_arm64.whl (487.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

google_re2-1.1.20250805-1-cp312-cp312-macosx_14_0_x86_64.whl (520.2 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

google_re2-1.1.20250805-1-cp312-cp312-macosx_14_0_arm64.whl (487.0 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

google_re2-1.1.20250805-1-cp312-cp312-macosx_13_0_x86_64.whl (518.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

google_re2-1.1.20250805-1-cp312-cp312-macosx_13_0_arm64.whl (485.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

google_re2-1.1.20250805-1-cp311-cp311-win_arm64.whl (642.1 kB view details)

Uploaded CPython 3.11Windows ARM64

google_re2-1.1.20250805-1-cp311-cp311-win_amd64.whl (491.0 kB view details)

Uploaded CPython 3.11Windows x86-64

google_re2-1.1.20250805-1-cp311-cp311-win32.whl (434.1 kB view details)

Uploaded CPython 3.11Windows x86

google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (590.8 kB view details)

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

google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (573.7 kB view details)

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

google_re2-1.1.20250805-1-cp311-cp311-macosx_15_0_x86_64.whl (512.2 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

google_re2-1.1.20250805-1-cp311-cp311-macosx_15_0_arm64.whl (485.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

google_re2-1.1.20250805-1-cp311-cp311-macosx_14_0_x86_64.whl (517.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

google_re2-1.1.20250805-1-cp311-cp311-macosx_14_0_arm64.whl (485.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

google_re2-1.1.20250805-1-cp311-cp311-macosx_13_0_x86_64.whl (515.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

google_re2-1.1.20250805-1-cp311-cp311-macosx_13_0_arm64.whl (483.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

google_re2-1.1.20250805-1-cp310-cp310-win_amd64.whl (490.2 kB view details)

Uploaded CPython 3.10Windows x86-64

google_re2-1.1.20250805-1-cp310-cp310-win32.whl (432.9 kB view details)

Uploaded CPython 3.10Windows x86

google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (589.0 kB view details)

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

google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (572.7 kB view details)

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

google_re2-1.1.20250805-1-cp310-cp310-macosx_15_0_x86_64.whl (511.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

google_re2-1.1.20250805-1-cp310-cp310-macosx_15_0_arm64.whl (484.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

google_re2-1.1.20250805-1-cp310-cp310-macosx_14_0_x86_64.whl (515.6 kB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

google_re2-1.1.20250805-1-cp310-cp310-macosx_14_0_arm64.whl (484.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

google_re2-1.1.20250805-1-cp310-cp310-macosx_13_0_x86_64.whl (514.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

google_re2-1.1.20250805-1-cp310-cp310-macosx_13_0_arm64.whl (483.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

google_re2-1.1.20250805-1-cp39-cp39-win_amd64.whl (497.3 kB view details)

Uploaded CPython 3.9Windows x86-64

google_re2-1.1.20250805-1-cp39-cp39-win32.whl (433.6 kB view details)

Uploaded CPython 3.9Windows x86

google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (589.5 kB view details)

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

google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (573.1 kB view details)

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

google_re2-1.1.20250805-1-cp39-cp39-macosx_15_0_x86_64.whl (511.1 kB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

google_re2-1.1.20250805-1-cp39-cp39-macosx_15_0_arm64.whl (484.7 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

google_re2-1.1.20250805-1-cp39-cp39-macosx_14_0_x86_64.whl (515.7 kB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

google_re2-1.1.20250805-1-cp39-cp39-macosx_14_0_arm64.whl (484.1 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

google_re2-1.1.20250805-1-cp39-cp39-macosx_13_0_x86_64.whl (514.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

google_re2-1.1.20250805-1-cp39-cp39-macosx_13_0_arm64.whl (483.1 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: google_re2-1.1.20250805.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.20250805.tar.gz
Algorithm Hash digest
SHA256 c55d9f7c92a814eb53918a7b38e5ba5eaa1c99548321acb826da9532781af5b5
MD5 9804b6e580e31bafbb671852026f4abd
BLAKE2b-256 93ed7caa25b34a201ef8db5a635e03ca71c926caff92aba1b17e86b78190de43

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805.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.20250805-1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 149ec3ce1a4711daf45aab4fc7d5926f9e3082ee2c6ea138043c27e64ff1d782
MD5 86e43e3416b2d90930199f4f24e2ad12
BLAKE2b-256 eb8939fd1d16a9cbda45cf55b920fac4840fc16ca668b96333f1a5d8931e1ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-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.20250805-1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 18f72952c71de0ace48fbe0ca9928bd7b7bbe1062f685c0d1326a0205966f2dc
MD5 5b1d326609b0ef3a2a6d8aab042a6095
BLAKE2b-256 5b1daf1fc1a5247d6549e67716bcb5e790761bb550026e659dfcfd89408389fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 eb1c398eaec3c8ffe74fe7064008c81f452ca5bdf12c2538acc4c087d043a6e1
MD5 7ed54c63150293961d0c28fb4ba6c64d
BLAKE2b-256 f3b27c785a0596e8535794b5c21d27c3081928748acd556a4a0ef3b2c8338881

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b328e6d75e7b1e161dd834c42a7e1762d2e03919453257a64712a5bda798226
MD5 f7f1d7552ec25c201129829def5184cb
BLAKE2b-256 ec14feb54f3f11522f334294a916dffb54ab36dfaba47c7c8d0e091aec1084f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_27_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.20250805-1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7dfeab6a641a8e6c8ac1cb7fa40b4d2cb91571a3c4bcc840a6d1245d37c33bb
MD5 b058edce28ab657e36e8989494119be2
BLAKE2b-256 5605a6da22582817396e30931e0d292d2ef4819c2eea3fb21b08661f9a6f3106

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp313-cp313-manylinux_2_26_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.20250805-1-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 555b6183fa1a6f54117ec0eda333b98d96620c5d59b563a1dbe2a3eddf64ca24
MD5 86543faeef6356703c8f0a6bae52413d
BLAKE2b-256 ff37bc22d185861461aafa8e8193a1e22f9eac1217e9bec9ac34b681f1c10bd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 af66c822179f7f412e4c1fcc8b5ca84885e24ba77c2ee8aa7364f19131b77e7d
MD5 cec572c63752e68c7543e51c3c03e184
BLAKE2b-256 087fd28e64ce85604635da2870c99ac8c8c3e078aaba1f132ecea239f65f0030

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 358f497682cb5d57f0dd107944f7a2167226d31fb5211cfd187ec16cb5275355
MD5 e669eba408ad33a71fe1e7359f7992fd
BLAKE2b-256 5d06aee9f7315c00c77e1f3653d44a356c68c2066bc1de516c1bd473b6d827c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6d452dab6bd9dedecef4cc4a0ba22203f5c4273395fd7896fe9ed0cc85643b11
MD5 9bfebc8f9be2630a3d120ac869165095
BLAKE2b-256 02a482063779d7c6c56136b8217c022f6d95c490d73ccc78ca5e57158fd91855

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 552e37f08514778d98b6d27aea2abd80efca19c4812ca6388175fd5e54d08229
MD5 fb81587c1a774cf50179fafa723d67c0
BLAKE2b-256 dda8afcddbf964add57569cc0081e99fc968e1bc9d65c34612e0a63ec2085606

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 049732fce70dea6246f035027e512f7cbc22fa9c7f2969c503cd0abb0fcfc674
MD5 3155e667f7a34e2c18bc2678b3af1dcf
BLAKE2b-256 79c0f4b5c894335bc7d276e5be58d72e24811db8d5900dfdf37069528d65b73c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3a0193237b274faf57492efbeecc9be5818f3852f186ea5c672490b49da4d124
MD5 72bf746cfa2097d7471135ce3f3969c5
BLAKE2b-256 805a8997a1e00fcd75db5a6c1243ee512f174a2e266f0017d2a209de36007cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-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.20250805-1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b533077b8a1c120c5f446e6734893d2a18d098e3edde149dda6a9ff9a3e2e7d2
MD5 9434122d8c0218333d3f2f11b2f2be49
BLAKE2b-256 7e27f20d98d5121479eed67127eafb3ed99531d9bc43fac2e75e04938950b2ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 19689531ce9839813035663df68aa49074c92e426b20095e5e665521c55c1cab
MD5 ca3cc4719b230307ddcda99692b210e8
BLAKE2b-256 9ffef1a0966c76a52467879f951ba1ffbbc5f2a4a0ecc2f2c2e40b131613b9e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b5749bcbb363cdfdff5da14aa0c53de28f918662d0b6f546af31f96c8fd46dd
MD5 9062e9b1d11b91830788b8c288c705ab
BLAKE2b-256 5fad7c4e61bccbfaf036011960ebbc8743971a34f1bd1b07d1f379b2feb81296

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_27_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.20250805-1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a90f090081e415ee182a01f4113076ad5707c5501ae985c8edc5bfc439cbdee6
MD5 aecb162ab633b4eb337de30c7264e34e
BLAKE2b-256 2be314c2999896aa5bc111a18fe41c56283f222179076c52d515ea5c3e0043ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp312-cp312-manylinux_2_26_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.20250805-1-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a848f44752286372cfb0ff225a836ed7b02738b29ca31ed3c58e70dc7d584537
MD5 da07e7a5b9f5197a8c719d7eb5e23cd9
BLAKE2b-256 731fd3f04e5c66c2bf235cb449f4e7372596375f6a8537eaeaa35f076927bd0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9c17c678b3bf2ca874c74b898a21b534d3e60123eda8ef18dde1c1932d142b1f
MD5 11eafcf3662dda579608c2a0fe57d3f8
BLAKE2b-256 dcc630d8c5988c640d6de7a9b0739bc33d9b2a4d00bf12a7e6c0abfebc0c365b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 13e8b83655fcb97d7190d8c07a2886dd5bf9c55935419c98a4b7f09cc6e2019d
MD5 2a458640b4db9d4c97565c6faefcd426
BLAKE2b-256 e9e541e316d9a160bca99f7a4bff2dc9f4a9b8a3b3b927a610fdf7717f0af2f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f45314ef7b22c28a1c43469d522398068af4bd1b59839c831033723c782c7402
MD5 c3da192b2d814b531ef6f3d7ba810689
BLAKE2b-256 b996ca6f0ff5693558ba104007cf7cc8187d3d47c5d01af06c4204bbe9d8d160

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d26aecd8850ec469bf8ae7d3a1ad26b1b1c0477400351ff5df181ef5dff68f0
MD5 6274d4fbcfeb9aef340eb2415fb14038
BLAKE2b-256 ffe3b4db34e633b0c5c880c2a3371eedcab600ea0c04a51a2509cda09c913e1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39f81ff026701533593ffb43acd999d11b8ff769d2234e2083c9ae38d02a01a4
MD5 f0c97ce47cdb9be048aa88ce5a2a1656
BLAKE2b-256 78b55ed6ffcb1f33348e7f212819d1082f125bd224c89aef842b78b63f9a97e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 50495e5f783e0c1577384bac75455a799904158b5077284c70e6a9510995f3be
MD5 dbaaa198a6a81375e0e954332cc43eeb
BLAKE2b-256 8dac3ed55b2f70cb1b091a59c5242376524e68de88d0280ea0be7c8f4754a37d

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-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.20250805-1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d0669fed9f9f993c5cffae42d7193da752e5b4e42e95b0e9ee0b95de9fcd8ad
MD5 6f8a30237a7597550e491d40a3c179e1
BLAKE2b-256 d2b81c4e100d2b1dac7c4ab52d18b8c3060a835f1e2b9dc0802024313fa69277

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2cfccbbd8577250406a3a3ff1b5d3ee21a479e3f1a01f78042d4d15c461eca1e
MD5 c646f35adf8a07c94e7b7fb064dfaa77
BLAKE2b-256 af0a1dae50eece5fe4f53503f47f8535ee7f8667e2f84dbbf87f0fa8942678b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ffc79fe2f4be9c5e3e8bb04c8e84e0c9a27b5f08ad5103779b084005e99d220
MD5 6bd598f41169416a719c72dfee2b3c21
BLAKE2b-256 9697e1648859b140b76717319a8d8aceec3365e354ea9ff0690d0fbbcb5774e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_27_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.20250805-1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52a153ce37ccfd5429257a91d68f4338fe2809711bff64c7ab84c97ddef2de25
MD5 ffd2db309a4ca647381410f6260d4237
BLAKE2b-256 b8fe33e357bb8d090a4879e9e257be577740d1b5d762686b4fa448f050b15caf

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp311-cp311-manylinux_2_26_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.20250805-1-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 336d6830888ea2abdc1744d201e19cf76c4f001cf821bed3e8844c1899bcbdaf
MD5 f03e6ddb2fe35eb6d20cd6f49160fcb5
BLAKE2b-256 1c88cb3647eb92c991d93fde8b1fefddd52ff3bb45a5d1c20185e2fd24e1e5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4c1e5ec68dfe2e0866f14468600e2e2928dcfe684c0f2fbeda8d16f14f909141
MD5 a3c6d1d35ce729e2c5e0e1e5c009b85c
BLAKE2b-256 389729e8097e449b0af993acd7d7d658ecfac3914ac501e6c6d40ffcebc03b8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 c6b5550a9767e444b17a9c3c4b020c51629282748d77244d833aacbd765f28fe
MD5 91d1818778ecb70e3debc890e7e11ef6
BLAKE2b-256 da047a3361618217d401203a9eb34712c824e9645f7d2830d1e804eb9859374c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c4f72b275ec6b5ef6e3215dab9392aefc2e8f8590d0c3d8b266e6a913503d2a1
MD5 9ee2dec3872405f0b7116581dd8ec3c8
BLAKE2b-256 302581672efc1d0cce43813e0b3bffc14c3d32e102cf254c9d280bf4e5194664

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bfacaa9b274871796bfd0750e23f804ff632a5397b830c640449d3d57b3d148f
MD5 8d2d3e69ac338882bb65f585d881d342
BLAKE2b-256 23c8994a5fef87eb977d06ff8dfe7bb59ba31f535d3f2622334b6b32f1b65528

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e7f7e960002c702ae2c0aff3b8db895ded37006ac7aa0c158743fb20dcd485c2
MD5 e83f93913c6f98cdfae61c7c93803dd7
BLAKE2b-256 ec6fc99a04f13114282362bf73dd1a79e96b92ed80ed47bf1f57744646753e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8c6da22b158459e5a592fcd66a9e99347f517284d91d61b6ff2befff3eb79339
MD5 dddc3165f7eb4c9fe136d330c30a4633
BLAKE2b-256 a8ac21473b4de4a829bc9822d810fc1a26c7abdbee76c60a915a8ade0dae6372

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0bcf2acdc32a3890ddfca87fa846806b6db200a059a83ab114e6ab390beaf10e
MD5 7bbb2ba8c7185fc127f7d20ad8e093cb
BLAKE2b-256 4cfcbd56b2133ce1d6853e4abafa89685860eda725a2fe62c233a30cfe928abb

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f2124ccc4e06c1841e18360edbc379f050b8dcb54096293e2e6e90b5f913f92
MD5 a3cc414d45c799c694a3711f25088b4a
BLAKE2b-256 51e2f99887835200a961a957dab4208d00ae344a8906ed9e0bb1ce578aec87a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_27_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.20250805-1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb56c6e7c8fe2eaf045b987dbf8dfc979f61a21e6446dd8b3c0e4028f9ff8611
MD5 6be942b4d5aca94259726bbb0c46991d
BLAKE2b-256 6834997ee9e113398c5ca6ec8bb5c2d210e7931e44b1fbd38024d09dabd2ba9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp310-cp310-manylinux_2_26_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.20250805-1-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0df2591355131457f9a008b3bd8fbdb104f8344b75d150fd90ddc0bc19b80935
MD5 d42fa247a54c7f23f22699054e6f9f65
BLAKE2b-256 faad8768a99b2b79b14806b7da89f783f6828f540469169066cf3a7bb16cbe44

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eaf8b912020ec9bcc1811f64478e2dfb82907e502b718ad4b263045820519595
MD5 c5b7a4bebf763f2b09c61f1e95cfae68
BLAKE2b-256 0b4a651971a6ece6a85ff6598bcf801cb0c7ee20a251b9631b7b5d4886642818

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 46eb32ca99136e5ff76b33195b37d41342afcc505f4b60309a4159008f80b064
MD5 5b24d73a11496462b84b7214b8d7ef62
BLAKE2b-256 1d78a07b752d7d879f25b6de12f442ebfd57be9acc79857f16c026ba989afad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0c43d2120ba62e8da4d064dcb5b5c9ac103bfe4cd71a5472055a7f02298b544b
MD5 dbc187552c702a7eae7884eb029e17dd
BLAKE2b-256 7356d1c1c729b7e356dd8b8224bf1873d90fa94c350eddce0ef7da775440a552

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 51b4e3c5e6f3f74193666295385b44e1043e55cf98e4b933fe11a0d7a2457a67
MD5 df7ca27547a6d62d2844b9ce8dc44ccc
BLAKE2b-256 b2b6981ae8734410617c0cb6d32b059a6833ca980bbe6e65840bc8e68f5697ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7d2a7dea1448733184a99516a41f28ffcfc9eda345697a14fd5c6d8144b60841
MD5 776b21e86cabe20a4c08ad1898cc359f
BLAKE2b-256 929ce120dc14daa0b6d5e0ddb659e0f132292abf22fad3563c017b73ab549a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 65dca27d5a65ee478c00ec8d4080ada680ada7d30552f91fe515ac57b18689bc
MD5 eb5494a54d5978b31a0ba323204ca4c9
BLAKE2b-256 9cec83546e532d74931c28e1711a259f2205f63e27e80ce5398c411a7f600c59

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 90d2fe1a1b1a05d49c3bbc88510dfe5f7b6e9325c48b4e079fc84fb09ad1b043
MD5 24022bef45d60916f0411db53263eb6a
BLAKE2b-256 c763c0d535b10b7f8ee1e8572b0b2c9e682c39caf78c1fdcdc5f79d8be317f03

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a225474f2f985cd8f93a133dd8d0288cd6f19827279a19838b5147f61a5a688
MD5 8e2f4bc71f4f9cd70d179227befca0da
BLAKE2b-256 51ca1a326101a1b2524d3dd08c3a18cfd028cdc4a766637fe5009e8c10fe385c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_27_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.20250805-1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f763fdb3ca87e718f1c529188f119d84d6378f490c93b25c3b4719b4c848319a
MD5 ba878538bb82d0a5588cafba47dd8300
BLAKE2b-256 bba2d21c5d112bf8f787557bc2cdcb894e3015e9f06dcf6e7d0e88e7c1aaf0a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-1-cp39-cp39-manylinux_2_26_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.20250805-1-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 76176818b2c0cc77dfbe13c8067744ceb88d38c1b5eb8c517e29b875ab36fdb1
MD5 67225654ed13f1981e92dcc84228357a
BLAKE2b-256 8363dfc7ce9dac77f0537078e6bd83a4a197660aca0261dc42e017813acaa90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8da72200c0a2cf91332058137c9288074188bcb30f015ad3358be1aea8a042a6
MD5 1305a41c99dd228ac2ec9c2e687334ea
BLAKE2b-256 a3e139b724953c179034a3cf311dc09dd59cf241dac5b7c0aad84228788e188a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 df12b5575e63c1c53ccefef03ff7994aa693ae8dc80eede2e8e6abc4ee351b37
MD5 4b4802bef2a7824b1996acc57dff6393
BLAKE2b-256 f36f5e5868fe3b5e52369d2c3e7ea581d36c5bcc9811fd6cd705212cce05533a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 486467c4defdeaea5988f368a29596accf74c89a249906152f4be68038349234
MD5 0d7f2750b00b52185347dea71b64c699
BLAKE2b-256 aef43dda1b03879f064fd6d0c953b8ba7543653602b6788b8927ceb92a84618c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 10366ae2b7de70793a39c9c5c906828674b25d014685c0c162cc29dd21a312e3
MD5 605772cb0c1f4bcd197e2dbf7c93a5e6
BLAKE2b-256 efa061802fa83d85c202f4cca2d2f75349aa427c9f635f00869c23a01139716c

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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.20250805-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for google_re2-1.1.20250805-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1cb729cba2c6d31c325a6f485119c087828033eba6f9b49f2fa7fb922f01fe75
MD5 223024e6bdd18a4fceee63b9e35cad7f
BLAKE2b-256 0a2168bbd19e9657154e61d89263344a3f192f693dd9262405818d6f2aa1c62a

See more details on using hashes here.

Provenance

The following attestation bundles were made for google_re2-1.1.20250805-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