Skip to main content

Python bindings for Hyperscan.

Project description

Hyperscan/Vectorscan for Python

GitHub Actions Workflow Status PyPI - Version PyPI - Downloads PyPI - Python Version PyPI - Wheel PyPI - License Read the Docs

A CPython extension for Vectorscan, an open source fork of Hyperscan, Intel's open source (prior to version 5.4), high-performance multiple regex matching library.

  • ✅ Binary manylinux-compatible wheels
  • ✅ Statically linked (no need to build Hyperscan/Vectorscan)
  • Chimera support

Installation

# 🪄 Installing libhs is NOT required, because python-hyperscan is statically linked
pip install hyperscan

Build Optimization

If you'd like to use Intel's Hyperscan rather than Vectorscan, or if you'd like to enable native CPU detection to build optimized non-FAT libraries (default off in Vectorscan), extending the manylinux-hyperscan Docker image used to build the binary wheels for this library should be fairly straightforward.

API Support

python-hyperscan currently exposes most of the C API, with the following caveats or exceptions:

  • No stream compression support.
  • No custom allocator support.
  • hs_expression_info, hs_expression_ext_info, hs_populate_platform, and hs_serialized_database_info not exposed yet.

See the documentation for more detailed build instructions.

Resources

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

hyperscan-0.8.2.tar.gz (125.6 kB view details)

Uploaded Source

Built Distributions

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

hyperscan-0.8.2-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hyperscan-0.8.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp314-cp314t-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hyperscan-0.8.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hyperscan-0.8.2-cp314-cp314t-macosx_10_15_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

hyperscan-0.8.2-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

hyperscan-0.8.2-cp314-cp314-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp314-cp314-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

hyperscan-0.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp314-cp314-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hyperscan-0.8.2-cp314-cp314-macosx_10_15_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

hyperscan-0.8.2-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

hyperscan-0.8.2-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

hyperscan-0.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hyperscan-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

hyperscan-0.8.2-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

hyperscan-0.8.2-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp312-cp312-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

hyperscan-0.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hyperscan-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

hyperscan-0.8.2-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

hyperscan-0.8.2-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp311-cp311-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

hyperscan-0.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hyperscan-0.8.2-cp311-cp311-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

hyperscan-0.8.2-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

hyperscan-0.8.2-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hyperscan-0.8.2-cp310-cp310-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

hyperscan-0.8.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

hyperscan-0.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hyperscan-0.8.2-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hyperscan-0.8.2-cp310-cp310-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file hyperscan-0.8.2.tar.gz.

File metadata

  • Download URL: hyperscan-0.8.2.tar.gz
  • Upload date:
  • Size: 125.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2.tar.gz
