RESPONDPY
:snake: Welcome to RESPOND for Python! :snake: This repository acts as a set of python bindings for the Syndemics Lab's RESPOND model. As such, it is simply a set of wrappers and helper functions for ease of use in various lab projects. Our project can be installed from PyPI or built locally.
RESPOND
RESPOND is a simulation model developed by the Syndemics Lab at Boston Medical Center to study the various cost-effectiveness impacts of different treatment options for substance use disorders (SUD). While originally built to study opioid use disorder (OUD), RESPOND is a Markov model with the ability to scale to encompass various drug use behaviors and treatment approaches or venues. This repository adds bindings and helper functions to easily work with SQLite. The original RESPOND model is written in R and C++ and can be found on GitHub.
Pybind11
This tool makes use of the popular tool Pybind11. From here, we expose bindings for users to connect to via Python.
Building and Installing
The bindings are available on PyPI! They can be installed via pip install respondpy.
If you want to build the project locally, we make use of scikit-build-core along with CMake to build the library. To build locally, you can clone the repository here.
git clone git@github.com:SyndemicsLab/respondpy.git
uv sync
uv build
This results in a wheel and tar.gz being placed in a dist/ directory. From here, we use uv to include it in other projects. Future work would be to allow for building device independent wheels and publishing to PyPI where we could install anywhere.
Supported OSes
We are currently working on supporting as many OSes as possible. As these are bindings for a C++ project, we are limited in our capacity. For the moment, we are generating many linux builds for python versions >= 3.10. We do not have a Windows or Mac build at the present.
Binding Parity Checklist
Use this checklist when updating bindings, stubs, or API docs.
- Run smoke tests:
uv run pytest -m smoke - Runtime vs stubs parity:
- Confirm pybind runtime signatures and return shapes match
.pyiannotations. - Confirm enum members and bound method names match stub names exactly.
- Confirm overload behavior matches typed expectations.
- Confirm pybind runtime signatures and return shapes match
- Runtime vs docs parity:
- Confirm binding docstrings describe actual runtime return types and side effects.
- Confirm parameter defaults in docs match bound defaults.
- Expected-failure messaging parity:
- Confirm incorrect arguments raise errors with stable, informative message patterns.
- Prefer regex pattern assertions in tests over exact full-message equality.
- Smoke coverage scope:
- Runtime binding smoke lives in
tests/test_smoke_bindings_runtime.py. - Stub smoke via
mypyin pytest lives intests/test_smoke_stubs_mypy.py.
- Runtime binding smoke lives in
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file respondpy-0.3.1.tar.gz.
File metadata
- Download URL: respondpy-0.3.1.tar.gz
- Upload date:
- Size: 174.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
516ec802993fb6153da8da321c40d0a6878e303a700d64726e7aa68681e5f03a
|
|
| MD5 |
c7007c4038d319f4a154fe78b474803a
|
|
| BLAKE2b-256 |
d00ee3c3249e38997b5e522aa3457ec644410ae49f2106b7bad0df2f97b458a0
|
Provenance
The following attestation bundles were made for respondpy-0.3.1.tar.gz:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1.tar.gz -
Subject digest:
516ec802993fb6153da8da321c40d0a6878e303a700d64726e7aa68681e5f03a - Sigstore transparency entry: 2336637756
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
556d2e245963360c67ff0cc4891571b65593cc0ca631c96371995eb612097652
|
|
| MD5 |
0f58e9583f8a3181fb2a1a13ce41ae7c
|
|
| BLAKE2b-256 |
842e38a4be89202cb6302b8a76bede88df651d541654b85e0122b677e233dc26
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-win_arm64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-win_arm64.whl -
Subject digest:
556d2e245963360c67ff0cc4891571b65593cc0ca631c96371995eb612097652 - Sigstore transparency entry: 2336638201
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e5b68b55b756c2ded252458287dab25293d3d5c3e29fb8c9c84a5504e25df69
|
|
| MD5 |
03d3298686bc204ca666511e0fdb5599
|
|
| BLAKE2b-256 |
951ab6ced15836b6a3843f405d83b8a12b6eabc5a21bbb5a27a67c73a91f36ce
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-win_amd64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-win_amd64.whl -
Subject digest:
7e5b68b55b756c2ded252458287dab25293d3d5c3e29fb8c9c84a5504e25df69 - Sigstore transparency entry: 2336638029
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
561f3205e1ba43f7bbdb61223228dd7d3ca73f39df44d513c16d6ce3ac3f8bca
|
|
| MD5 |
208648eb6ff4b87a11765eff718e86d7
|
|
| BLAKE2b-256 |
d98fbe50d4c5c00519728a27511fd30bae35cccc679ea6e7d1b483f24cc6d4b1
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
561f3205e1ba43f7bbdb61223228dd7d3ca73f39df44d513c16d6ce3ac3f8bca - Sigstore transparency entry: 2336637918
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292df0124df50921a4a10f514e5bb7e34e9b98f930236196d6871326d49e1ff3
|
|
| MD5 |
ef23def878ad9e80b3bc279f7d9e06f1
|
|
| BLAKE2b-256 |
955749033fc73039ae08eb12015ca0925d151264a00bcc35f8b42c75185637db
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
292df0124df50921a4a10f514e5bb7e34e9b98f930236196d6871326d49e1ff3 - Sigstore transparency entry: 2336637866
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1844d92903c797cdf18218cc4ce79db46983f3349313d5011a0be9203384d035
|
|
| MD5 |
f7946a04513df11e3a28af430b276c60
|
|
| BLAKE2b-256 |
0432558b9b7d86509e5bf9086510989131a72f1c679dbd80f0dfe72934f9561a
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
1844d92903c797cdf18218cc4ce79db46983f3349313d5011a0be9203384d035 - Sigstore transparency entry: 2336637891
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff9b357eb1d3720a8fc5448b68414fae7fec3851e3bcf3a96a287cbb4e0881b8
|
|
| MD5 |
bae4a78b422b55a15900e1c6e78f0caf
|
|
| BLAKE2b-256 |
876105358aef4e3a900bb6042e5541d217352fb45fa7c0c45b25e133a8e52a66
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
ff9b357eb1d3720a8fc5448b68414fae7fec3851e3bcf3a96a287cbb4e0881b8 - Sigstore transparency entry: 2336637802
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adc5511ed1e0124da71836a9e1ed3166b3de70b33b423a2a3dc71ffbcc746a4f
|
|
| MD5 |
2b67f40733797d94df16fadb32fe7777
|
|
| BLAKE2b-256 |
65a68d6562b429b8651a993251e388438944153197d25f606afa2361e40b3e79
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-win_arm64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-win_arm64.whl -
Subject digest:
adc5511ed1e0124da71836a9e1ed3166b3de70b33b423a2a3dc71ffbcc746a4f - Sigstore transparency entry: 2336637963
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b6ab958ee633f30e73a684005e0d5f3e520b20559386722580e4df130c6c1c
|
|
| MD5 |
d3a28314cf327e323f85ddbf0d324ae2
|
|
| BLAKE2b-256 |
4500f4665c28eb3be99a7f1e8ce49f960f563643d10e9a39942e45216bbec770
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-win_amd64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-win_amd64.whl -
Subject digest:
06b6ab958ee633f30e73a684005e0d5f3e520b20559386722580e4df130c6c1c - Sigstore transparency entry: 2336638043
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf7b697023a33795888ba784316a0aa49cd00b3a08b1e1612b6b6166f7d4dcd
|
|
| MD5 |
6ac6fe77374bb3867a0c4b6d604b45c7
|
|
| BLAKE2b-256 |
51d20234cc9a052a09fdcef40394110a49b4dac7441ada6de88496db932cfdf6
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
bbf7b697023a33795888ba784316a0aa49cd00b3a08b1e1612b6b6166f7d4dcd - Sigstore transparency entry: 2336638136
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8abf66a9ba9c0cabc5b4fd1f113d1f1e4f53912cc5c99379c371464c111a3347
|
|
| MD5 |
ee95f6d0b2fbca8f2a6baceca6cfeb57
|
|
| BLAKE2b-256 |
c9c333eb4eef51065bc534133cf7223be0c3f9c650223de5cad95a2d8a3bf057
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
8abf66a9ba9c0cabc5b4fd1f113d1f1e4f53912cc5c99379c371464c111a3347 - Sigstore transparency entry: 2336638107
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c605bc903fdf9d640fd884842709ef9ef8a9fd02398777e4d12eec61479d37fe
|
|
| MD5 |
392d569b684478d9b8db68c6c0715a78
|
|
| BLAKE2b-256 |
f2f34bad4b1f93633dca12e099a993d1af4eae44955dd723c529333e4d8522cf
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c605bc903fdf9d640fd884842709ef9ef8a9fd02398777e4d12eec61479d37fe - Sigstore transparency entry: 2336638060
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99fac21d5aee5fa3b54e30dd89d6c12b9735b3c2a52f112935930a2c80db0b12
|
|
| MD5 |
a71b9c3c915ee4b030c7478758af5141
|
|
| BLAKE2b-256 |
31c9e9f14e9f21282a5078fa27bab464e3e87f0a2fa3a179c60365ad1f70faf2
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
99fac21d5aee5fa3b54e30dd89d6c12b9735b3c2a52f112935930a2c80db0b12 - Sigstore transparency entry: 2336637821
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d841346d8b875dc01e0c067c080849bff555a96080cf8ad0d597e314dfa6365
|
|
| MD5 |
2417085acedf79df1aa96cb251548277
|
|
| BLAKE2b-256 |
38f78e3b1e70180bcacf15d17aa1b84a916587852cede73fe81a3891f2990c1d
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-win_arm64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-win_arm64.whl -
Subject digest:
5d841346d8b875dc01e0c067c080849bff555a96080cf8ad0d597e314dfa6365 - Sigstore transparency entry: 2336637778
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d147ad3d18a44d8c5ca5e73a593e97565dbd8162098b160d3714fd0abcc4ab12
|
|
| MD5 |
5a9bbe260e89c7b2498c68f5316073bd
|
|
| BLAKE2b-256 |
042e74de62e7a68ee020e85b7c09126e936f743d1911bd0c8352bce04404b50b
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-win_amd64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-win_amd64.whl -
Subject digest:
d147ad3d18a44d8c5ca5e73a593e97565dbd8162098b160d3714fd0abcc4ab12 - Sigstore transparency entry: 2336638181
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fb21510ca2a630a1194ad4d3641bc7f10f806a6c84b168733d1358de7bc1ec9
|
|
| MD5 |
88eb8a565f94c1bc6dfc28015bc1eb8e
|
|
| BLAKE2b-256 |
e82e7b25c45c1c178135a9f21ae41fe48eb27b04c8118525a0fa7edfb2b7bb2b
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
9fb21510ca2a630a1194ad4d3641bc7f10f806a6c84b168733d1358de7bc1ec9 - Sigstore transparency entry: 2336638017
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908b07c5bea059e15b4317c85124ce12ff2a2f0627986142e1b4dffcf36b486a
|
|
| MD5 |
031927d22bdb015f885bfc562137c4cc
|
|
| BLAKE2b-256 |
030a2006880c77ae82d1057af4646cfb35af9a79fc6ad1b7ccf4c2008d79acad
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
908b07c5bea059e15b4317c85124ce12ff2a2f0627986142e1b4dffcf36b486a - Sigstore transparency entry: 2336638158
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efb20b4d4a3174399de150b7a671a44618682ae752fcb059ac5f5d2e27e3eeef
|
|
| MD5 |
9069f1bb3f39d6d1d9293da427bcb024
|
|
| BLAKE2b-256 |
4231807685d5578b8d629fefcc1015c559f7e50d898c1a76254d4ee89ab6e6f4
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
efb20b4d4a3174399de150b7a671a44618682ae752fcb059ac5f5d2e27e3eeef - Sigstore transparency entry: 2336637984
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb9c89cd15c939d47486c4e8696e67bdb422bbd1fc571a97080073d13e28c01f
|
|
| MD5 |
5ff3e6def9de5dddeeb1332cbf2450ed
|
|
| BLAKE2b-256 |
952bde66a6a2ef0df9c1e4540c07ea9863aa2a4de69f0d86721d9a72171e16d2
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
bb9c89cd15c939d47486c4e8696e67bdb422bbd1fc571a97080073d13e28c01f - Sigstore transparency entry: 2336638216
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c349aaf276bb23fa4c13b12c542e5de7d98b54a4059514430034af386f9f32
|
|
| MD5 |
03264c797a8e19a97ebc0249010efdec
|
|
| BLAKE2b-256 |
309c298aedf3f83a17aa0c26ae14ae4973bf2c23707fac5a6a1c60ab88cf1fb0
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-win_arm64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-win_arm64.whl -
Subject digest:
74c349aaf276bb23fa4c13b12c542e5de7d98b54a4059514430034af386f9f32 - Sigstore transparency entry: 2336637844
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
232245e78554edc3825256aaf18a19ac3e7051d425adae1abea02ff322e9a544
|
|
| MD5 |
0e0a080721ee710d6a5bd2db2277491f
|
|
| BLAKE2b-256 |
3fa580d9f41f7963e23bd424c355cbab8bf33df5d23ae9277b9c2829be9a0695
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-win_amd64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-win_amd64.whl -
Subject digest:
232245e78554edc3825256aaf18a19ac3e7051d425adae1abea02ff322e9a544 - Sigstore transparency entry: 2336638122
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d93393fe12a2e629f8d79a9eaf4fba9c4f24930a1b04420623c0d891d649d0a4
|
|
| MD5 |
62f6e81c4444dad20bbe28eb4c9f0df6
|
|
| BLAKE2b-256 |
61f93270078d144b8416b89fc1c76eecbc9d70eb27fed87b5e12e08a5a0c9f53
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
d93393fe12a2e629f8d79a9eaf4fba9c4f24930a1b04420623c0d891d649d0a4 - Sigstore transparency entry: 2336638084
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2288afd449457d3d2abef54c46197b10fa6034e20b5f5fa39b7f6be39a05c19
|
|
| MD5 |
d0343637c8eaa0fd92bbd105c7235eca
|
|
| BLAKE2b-256 |
0f60d61b0d0d993ed2bb1860fa213a040d924db9c2c9ab18f9db5afb2bcf5115
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
b2288afd449457d3d2abef54c46197b10fa6034e20b5f5fa39b7f6be39a05c19 - Sigstore transparency entry: 2336637993
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac5547792dad788bf3b066327e32304cc58116e4656828e24c55ea6dd6ed08c
|
|
| MD5 |
dce774c9bf9f06036a1d295d18e70656
|
|
| BLAKE2b-256 |
82efcd5a173aba117766df8cbaba46cd0db4d96140391d269b384bac3fc29738
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
4ac5547792dad788bf3b066327e32304cc58116e4656828e24c55ea6dd6ed08c - Sigstore transparency entry: 2336637972
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file respondpy-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: respondpy-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0825065e045d18815f1a64e9e183aa576f31d2def22405c5d0d0281be7966e7b
|
|
| MD5 |
c342fae999b7d3ca3bfe2627352e3015
|
|
| BLAKE2b-256 |
0651edc35db2158753d3ce8d9701cfc228e100b8e4fb9b0a99861b5a363c6cdc
|
Provenance
The following attestation bundles were made for respondpy-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
deploy.yml on SyndemicsLab/respondpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
respondpy-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0825065e045d18815f1a64e9e183aa576f31d2def22405c5d0d0281be7966e7b - Sigstore transparency entry: 2336637941
- Sigstore integration time:
-
Permalink:
SyndemicsLab/respondpy@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SyndemicsLab
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0d6005eec8b9e81ae1cbab9721800d5c016ab53c -
Trigger Event:
workflow_dispatch
-
Statement type: