Skip to main content

RESPONDPY

Coverage Smoke Testing, Unit Testing, and Code Coverage Nox Pylint Build and Deploy to PyPI

: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 .pyi annotations.
    • Confirm enum members and bound method names match stub names exactly.
    • Confirm overload behavior matches typed expectations.
  • 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 mypy in pytest lives in tests/test_smoke_stubs_mypy.py.

Download files

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

Source Distribution

respondpy-0.3.0.tar.gz (173.2 kB view details)

Uploaded Source

Built Distributions

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

respondpy-0.3.0-cp314-cp314-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.14Windows ARM64

respondpy-0.3.0-cp314-cp314-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14Windows x86-64

respondpy-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

respondpy-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

respondpy-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp313-cp313-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows ARM64

respondpy-0.3.0-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

respondpy-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

respondpy-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

respondpy-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp312-cp312-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows ARM64

respondpy-0.3.0-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

respondpy-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

respondpy-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

respondpy-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp311-cp311-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows ARM64

respondpy-0.3.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

respondpy-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

respondpy-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

respondpy-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

respondpy-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

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

File details

Details for the file respondpy-0.3.0.tar.gz.

File metadata

  • Download URL: respondpy-0.3.0.tar.gz
  • Upload date:
  • Size: 173.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for respondpy-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2aad4fcdabd2fb670c3e69d538f2677f01e3eba93c0d20f0ab21920f00d8aeba
MD5 c4069be9c97526cf4e6af3554d410f52
BLAKE2b-256 1ffe2c0882a9a008e41b686aa030ca9634cfcddbf7ce8a61e4e623c52b0f37f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0.tar.gz:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8bcfe7e89b4f7c44c0756c417442611a3fbc6472a8800298f2d9682a577cf29a
MD5 6dfa44b75485335d298d781eaea922a3
BLAKE2b-256 0eeb633e741831f8c3c2edccb8fd38e7d58635fe5955c7c0e44eb4d031131a81

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-win_arm64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7e183b6d1d47306a972e318d1c89dc44af835d68b80784af544aabc9a91f3f5e
MD5 f1fc01b21a097e6d26b8a0c520a1ee70
BLAKE2b-256 58edbb01318e12e6728e8e548107ceeb419d95a9bd7cabb9f91379fe530c0a03

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-win_amd64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 daa9696197bd5e782e49dcb524546272773e9c5f04c5a33fe103584d5763f013
MD5 b21355fcb3c21fd16e0e179c3e2146e7
BLAKE2b-256 d74e46d530f7ad336653f943267c27022e10391592a5373cac04d4baabd76985

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9403294dbc440df2fda5ecd2636908eebd91d3a72cd13c33a6403388a6ac49ca
MD5 0fe5b55dbd1f2ace3f97604f44a4b32b
BLAKE2b-256 40f7cdf97746c5b492019e3ac4e7756acf461b535f6468cd101a2d192c609024

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19939b5db3c4620ec1a01a6881988c6a9d19d9ca3646eb0b976945ee11dcca27
MD5 33892b6f366f5c0e3e19a15bd3f843c6
BLAKE2b-256 60e7aab5132ed435764b8d7f043302a8f49bc9146b46fd9a52b03796c4ea6492

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b799f73683b5ffee204e6296b55316e1e0cde9450fa5eee760a3a35207af5193
MD5 7a83335cc3654579b3b6083b55611c5d
BLAKE2b-256 6e3a382cd1b01956e71c86e14909e9ba3fe4e8c718d676481a5c635e0f4240ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9f9558532ac22a8affa4323d91b565481170e4a24588497e27a62bc3acafea1d
MD5 16d3c2290ed1a58a425ec4a5e1039c11
BLAKE2b-256 2f662862742e00e05059fa7f03d0da9eacb51acc9649a357c357ecfa8bbab833

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-win_arm64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ac35bfe22370e4db345e5b51c1b4d35c2a926659648ffcdcc9877bdebf26a4c1
MD5 0f976210d26551661a6020696a22a7a7
BLAKE2b-256 7609047b3c0aeb4f8903eb9ee67d18ec383efe6e03c173c1f6d44c4ed5dfca68

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-win_amd64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 674a69a50022a30f1d542a7e4777dc3d960dd69786ca525ecc832a84d59df884
MD5 5f955f50decbe996c58162a0a80e9889
BLAKE2b-256 5f40386e37ea5e1cdba02f98db72cb138ae9d98a3512b04650dcf5ce8c81ae25

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a713a858bbba5060a1b6c7aacedc6f1d9853c4cf44c4b117aa3393eb614b55f8
MD5 e12de757bcd0b0bdb6876fc56332d5f2
BLAKE2b-256 06aecc3ed5534df13f22ae645455f2082789af8a6387f368a735004a354fad49

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6add996a5b3d208e3e95551c59fbb31e1df601cff2d4c437f63cf537e69ae50b
MD5 cf0d1c8109f090d86f3afb446df1b829
BLAKE2b-256 a1f97283d9a8d4e534590c8ab3823abdf6cae2ce3fa92fb6966beacd70ea2541

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f1f2a055656399342eb106a04e207c00672363503b7a69f2b76c257d77c90c4
MD5 0b45e80a4fecc84e26b9687a4ba1cb17
BLAKE2b-256 b8a88ec899a1a378225140f5dec3181b999d09b74caf90f8e6ea258b971303fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a1b8b472eae061035fbe75231b16a6761e6dabf6e84cd5e65ad88c4d4e93ac29
MD5 13cb23452b505fda14acd6402534ff66
BLAKE2b-256 ce3bd73d38caa8b5e7a00fa8b71d659ddadd8a330d9e6f9140d7b4997abad0ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-win_arm64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f2ac33d827bc8df454327100f8f9ca4e3a2d31b21dc0e8bc3dffa72e13387ba4
MD5 8a1bcaed689aa29613529f1063979e87
BLAKE2b-256 5fc27afbef4b242b355c6f09ed31af77a7fe62f07ce7b79b0080ac5a08392fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-win_amd64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c5cd4e490efebd3b9f220ebdec242438fa71294a9ccb0594db277656789bf91
MD5 c565a29c521f8724ab6d586fa4e6c20a
BLAKE2b-256 a2bd6b708eff0e396e1f7f547bf96138b2275e78a74af85cb413546d19e38fc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7efd80aff8398fe3eb79f42d603336c5e8f6bdf100671aa849bbab94c6a92c25
MD5 1ff3122945eef8129bf6e3bc96dd5a47
BLAKE2b-256 1d448358e706df9b44a1df9c7ac9da4f5f17f6996f935ba779c0a3e01957a4ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f67b0e111723f94ca2e97e904634af31b3291d6347a563f056d4e2e10c8a74f
MD5 a08be42c7a2b17899faa7576a4c1b63d
BLAKE2b-256 60e0f29ae88290cb7852958b372bde7a16543f9e3c4434842bc4562b96aaa603

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 933455e5c8f94995632f2c006170395678332c5f84b224c9339ee7aad3ec6e9c
MD5 681f921a8032663df60246ecd1e31ad3
BLAKE2b-256 0f12c85186197ebd3fac46daaa2c35b2f962a14e077b8c2f6490a0fdb26ea10b

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0cb6e2a407cbe2eb53c17131404d60409915576a1b6c7446184eba43944d1d77
MD5 75173eb33de92f7402d654a30d6a89dd
BLAKE2b-256 fe6e3a0f9049ff821c14b70253b15da4f41e9bbd085bf3206a197aeed56c99d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-win_arm64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: respondpy-0.3.0-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

Hashes for respondpy-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9e06dc6a6227f51535edb5d277fadf5fed3e5c302f326211d644301ae99b677b
MD5 c4dcdd26125a2ad6179b2a174761eb45
BLAKE2b-256 8bae7fdf51d4bb26404321c001a1fb3aed3faec48c68b1a975d7f2d12b1ca4e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-win_amd64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86d8234164bf083ae79f343788a7732cdb76e8ff38db03aa2b0150c60862cf38
MD5 613cfba5d3edbc81354d94d003c52c3f
BLAKE2b-256 3ef0b93c048834abc29e8f68bb805bb457b38ab13215a9885cdc38f91ef4108d

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1de63a55513bfad1a54b54ab73745eb081e5bceee8874b34f9438a883869d9d1
MD5 c78f1c4910be74c01cb23f67bd47f8d0
BLAKE2b-256 631e2cef275bf1b19ae9c17d3c53a80a9593c7386797163f171c6f16cd6fba3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d6724be036560c3e3143750527eee246bfcf46914f187b90d584eb7e49ed079
MD5 6d7c4aa15e19d326f09d594ed2778d85
BLAKE2b-256 61d592cf57ab26718bc611cdd19652253c13560b1839f74ccce5acc31bab5d13

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

File details

Details for the file respondpy-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0caf709e5c5062f4c8ec79e5e8e322154db660c25106aa53af0ef1bf150c01d7
MD5 5a0690d9a2c586e3d5bd45fd72112a51
BLAKE2b-256 6cf062108c0d3f3d335661af59ed82c6bcfb27f0f1d6a8c5f5ef78d55886405b

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on SyndemicsLab/respondpy

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

Release history Release notifications | RSS feed

0.3.2

25 files

0.3.1

25 files

This release

0.3.0 This release

25 files

0.2.3

25 files

0.2.0

1 file

0.1.2

16 files

0.1.1

16 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page