Algorithm Hash digest
SHA256 1724e87e8f77f033a4592dc2cda7aecd10c91dfc718b55fa5379d0c95cff28e8
MD5 40fda890e25c8b3bc16a832dc7d6502a
BLAKE2b-256 c32621daad311299a416059cf1919c51410573180cf7133b42927693f19c0af7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2.tar.gz:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f1d727a45c739315ac02d7e2ade738e63de9b03f6b021e00e18824544c2736ee
MD5 0df76c1424346c69425a51086f465232
BLAKE2b-256 fb7a8829ef6cb1d3b9137ac14a06d1e694742fceb5d50528034fa4840582d47a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 399a1ab5698e964ee2675bce5a0f175b28cf2494e15660777360e61a65bfea20
MD5 e0a0e64e42aeb2a3bd57844750f416c1
BLAKE2b-256 b32e3872bec15c2a15a08491f178ced850b95f794c2702f4701829836abff60e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3c8ede76d732ca8daf75bb93a3edfc1b6bea38ffd19dcb989f78159f2f5550c5
MD5 39388790c5daad0250f5e21bb0d57c8f
BLAKE2b-256 3e6fac64a368ecc5fde5e4d4498ad91d638baf0a9f324f25ea2205acf49d94eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c23b9fe69fd65b70d62a4b63287d25a448def8128ce078c8c73d93f516c25f8
MD5 ff10e90c95c5d6a5d51b3508118b57ae
BLAKE2b-256 80008a234cec06d7d01656c2a81bf21d2a3b49b6217f695de3efa88fa0e6d87b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 087bd427d35d21c813977cb3f4b053cac7627f4189c99ebf07c58f2c24a9f4f6
MD5 aa1f2d90d7507b639f21e6f27f38d3df
BLAKE2b-256 5f0aea830ff2b5c0f2bad632f5cadef67170a2bfa82b68fb426113f414d67770

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2b87370fce6d263fadd3e7f29cb9312e6bd23246c1f368f7a798cff20acea2c
MD5 4df826f84026bb0bc8308a21a2beb106
BLAKE2b-256 21cb752517d150f13a25642356782bc6ff347780a082190886aeb4df294cf053

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f786cce45929f6e89b65c51491cf0220a2c0aa3986a4de59add1544c35a4eed8
MD5 0375466bfc19a4b127408e9b7606cb01
BLAKE2b-256 0b129e64ff95f12c59160caffa89f7bc464c9e333e085bd8a3bb2b5e9724ac91

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3336020dbf09fccb13a31214bd9144b90efdb5b7d5dbfb6bbcb4ffdf766b089
MD5 e54204f108b99fa641621061494b7b7a
BLAKE2b-256 c0459fca5f1007fa73c5543224a51c2ac54061057efd5f605fa73f2b4491d4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 db1746044bf93d678d659b54c27a89db908ece22d9791356be43988b1595708f
MD5 94b2997d3f005b45d99e5b592cdb4482
BLAKE2b-256 804ce8efb8f89beb77a650c6a0d6256c8b1446741ab527887f89e9c7650a8336

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 97901184d32f3f4f55942a95554eefa6ab518d3dab89ac40fbc671aa3e74cee9
MD5 b2257057216c858cf92cd43eb239eaa6
BLAKE2b-256 8cebc3ce0663887d42c91c866c253968bd487130fce8803d6f3d394f2f867ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a15b320331397174dc3bb2165cb777e17efec63ca98e6e2b0e746f1d91783eb3
MD5 b02ae566990dcc765e0ea33446e992bc
BLAKE2b-256 270db4b7d35ffb318f2c1dca5386a32cb81dfa1bda3b6531ec5e00e9ac212b23

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e3a50d4ed6013ee806b7a1d9df3b7e4e9bd3cdb1c100646c1108099c65c0e49
MD5 6bd1905bd74828b26e081bda931b796d
BLAKE2b-256 29a0b87aca2d65a25f1bc86b6a9feedae742ce46fa28130d71d527073f14e0b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a89fa851d005e1da98c8e86eafe833ce3d6eb94403a28ee2474c76a0d3549c8f
MD5 177c9fcbc5c4fff2dc84ae76b8cb118f
BLAKE2b-256 7559efd759feafd2e43e7e3d5c70ff9ce432f57f8a7ae99e118323f5a4e07b48

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0c0af5d882bd6afb61e2b9a13c0d39fcbcee49c62f392096d6303bd34452813f
MD5 ffea86c9f3dc4f416418286b2c5b7135
BLAKE2b-256 d02349cf8ea1d129637941f06fb78f5f66077bf362762c5f6c01712c4cd0e87f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e9f8d1ae2c9596385d906e062b9e0081ae843e3975fd4a656e5fcf6bbc48c13
MD5 5e1e0b3e2a03ca33261eba36a19011c0
BLAKE2b-256 d8daa8bb48a4fee86b5dad8a358559b70b010cd7effaa70ca5bb4e6e82e13703

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2c579c1ebccc384d904de4a20e7a105df6041dd82adb54cb9acd5bb19b9b07dc
MD5 4c91a51d03ae1304a575cacb363bddbe
BLAKE2b-256 22ed9c45c468fd6c31df3fe0622394b1853c00b86545d1e297f3fb9fba1232ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7d5a6ac08dab6c9879c87221858371d63545c08920e09bffa258a555843f6ef3
MD5 73c20cc20e91b3c1e562a56000753d53
BLAKE2b-256 e8629e62e22214b47fbd42c58397691d119cb73c0e60ca6a932cf597aaf65f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d94495f8be1c0efe9e24ca3f10796c23921f8556a53b20d5619d4e96861d2f59
MD5 30a0259f3bf11244d276e1965406fc5c
BLAKE2b-256 d1bdb0afe3df17a843a9df3cd60e6a63b31b6c3d5a672f5641eb64eeb91a1707

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1055fac1eec046bfc67254d4ea900852597b2eca8e7219e3e558fb869c48100e
MD5 dbafafecaf6f31eef98e59f38f438c6b
BLAKE2b-256 a725e25ce2c7b76d758e3ca8013e1df3c7388240e9f72e07f003ce55f0fef628

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ec49927002a38ac767d0f18e17135602e493bf2f720548bf7d43a3af2f810a0
MD5 b4187a794005715ffde3c429f708d1f9
BLAKE2b-256 480fd0014ef543ef7327c437337905acbba271632698bd755673126d698bb1fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 177692a7688e64e1c77f0af5f23eaad937c452798cd15c0db86bf98b5dce4671
MD5 850213c52b30d4e2e1ea3cb7b908bb01
BLAKE2b-256 74d744b8879c6e6e5c32f3d47f6be425778bd4124a5f19d0d30610f60a61f817

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bdac73df001759538f9beee957ac2224739b5ac49814f96a6c3cd2a1fcdafa0
MD5 8a6dc10dd2e1b4ab987d37aa2e164b73
BLAKE2b-256 e62ba222d1cce1d203ef9c14ab48d6b5d8c9e3c457a7ebf29ed8dcd9b5ff9193

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4fee39d8af5738e51dd6aa3684ffcb1c782dfa907a7a64f50c599635e80606dc
MD5 cae90e477d2bfeb1ab1afec834d34bde
BLAKE2b-256 fcfd34ed5d1ddb1b0ad384a05b5afdb1f302c145cb4bb885a1cd91266be04740

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d4ff62248d770d99b789cc1cac83b197da3efc0f1fefda943af2587c66aea4e2
MD5 ba9429a2cff6922f97586727143938ac
BLAKE2b-256 cbf24b1707df64cf6a99c70fdc2e721f85ee1ea950cddea7567c176aa31eb8ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f1dc2af1ab796184af1561327c3762a8f8f6af55e5d31bb918f04fc7ccc2c79
MD5 fa7f4559c422fbcb871145daf5843ac9
BLAKE2b-256 46edb7cb598f945e357224f3015a9145ac02451690e367707e31a282c95b3ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 895af7f56f004e9e8026553d0c5b60a4ccb96f5d5c052f791903281c7e4447c7
MD5 8d0732d19292de1890f637ba3ac89a06
BLAKE2b-256 657b476ef22ab2545e78369a562851b90ebc2ee7e268b8c14ba4635644279f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1504682c0093f17bc6dcf816ec02b35064fcce466eef33a78a3af2928c136a74
MD5 11e1e1dc9bd035a68d3f035597071ff4
BLAKE2b-256 40cf2827d66dd4e085243d1df00358100adc5f3f0e0da9fce0667aca4340f8e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7e3805b7361601b595f2ea3a55846bd5aec5aff16eced10dee294c4a0611d030
MD5 bcc14de8dd13d9a0483abd5f9ba113e0
BLAKE2b-256 e42605ebcfb4053337b2cc53f291d5898abc641348a51b6051130e80bf2a46e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 896576e389f3ef6e2af57313734a168f91c8447cb1196baab880f7f32cc54865
MD5 eaf2806d6633acab98b3ab6abb8c07b4
BLAKE2b-256 45de759613ef35f95b85da57d7e589eafc27afc5bc9cf0b6137d6cda3c64c49b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a1a755ad9fc4009d6e4089690d6bdc5ff8d88f68d5722d785262873c71d366e7
MD5 0efc33213ada7251e28b6bb75c906a88
BLAKE2b-256 8ee73ef1af7ff5bc3d7f982db7503c56235c7047579671a49579125ac5d3a925

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f8698b77fe8107a693401bb34dac24fcfbf8e2b566cfba910550b71836c7492c
MD5 9bf0455c1feca30a411e0ed68dd64a7a
BLAKE2b-256 8f56ed521bc605fbda551da92e001f639dd20465768a3df29bf8670bfce285e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0498ffda7f6c2c925880fb7aa76cd3390ec1e483395f5f3688f006c6744d2fe
MD5 6dc13b52e6c892892b6e5d5d9a05171c
BLAKE2b-256 3a8d40eccee260db88480a43d3cb70ede3f6e4ecd5ad98483d53712083a83150

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3f0c31f083e6e01a4a3dd5531b4fc15297b5861f7d0edd42bf996b5977194ee
MD5 637c49b02f3dbf1dc5a6f2dfc10f75b0
BLAKE2b-256 c4846504e247965f5e756e1dd4ec6b8887dc66721cd1be93f9360b5d54feb817

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6519ed19d4ea003904dabd03840460a6653f0f6878c1e0f4b42f8496f4934c7
MD5 7f013473c37698be7f88b4d5b777ff38
BLAKE2b-256 ef10997daa5580fcf489c4b4acb31d48a24ce94ba35ec432760e846787e94bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2c5743855e603158938fd63de012e8f6c9fcea45c8e421256db5ea6724994cbb
MD5 9f829fba24c01fd2d7c5df585686d0d9
BLAKE2b-256 21fa97f2dc50e14f53a6b6161d43594340a670f38b5a670a6a8639402f68e092

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac0bcdc9fdc48e1a6be0d237a73b0f128693a8f15f1942a21d75911049a3b86e
MD5 259e287874f0fb5e70765a83d5f9a6fe
BLAKE2b-256 1f3ffa73cb7805dc5b35fc4dbefa876909d605488726f0e66f0c58830424a630

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aad242455cd389667127b4fae1dc4b1900cfed7949b0a04a8ce65fdbec58fffe
MD5 e7211acb3619b22a506ae2efc729b1bb
BLAKE2b-256 61ac3bcd2b459fac0a96a57717af1f6d0e367f4012c222c689053e4ca48a7e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hyperscan-0.8.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 98790dd787525ec1e544600d416e5be4917df62870769a92d3a3343fec6b498f
MD5 f57de0c8fa1eb5b1559b26e251a67124
BLAKE2b-256 11e04ce7448d28b3738ec14fa0e5b79b5f122fd0e02131f8b88982a436f2a490

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb9ad9a7d08fe74bce8e75dc853ad29959b93c7ec91904da5fe9f665638642fd
MD5 12098e4a403474f621dfb90266248ca0
BLAKE2b-256 292dab83ccba19aa61d944d3aedd7fad3e4e6f3418c0fabdc82f1cb6137dcb88

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2adb6ff1c7f5ba21848018818b924af17bf8106050bccd8954fb7f00473fda7b
MD5 f91e942c6c167b82463f973dee157193
BLAKE2b-256 ee634deeec2d64528f6bf12798101007d32ae91dfaf9899571f871d9361e579e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c70f9953fb16f846371d5a563718f9fc8247964a49f48561f272663f5c36db5
MD5 3f11934e34c942e287d0d62aef73de54
BLAKE2b-256 e95ed822515b762b62804b8878740c78734cf1a9ecfcc2f64c89fcb39b9aa0a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8072cdac8fcdec0cb128330c90effc0d73bdb3a9cf0d43ad74fb2405f083248a
MD5 decec31c6c70ebd1671f28c7d1144616
BLAKE2b-256 429cbe0424a28f82ddcdfd8ff4072216c28cad534d531ffb0a75a7aaf62ae2c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56a515703d59a7ad8ac3ff71aa67f63c91f6f7ae531313cbd9fa56702bb427b3
MD5 50a7a606804419963b1466b44712ba33
BLAKE2b-256 78c32276e4c52dc3261c1a96438dd240809d1b8ce0ecb18aab5bc90211219bde

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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

File details

Details for the file hyperscan-0.8.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hyperscan-0.8.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 caabe9e95dc228c8af774be0e9cb566679727ff16b46c56c7ade7f8f23c0b422
MD5 b7f451061c2092201d3024b1e24307df
BLAKE2b-256 c654fa1e1d7ebca4b652b7f4fc1bae489dfbb61ac8f48dcba376476d9fc5ce76

See more details on using hashes here.

Provenance

The following attestation bundles were made for hyperscan-0.8.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on darvid/python-hyperscan

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