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.1.tar.gz (174.1 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.1-cp314-cp314-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

respondpy-0.3.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

respondpy-0.3.1-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.1-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.1-cp313-cp313-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

respondpy-0.3.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

respondpy-0.3.1-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.1-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.1-cp312-cp312-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

respondpy-0.3.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

respondpy-0.3.1-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.1-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.1-cp311-cp311-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

respondpy-0.3.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

respondpy-0.3.1-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.1-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.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

Hashes for respondpy-0.3.1.tar.gz
Algorithm Hash digest
SHA256 516ec802993fb6153da8da321c40d0a6878e303a700d64726e7aa68681e5f03a
MD5 c7007c4038d319f4a154fe78b474803a
BLAKE2b-256 d00ee3c3249e38997b5e522aa3457ec644410ae49f2106b7bad0df2f97b458a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1.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.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

Hashes for respondpy-0.3.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 556d2e245963360c67ff0cc4891571b65593cc0ca631c96371995eb612097652
MD5 0f58e9583f8a3181fb2a1a13ce41ae7c
BLAKE2b-256 842e38a4be89202cb6302b8a76bede88df651d541654b85e0122b677e233dc26

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.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

Hashes for respondpy-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7e5b68b55b756c2ded252458287dab25293d3d5c3e29fb8c9c84a5504e25df69
MD5 03d3298686bc204ca666511e0fdb5599
BLAKE2b-256 951ab6ced15836b6a3843f405d83b8a12b6eabc5a21bbb5a27a67c73a91f36ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 561f3205e1ba43f7bbdb61223228dd7d3ca73f39df44d513c16d6ce3ac3f8bca
MD5 208648eb6ff4b87a11765eff718e86d7
BLAKE2b-256 d98fbe50d4c5c00519728a27511fd30bae35cccc679ea6e7d1b483f24cc6d4b1

See more details on using hashes here.

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

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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 292df0124df50921a4a10f514e5bb7e34e9b98f930236196d6871326d49e1ff3
MD5 ef23def878ad9e80b3bc279f7d9e06f1
BLAKE2b-256 955749033fc73039ae08eb12015ca0925d151264a00bcc35f8b42c75185637db

See more details on using hashes here.

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

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.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1844d92903c797cdf18218cc4ce79db46983f3349313d5011a0be9203384d035
MD5 f7946a04513df11e3a28af430b276c60
BLAKE2b-256 0432558b9b7d86509e5bf9086510989131a72f1c679dbd80f0dfe72934f9561a

See more details on using hashes here.

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

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.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff9b357eb1d3720a8fc5448b68414fae7fec3851e3bcf3a96a287cbb4e0881b8
MD5 bae4a78b422b55a15900e1c6e78f0caf
BLAKE2b-256 876105358aef4e3a900bb6042e5541d217352fb45fa7c0c45b25e133a8e52a66

See more details on using hashes here.

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

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.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

Hashes for respondpy-0.3.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 adc5511ed1e0124da71836a9e1ed3166b3de70b33b423a2a3dc71ffbcc746a4f
MD5 2b67f40733797d94df16fadb32fe7777
BLAKE2b-256 65a68d6562b429b8651a993251e388438944153197d25f606afa2361e40b3e79

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.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

Hashes for respondpy-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06b6ab958ee633f30e73a684005e0d5f3e520b20559386722580e4df130c6c1c
MD5 d3a28314cf327e323f85ddbf0d324ae2
BLAKE2b-256 4500f4665c28eb3be99a7f1e8ce49f960f563643d10e9a39942e45216bbec770

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbf7b697023a33795888ba784316a0aa49cd00b3a08b1e1612b6b6166f7d4dcd
MD5 6ac6fe77374bb3867a0c4b6d604b45c7
BLAKE2b-256 51d20234cc9a052a09fdcef40394110a49b4dac7441ada6de88496db932cfdf6

See more details on using hashes here.

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

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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8abf66a9ba9c0cabc5b4fd1f113d1f1e4f53912cc5c99379c371464c111a3347
MD5 ee95f6d0b2fbca8f2a6baceca6cfeb57
BLAKE2b-256 c9c333eb4eef51065bc534133cf7223be0c3f9c650223de5cad95a2d8a3bf057

See more details on using hashes here.

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

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.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c605bc903fdf9d640fd884842709ef9ef8a9fd02398777e4d12eec61479d37fe
MD5 392d569b684478d9b8db68c6c0715a78
BLAKE2b-256 f2f34bad4b1f93633dca12e099a993d1af4eae44955dd723c529333e4d8522cf

See more details on using hashes here.

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

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.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99fac21d5aee5fa3b54e30dd89d6c12b9735b3c2a52f112935930a2c80db0b12
MD5 a71b9c3c915ee4b030c7478758af5141
BLAKE2b-256 31c9e9f14e9f21282a5078fa27bab464e3e87f0a2fa3a179c60365ad1f70faf2

See more details on using hashes here.

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

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.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

Hashes for respondpy-0.3.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5d841346d8b875dc01e0c067c080849bff555a96080cf8ad0d597e314dfa6365
MD5 2417085acedf79df1aa96cb251548277
BLAKE2b-256 38f78e3b1e70180bcacf15d17aa1b84a916587852cede73fe81a3891f2990c1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.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

Hashes for respondpy-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d147ad3d18a44d8c5ca5e73a593e97565dbd8162098b160d3714fd0abcc4ab12
MD5 5a9bbe260e89c7b2498c68f5316073bd
BLAKE2b-256 042e74de62e7a68ee020e85b7c09126e936f743d1911bd0c8352bce04404b50b

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fb21510ca2a630a1194ad4d3641bc7f10f806a6c84b168733d1358de7bc1ec9
MD5 88eb8a565f94c1bc6dfc28015bc1eb8e
BLAKE2b-256 e82e7b25c45c1c178135a9f21ae41fe48eb27b04c8118525a0fa7edfb2b7bb2b

See more details on using hashes here.

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

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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 908b07c5bea059e15b4317c85124ce12ff2a2f0627986142e1b4dffcf36b486a
MD5 031927d22bdb015f885bfc562137c4cc
BLAKE2b-256 030a2006880c77ae82d1057af4646cfb35af9a79fc6ad1b7ccf4c2008d79acad

See more details on using hashes here.

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

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.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efb20b4d4a3174399de150b7a671a44618682ae752fcb059ac5f5d2e27e3eeef
MD5 9069f1bb3f39d6d1d9293da427bcb024
BLAKE2b-256 4231807685d5578b8d629fefcc1015c559f7e50d898c1a76254d4ee89ab6e6f4

See more details on using hashes here.

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

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.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb9c89cd15c939d47486c4e8696e67bdb422bbd1fc571a97080073d13e28c01f
MD5 5ff3e6def9de5dddeeb1332cbf2450ed
BLAKE2b-256 952bde66a6a2ef0df9c1e4540c07ea9863aa2a4de69f0d86721d9a72171e16d2

See more details on using hashes here.

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

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.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

Hashes for respondpy-0.3.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 74c349aaf276bb23fa4c13b12c542e5de7d98b54a4059514430034af386f9f32
MD5 03264c797a8e19a97ebc0249010efdec
BLAKE2b-256 309c298aedf3f83a17aa0c26ae14ae4973bf2c23707fac5a6a1c60ab88cf1fb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.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

Hashes for respondpy-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 232245e78554edc3825256aaf18a19ac3e7051d425adae1abea02ff322e9a544
MD5 0e0a080721ee710d6a5bd2db2277491f
BLAKE2b-256 3fa580d9f41f7963e23bd424c355cbab8bf33df5d23ae9277b9c2829be9a0695

See more details on using hashes here.

Provenance

The following attestation bundles were made for respondpy-0.3.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d93393fe12a2e629f8d79a9eaf4fba9c4f24930a1b04420623c0d891d649d0a4
MD5 62f6e81c4444dad20bbe28eb4c9f0df6
BLAKE2b-256 61f93270078d144b8416b89fc1c76eecbc9d70eb27fed87b5e12e08a5a0c9f53

See more details on using hashes here.

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

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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2288afd449457d3d2abef54c46197b10fa6034e20b5f5fa39b7f6be39a05c19
MD5 d0343637c8eaa0fd92bbd105c7235eca
BLAKE2b-256 0f60d61b0d0d993ed2bb1860fa213a040d924db9c2c9ab18f9db5afb2bcf5115

See more details on using hashes here.

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

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.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ac5547792dad788bf3b066327e32304cc58116e4656828e24c55ea6dd6ed08c
MD5 dce774c9bf9f06036a1d295d18e70656
BLAKE2b-256 82efcd5a173aba117766df8cbaba46cd0db4d96140391d269b384bac3fc29738

See more details on using hashes here.

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

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.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for respondpy-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0825065e045d18815f1a64e9e183aa576f31d2def22405c5d0d0281be7966e7b
MD5 c342fae999b7d3ca3bfe2627352e3015
BLAKE2b-256 0651edc35db2158753d3ce8d9701cfc228e100b8e4fb9b0a99861b5a363c6cdc

See more details on using hashes here.

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

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

This release

0.3.1 This release

25 files

0.3.0

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