hyperscan 0.7.9
pip install hyperscan==0.7.9
Released:
Python bindings for Hyperscan.
Navigation
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: David Gidwani
- Tags regex , hypercan
- Requires: Python <4.0, >=3.9
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Hyperscan/Vectorscan for Python
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
, andhs_serialized_database_info
not exposed yet.
See the documentation for more detailed build instructions.
Resources
Project details
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: David Gidwani
- Tags regex , hypercan
- Requires: Python <4.0, >=3.9
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
macOS 11.0+ ARM64
Uploaded
CPython 3.13
macOS 10.13+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
macOS 11.0+ ARM64
Uploaded
CPython 3.12
macOS 10.13+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.9+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.9+ x86-64
File details
Details for the file hyperscan-0.7.9.tar.gz
.
File metadata
- Download URL: hyperscan-0.7.9.tar.gz
- Upload date:
- Size: 89.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a2d2f08c9c2f0c1cb7c336a62e076ccd819365ac44b6722f963b9fee0d421a9e
|
|
MD5 |
c6d1740268c94ca1303e5b1a6d321388
|
|
BLAKE2b-256 |
2f8ad6ad413dff7e687e64871a56fdbb6f087d601f3fb1aba59eb6402916db70
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9.tar.gz
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9.tar.gz
-
Subject digest:
a2d2f08c9c2f0c1cb7c336a62e076ccd819365ac44b6722f963b9fee0d421a9e
- Sigstore transparency entry: 211537036
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
49a8c0d925036a0e4488c4ff4bfbad2ee31b1e176294df137e9baf061f076762
|
|
MD5 |
a2cc34ab8302fd5cc8ddc3c3ff7158d6
|
|
BLAKE2b-256 |
a5f9d3de79c22915a9cb99747e7e5aa9461a849e812ea11f287aa96b26c3b3ad
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
-
Subject digest:
49a8c0d925036a0e4488c4ff4bfbad2ee31b1e176294df137e9baf061f076762
- Sigstore transparency entry: 211537114
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ea29d70b71da93d9426261ff4da7ac0a23867202b91349215e957ccce901c3e4
|
|
MD5 |
742b2feb7dafbd4eb3019ecc41820108
|
|
BLAKE2b-256 |
db37e8ef526864db03307a4fa51153bf21a41ac98b8a6e7c44c9a32a11bbfafb
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
-
Subject digest:
ea29d70b71da93d9426261ff4da7ac0a23867202b91349215e957ccce901c3e4
- Sigstore transparency entry: 211537109
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9b725c2b786b8b975631efd6e318efab3e7432b853fd1b50190a1d6f9935f0d2
|
|
MD5 |
2888218b27ab327702624877cf93c9b7
|
|
BLAKE2b-256 |
0e8009820ef435acb8d6dfa541e46eeb1deebdfeee33b9cf900379b6f865db64
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-win_amd64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-win_amd64.whl
-
Subject digest:
9b725c2b786b8b975631efd6e318efab3e7432b853fd1b50190a1d6f9935f0d2
- Sigstore transparency entry: 211537077
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fa507d6bfda60c62c497dea15f16e08c4f70664069d421fade5db69022fbba3a
|
|
MD5 |
2522f1ab4baa7ea45e05c3e383489af1
|
|
BLAKE2b-256 |
2f636c88d5d66dc8735dda54ad356fd2f696eaeaa25d867633ba0b477c356903
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-musllinux_1_2_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-musllinux_1_2_x86_64.whl
-
Subject digest:
fa507d6bfda60c62c497dea15f16e08c4f70664069d421fade5db69022fbba3a
- Sigstore transparency entry: 211537120
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
47197249b35a8303085100f4afa2fca2b37a99724c336892b037dda80ad2b499
|
|
MD5 |
d910e8ab3fbf1435bfa26f392de5c63c
|
|
BLAKE2b-256 |
91839242af01afa8a3876d7989bfa613e8e2d69e2ba510f3688f5dadda1f3db3
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-musllinux_1_2_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-musllinux_1_2_aarch64.whl
-
Subject digest:
47197249b35a8303085100f4afa2fca2b37a99724c336892b037dda80ad2b499
- Sigstore transparency entry: 211537059
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6d7e75eabe972eb2276939e39d55b91475ae17405bd497cb24dd352ae9bb8b46
|
|
MD5 |
c162c03d067eab4cf0b815974c861d47
|
|
BLAKE2b-256 |
4e076de86e1427fcb184e3599c397c04860d4800efe65725b83e0fcd8fd0c1b9
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
-
Subject digest:
6d7e75eabe972eb2276939e39d55b91475ae17405bd497cb24dd352ae9bb8b46
- Sigstore transparency entry: 211537051
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
10a1f15c01cf9e5b7e8bf39a464cd86816a603d171dee1545590785845e3aacd
|
|
MD5 |
00c48acb5ab182cb9b181fd30916a913
|
|
BLAKE2b-256 |
a78f5f118bdca50538a74a7d765f2a32022d3eaface99306a45e18f3cba88344
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
-
Subject digest:
10a1f15c01cf9e5b7e8bf39a464cd86816a603d171dee1545590785845e3aacd
- Sigstore transparency entry: 211537308
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
40b8afbd7ee898a4bbbe2b7e652fc27ddfcb2a4b635a40b004ee4dab97001db2
|
|
MD5 |
b746db90b72f682910e7673db42d6aed
|
|
BLAKE2b-256 |
8148fcd64767962f2edf24c5d752e1bd0e7a6d06b0a91f566ae5f6c09799ec96
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-macosx_11_0_arm64.whl
-
Subject digest:
40b8afbd7ee898a4bbbe2b7e652fc27ddfcb2a4b635a40b004ee4dab97001db2
- Sigstore transparency entry: 211537352
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
849415a912f75875a6283812cdb3359cfb4a625e2d8d5e00f63ad3b60b00071a
|
|
MD5 |
72cb50aa449b69b77f7ab8ff7459e609
|
|
BLAKE2b-256 |
89f18ac4d2432f44984a185f2e29de1bb19ac3df894713ced3fa5b1fa7112455
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp313-cp313-macosx_10_13_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp313-cp313-macosx_10_13_x86_64.whl
-
Subject digest:
849415a912f75875a6283812cdb3359cfb4a625e2d8d5e00f63ad3b60b00071a
- Sigstore transparency entry: 211537280
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a3a1fe536c56dfdafe86a5373c3606538e2a191dd7d123795f2837f154e30e39
|
|
MD5 |
f5cdd2821b6442138626e10ace794473
|
|
BLAKE2b-256 |
f30a882bb742d17a741361ff7f5f666f2406e7b249b1791ec7a0aee1f6011971
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-win_amd64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-win_amd64.whl
-
Subject digest:
a3a1fe536c56dfdafe86a5373c3606538e2a191dd7d123795f2837f154e30e39
- Sigstore transparency entry: 211537298
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
055637b0d9904b62baad202ec855087a17e6a4ca1fd20b231298e6308449e89c
|
|
MD5 |
31ae0de8fd5486983a76e1498d1525cd
|
|
BLAKE2b-256 |
46e794d84c3cb7e92ba5f2bceb1a2ff1715cd8da77ca6c14886e0341ab6cd907
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-musllinux_1_2_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-musllinux_1_2_x86_64.whl
-
Subject digest:
055637b0d9904b62baad202ec855087a17e6a4ca1fd20b231298e6308449e89c
- Sigstore transparency entry: 211537210
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2ac9d2356e3ec9d27a5269bec7eafb920e786877ce92d50c0810591fb448e27f
|
|
MD5 |
0c28062cb18fe0deb8d5a83a977e15ba
|
|
BLAKE2b-256 |
24ba99084578b382460c5dad28fed7d77d4e536e9d5ac3cf2260ac1a707019bc
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-musllinux_1_2_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-musllinux_1_2_aarch64.whl
-
Subject digest:
2ac9d2356e3ec9d27a5269bec7eafb920e786877ce92d50c0810591fb448e27f
- Sigstore transparency entry: 211537085
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ecb4ba753d89d01fe1ac6cb58a6ad1e58e0af144ca354e4bdc9f66f490ca450
|
|
MD5 |
ec7e868017daeffe8c3d7674d9108cec
|
|
BLAKE2b-256 |
b1e053fcc9c5d71d255893cfae0f90016bc92b4b22a900b01076698069991741
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
-
Subject digest:
4ecb4ba753d89d01fe1ac6cb58a6ad1e58e0af144ca354e4bdc9f66f490ca450
- Sigstore transparency entry: 211537197
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b044703d23645ede24f5848772c04f19d0eae122ffb69832d94efd7c16ceb453
|
|
MD5 |
c610d7049373220b279bb39d392f85ee
|
|
BLAKE2b-256 |
312385eb4907ec201b241b129b3874328a1ee4e76f3db7bf25575cb4f4c02146
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
-
Subject digest:
b044703d23645ede24f5848772c04f19d0eae122ffb69832d94efd7c16ceb453
- Sigstore transparency entry: 211537267
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bfb141c4b96277a0cffb4f144801780afcf9c53b13404c1ff6a44b468d55653f
|
|
MD5 |
e8569159f1b8a63bb3455df92cc3d36c
|
|
BLAKE2b-256 |
14b8a9a0a5a16c2499d8c026beef9ddd686bb5fdb77a62fb94eb9bd5efe68823
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-macosx_11_0_arm64.whl
-
Subject digest:
bfb141c4b96277a0cffb4f144801780afcf9c53b13404c1ff6a44b468d55653f
- Sigstore transparency entry: 211537177
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3806ae35861507d6830dfcf0ac6644a53fe910e2c038cbdc45f9d0bfac0f6c81
|
|
MD5 |
f50a7852b28c40ccc4129364d193a8ab
|
|
BLAKE2b-256 |
782a3af404913c32730c71c3275941055cc3c18617757c20d222e0d0d3a0458a
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp312-cp312-macosx_10_13_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp312-cp312-macosx_10_13_x86_64.whl
-
Subject digest:
3806ae35861507d6830dfcf0ac6644a53fe910e2c038cbdc45f9d0bfac0f6c81
- Sigstore transparency entry: 211537098
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4f6060487d581acb96337e1eafe7adc56197c43eb93d7ca0aa2d2f6e0ddb9e1f
|
|
MD5 |
d19c1c79bcd73c08bbf61b580ff6e9f6
|
|
BLAKE2b-256 |
13c97865206984af641215d0c2714550bdc4a13545bccc76e285f79821a7c020
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-win_amd64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-win_amd64.whl
-
Subject digest:
4f6060487d581acb96337e1eafe7adc56197c43eb93d7ca0aa2d2f6e0ddb9e1f
- Sigstore transparency entry: 211537135
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
429e332e8de77c51f562b788ed7a6f9de28099bebc4029360bbc7e24ae66d95f
|
|
MD5 |
329dd65b6bb1d9b5056afa9ddc2dc9e9
|
|
BLAKE2b-256 |
711125951febbb48d171e79b94d048140a612b2424a7e73d35d8fcaf05cdf584
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl
-
Subject digest:
429e332e8de77c51f562b788ed7a6f9de28099bebc4029360bbc7e24ae66d95f
- Sigstore transparency entry: 211537235
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
05599e530195b2f1038f5d0a0adbe1e07ac3845aa8bfad893f5ff74d9d7bea2b
|
|
MD5 |
da926634321e26787aeaa315d480d8e3
|
|
BLAKE2b-256 |
42e8ee71422f2c6fdeedf405cc9adcb26af78b8ed30e8cec0187362b7baf09f0
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-musllinux_1_2_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-musllinux_1_2_aarch64.whl
-
Subject digest:
05599e530195b2f1038f5d0a0adbe1e07ac3845aa8bfad893f5ff74d9d7bea2b
- Sigstore transparency entry: 211537223
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a04b2eb283a7b3a11b9e6587bd6b6ab768c058b7c8ddb23f41bbafdecb800867
|
|
MD5 |
c7ea4551cbb7ce0043eed28727a147ae
|
|
BLAKE2b-256 |
6e280085ebfa3c94281bad9c4939478aeaf076a30480a7616c3607839b8ae84f
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
-
Subject digest:
a04b2eb283a7b3a11b9e6587bd6b6ab768c058b7c8ddb23f41bbafdecb800867
- Sigstore transparency entry: 211537165
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b0e530d6627487b5aafb78c3a146fd64ab22ec7d07bd96ad1f1de74c13d82baf
|
|
MD5 |
3b4a900cb6a97106370166080824e6ed
|
|
BLAKE2b-256 |
01886b8143a1ccf7551745d6d3d18b5bba913a2eca3eaa2278f188bf7c4bb596
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
-
Subject digest:
b0e530d6627487b5aafb78c3a146fd64ab22ec7d07bd96ad1f1de74c13d82baf
- Sigstore transparency entry: 211537339
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
115fee154219ebfbb1862a699b74222d2b25f94798b7cdfdedbb2622f5c1a5d9
|
|
MD5 |
80f4d56613786f6c1c2494dfd4f97d54
|
|
BLAKE2b-256 |
bf80565d3deb9965353d893eb95fbeee96f7405a2aed9a8bccb6b5e0e290e0f3
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-macosx_11_0_arm64.whl
-
Subject digest:
115fee154219ebfbb1862a699b74222d2b25f94798b7cdfdedbb2622f5c1a5d9
- Sigstore transparency entry: 211537044
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e073f464e8564de30955b771fc68b620ca2d1a20329d446e3270747338dd0073
|
|
MD5 |
2ba5dd930e9350b3b31130868af81eab
|
|
BLAKE2b-256 |
238f5ec7076eaca313bbf61e3507ede4fb1349857e22b01dc85f4acda71f68c3
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp311-cp311-macosx_10_9_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp311-cp311-macosx_10_9_x86_64.whl
-
Subject digest:
e073f464e8564de30955b771fc68b620ca2d1a20329d446e3270747338dd0073
- Sigstore transparency entry: 211537249
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c8a427cb099594e480ee640fcc936a32f73bd5665fd7d1a982c2540ae53a25a2
|
|
MD5 |
10f30db9a908f6bdf41e2b37b9ad3799
|
|
BLAKE2b-256 |
6188a872e6376c79d7b75a9513837104144c5b182b38f0dcfd5fb1c2eba634c5
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-win_amd64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-win_amd64.whl
-
Subject digest:
c8a427cb099594e480ee640fcc936a32f73bd5665fd7d1a982c2540ae53a25a2
- Sigstore transparency entry: 211537129
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7a280dbea7b1f1468bcc32f9db32bb9e57e37d8c5e2373244b9aad3ffcc82b6b
|
|
MD5 |
9bfec57303ca2458d17b2ec5b7c09b89
|
|
BLAKE2b-256 |
0fdda035ed2f4a202fab822dd1c54144ea1e336f3ae3d84c9ea1144b5f2b3b50
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl
-
Subject digest:
7a280dbea7b1f1468bcc32f9db32bb9e57e37d8c5e2373244b9aad3ffcc82b6b
- Sigstore transparency entry: 211537068
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
46eb632b8f4848dc1fb4885eedc4de683629473684cf82cfbcd69f0c45708830
|
|
MD5 |
8d83d3d545bb3f7ea6ac94671e9c5f70
|
|
BLAKE2b-256 |
65ef923c550e6a377218774776d55bb399368d63bec4e7065a5a9abbdb0abd32
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-musllinux_1_2_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-musllinux_1_2_aarch64.whl
-
Subject digest:
46eb632b8f4848dc1fb4885eedc4de683629473684cf82cfbcd69f0c45708830
- Sigstore transparency entry: 211537319
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
442c3361f1ecc4b28fbfcd2c343a4c5ea369c91a9d6782e043e55b893b144a83
|
|
MD5 |
31e85bd2207e0a62fe8329c63def3e24
|
|
BLAKE2b-256 |
616f6b0426ea424a5fa6c8a2a9bd690db7443e16ade2d55f3366d6837d42e522
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
-
Subject digest:
442c3361f1ecc4b28fbfcd2c343a4c5ea369c91a9d6782e043e55b893b144a83
- Sigstore transparency entry: 211537142
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3b02a5a32a61bccc50254e84e3e7259126beb411ad45d8a5c0326a0fd30e04bc
|
|
MD5 |
ec9ad149b979570e18d58c3f45f6fe48
|
|
BLAKE2b-256 |
f3629488e2cd8da322aa52c70ad5f5b6c788a4e8c746b03a51297a330b340efc
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
-
Subject digest:
3b02a5a32a61bccc50254e84e3e7259126beb411ad45d8a5c0326a0fd30e04bc
- Sigstore transparency entry: 211537363
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0148401f934aa53bf0f0801981670dfd3d3c056a02bb5e396eab1e7c982fa432
|
|
MD5 |
a859b8fbfd42ea815d84689b19f21d7f
|
|
BLAKE2b-256 |
6a97c6cdbbc3c2f1d85a3402a69613039753eed5dd74f0645a57d80dc7919adf
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-macosx_11_0_arm64.whl
-
Subject digest:
0148401f934aa53bf0f0801981670dfd3d3c056a02bb5e396eab1e7c982fa432
- Sigstore transparency entry: 211537329
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file hyperscan-0.7.9-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: hyperscan-0.7.9-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e6271b8ce8d3f1867f082aec627cbb10f5c03dae20d20ec7ceaa37495c48d14
|
|
MD5 |
b36c4720a7bcb3548557a5f7199e03d4
|
|
BLAKE2b-256 |
d35dd56fd65ee6bcc5a2e692b3b6a2d566219f9565b650c1caff2860a992bdec
|
Provenance
The following attestation bundles were made for hyperscan-0.7.9-cp310-cp310-macosx_10_9_x86_64.whl
:
Publisher:
publish.yml
on darvid/python-hyperscan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1
-
Predicate type:
https://docs.pypi.org/attestations/publish/v1
-
Subject name:
hyperscan-0.7.9-cp310-cp310-macosx_10_9_x86_64.whl
-
Subject digest:
6e6271b8ce8d3f1867f082aec627cbb10f5c03dae20d20ec7ceaa37495c48d14
- Sigstore transparency entry: 211537152
- Sigstore integration time:
-
Permalink:
darvid/python-hyperscan@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Branch / Tag:
refs/heads/main
- Owner: https://github.com/darvid
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com
-
Runner Environment:
github-hosted
-
Publication workflow:
publish.yml@8e7fb15a1c119ecf7a8c2ae85613ff052fcb9b11
-
Trigger Event:
workflow_dispatch
-
Statement type: