Skip to main content

sprocket_bio

CI: Status PyPI: Version Chat: Slack PyPI: Downloads

Python bindings to Sprocket, a bioinformatics toolkit for Workflow Description Language (WDL).

Request Feature · Report Bug · ⭐ Consider starring the repo! ⭐

🐍 Minimum Supported Python Version

The minimum supported Python version is currently 3.10.

sprocket_bio supports the oldest Python version still receiving security updates. It will drop support for Python versions as they reach end-of-life. For more information, please see Python's Version Status page.

🖥️ Development

sprocket_bio requires Python 3.10 or greater, which you can install from python.org or from your favorite package manager. Once you have Python installed, you can set up your development environment with the following commands:

# Create the Python virtual environment, installing the latest version of pip and setuptools.
python -m venv --upgrade-deps .venv

# Activate the virtual environment.
source .venv/bin/activate

# Install the build system, Maturin.
pip install maturin

# Compile and install `sprocket_bio` in the virtual environment.
maturin develop

# Run unit tests.
pytest

# Check types and type stubs.
mypy python/
python -m mypy.stubtest sprocket_bio

# Format code and sort import statements.
black python/
isort python/

The Python package is located at python/sprocket_bio (in this folder), and the Python extension that it bundles is compiled from crates/sprocket-py using the Maturin build system. Dependencies and additional metadata are specified in pyproject.toml and crates/sprocket-py/Cargo.toml. Unit tests are defined in python/tests using the pytest framework. Type and stub checking is performed by mypy. Code formatting is performed by black, and import statement sorting is done by isort.

Code Coverage

To generate code coverage reports, first install the llvm-tools Rustup component and install cargo-llvm-cov. For example:

rustup component add llvm-tools
cargo install cargo-llvm-cov --version 0.8 --locked

Then, run the following commands with the virtual environment activated:

# Configure Rust to build with code coverage.
source <(cargo llvm-cov show-env --sh)

# Remove unwanted artifacts that may affect coverage results.
cargo llvm-cov clean --workspace

# Compile and install `sprocket_bio`.
maturin develop --group=cov

# Run tests and display Python code coverage.
pytest --cov=python/sprocket_bio

# Display Rust code coverage.
cargo llvm-cov report -p sprocket-py -p wdl-diagnostics -p wdl-grammar -p wdl-ast

Code coverage of Python code is generated using pytest-cov, which is installed as part of the cov dependency group. The Python report is printed when you run pytest with the --cov option. The Rust coverage data is generated when you run pytest as well, but the report must be printed after the fact using cargo-llvm-cov.

API Documentation

In order to build the API docs, you must have Python 3.12 or greater installed. You can then install the necessary dependencies and generate the website with the following commands:

# Install dependencies necessary to build API docs.
maturin develop --group docs

# Build website.
sphinx-build --fail-on-warning python/docs python/docs/_build

The API docs are built using Sphinx with the Read the Docs theme. The source is in python/docs, and the output is in python/docs/_build. The API docs are hosted online at https://sprocket-bio.readthedocs.io/.

Release files for sprocket-bio 0.31.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for sprocket-bio 0.31.0
File Size Uploaded
sprocket_bio-0.31.0.tar.gz 1.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for sprocket-bio 0.31.0
File
sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
sprocket_bio-0.31.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
sprocket_bio-0.31.0-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
sprocket_bio-0.31.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
sprocket_bio-0.31.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
sprocket_bio-0.31.0-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
sprocket_bio-0.31.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
sprocket_bio-0.31.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
sprocket_bio-0.31.0-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
sprocket_bio-0.31.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
sprocket_bio-0.31.0-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
sprocket_bio-0.31.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
sprocket_bio-0.31.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
sprocket_bio-0.31.0-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 61.7 MB

Release files / sprocket_bio-0.31.0.tar.gz

Download URL sprocket_bio-0.31.0.tar.gz
Size 1.2 MB
Tags Source
SHA-256 checksum
How to use checksums
ffa2035d63dddccf2196f323e19d8cec4c8dfa1eef0420d5cd4a94c11566c6ac
BLAKE2b-256 checksum
How to use checksums
c5d6f8b4bc0e68d3be2f55ef935ebc4d09923124fef4e79a6af31d157af60c3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 1.6 MB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
628a9b8f588fbefbf7324bd988d93e201c98ac922ab04c8b9fbfa3a344f1e629
BLAKE2b-256 checksum
How to use checksums
6de83b9456026b239db1af9371db873236da1828feb900e4cf60c5ca96185217
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ded513c07ed3f2d1863046c290a111711a0ab63e481a40b52cb579883c1dbc5c
BLAKE2b-256 checksum
How to use checksums
3cfe48c059ed4f4df331242ee2f7a5fddb0faa5791a2cef8779a970cd2f94bcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
424f3c968ec6388ae12034eb8dd8ecf573dbbcf6ec66c99b60cf09345540ccee
BLAKE2b-256 checksum
How to use checksums
1f8d5f8187528f635921611280d023174b879b3b1b157d43a64c310f3b35f286
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
64bc8a9fdbaf468509174ea576333adbf719bb20361dd1bd829b22fcf5f42824
BLAKE2b-256 checksum
How to use checksums
0effdac7d8a1217b44c83960e7597f899c60ee9b1045a4893221f8eafdebe71e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4706e0008a9cee45ce0fb208283dfacd97a1fe40d9dbfa2124c0df0fd84f73c2
BLAKE2b-256 checksum
How to use checksums
bb62709f334907acac403de0086cee069abca76d296c3e3db91fdeac0b020d64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6b3fb76f6eee7707da4289e6056516e896f4c52579ae9e6769936ea868168a89
BLAKE2b-256 checksum
How to use checksums
e925297e8429ec401f16ed74fc2b3e0bad2b6ede4b509caccb18df466fdb25ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
89ce3af507025835b027c6f50f53b3bb057085254a28f60c698ae5724f0f5583
BLAKE2b-256 checksum
How to use checksums
daa0212380b845941b6ef1ae230ec28fb9a6dbad41622c882066f34b239b90aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
055da93ce6394a945f43e4f89cf9acbd1d1a9d72fbc58827f3318fb94eacbb65
BLAKE2b-256 checksum
How to use checksums
904ea449e97f5e07ca27b39c05a8fa1561895f7906480634a2b8f9ea753b7ec2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
634fb18fe1bcf61726b4e9bb32065ebf192388e09dcf71502907d53b726e8805
BLAKE2b-256 checksum
How to use checksums
19860e45d7f70d5b768d182cc162c596e53f7f0efcbf11f2125a8cd9d8da0359
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4dc3c4329df74106440c6132a64379f7460ab9b63021d7cc18baf5e7d95dc905
BLAKE2b-256 checksum
How to use checksums
1b0139d9bf8e937ec3cfcb66fd9c8aab9efffee2db1ed6e5781e3ebc2bb683ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-win_arm64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-win_arm64.whl
Size 845.0 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
c576f8427bda7083f3ef08266b5952b98f391753978cdcc745d3fd53134efaba
BLAKE2b-256 checksum
How to use checksums
d2c3fd9f7c617bfc87e695a4dd10334daa24bd2c12ae9ffe4121c71521734116
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-win_amd64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-win_amd64.whl
Size 914.5 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
5fc8e3fded413a32e17f8348b3583129ee2b6561012fe45fff7c139b5b369f2f
BLAKE2b-256 checksum
How to use checksums
05f8545d1a1342b6d60da099d4f1cd8bb488716cb4db6d70f28c135844d8c98e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
240b40fb82fd9d9cf4d134c69272a47c96fcf9adfcabacbb7a917184c30fde42
BLAKE2b-256 checksum
How to use checksums
378f2738662b621a938ee4774f33f5ff83e188914b6290b8dce35b2976555b2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6c6e9bbb1fa2297159962a115927b14ce9b37e34c863701c9a6f16057e06d648
BLAKE2b-256 checksum
How to use checksums
c2cf0cda41720f788b385c397a44c1d38e16b2990b5860c4f8fc58635edd6f90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1446c0c9f373690d24284091eaee875770f32ee5645df4a18e628c8c0a9bc1f1
BLAKE2b-256 checksum
How to use checksums
8a25e0c85a47c3a1d943321057e9f65f0c15744988dffbce873c8598cad34a34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
114a2381f5ddcd590cad0559bf2a7663ffd01c7147d92eb8b8e0023874592b87
BLAKE2b-256 checksum
How to use checksums
39d33b9a78b34267e10d4fe6213e7feec89290e4019e91db030f562c86e14b99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-macosx_11_0_arm64.whl
Size 1.2 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
57b25228d1b10d128815aa304bcca2c9ca9f04b8a946f0f96747d57073823eeb
BLAKE2b-256 checksum
How to use checksums
3d9e8a051570e08b880184c91912bdf9970a3adf723e0babc31e0fd9cd2e1a72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp314-cp314-macosx_10_12_x86_64.whl

Download URL sprocket_bio-0.31.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 1.2 MB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
75cd19c65d29414fb160a67ad066fe0d38051f653624cd04eda04d13e0f76089
BLAKE2b-256 checksum
How to use checksums
0dadb1bcb861f728f615f3f48399de06ce4de2a69cd7cc49adf176d5cc13508a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-win_arm64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-win_arm64.whl
Size 843.7 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
9f4609f9a933927d96f01b5cd32bf8c49fb96881d814c46fbde0490759103044
BLAKE2b-256 checksum
How to use checksums
b8d0da8e94b170a7851c9499fc49668f849fadabd9db3f1d1357c0b5a49f129a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-win_amd64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-win_amd64.whl
Size 915.0 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b695867a65ce67bcd6b637bd62f6a5b2866df8a3146d0762b335fcef4b66be9c
BLAKE2b-256 checksum
How to use checksums
a6c472e75b485bedae333bd4aef735e40ef9afd22b4bf3c4a2cb32a049e2de1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7331774c0b964888f1f4a14b33aa56918f3aca565663f332f977be7b810fef17
BLAKE2b-256 checksum
How to use checksums
392caaf9f04f60fd625b52100066aac4da821e153e72e45439f31aef722edec5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
34a83ce7f7901ef9927eaa09f6310415b86468555592010d583d6111e7cf6d11
BLAKE2b-256 checksum
How to use checksums
26b1e5241dadbf837914d9c1930d1326cbf5a8f288c4b406b60e58f999eac74d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
427ec3e42184dead40b3161d2127c6b949fdfd36d891a973127ae222e243df4c
BLAKE2b-256 checksum
How to use checksums
7a6d0b8c1f96defa5baedf06323f12857b0e21dc717e1b8105fa3abe5533f6f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5aef9c32ee5ad6674fc438f72b89c836a84f6e58bbe69440f4a06615e27313af
BLAKE2b-256 checksum
How to use checksums
e57a456f72a845fa5e830804d364fe5c847677d315b5451bb57846f47b035da4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-macosx_11_0_arm64.whl
Size 1.2 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ea41048123095217a14a1848c375b7d94be43f0e3d787798fc97c5b28ac2d16b
BLAKE2b-256 checksum
How to use checksums
a8282ae1f499f3d91e912c1ac4c66a15114e2f035a2be21d38febaf10d11bab2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp313-cp313-macosx_10_12_x86_64.whl

Download URL sprocket_bio-0.31.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 1.2 MB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
bf94a10692339e54b2d8842bb723a8c3ced8af6690ca5607b2b4058263273bc0
BLAKE2b-256 checksum
How to use checksums
b5ae94c3f7738e6628f692515d70bbb45b555c1e6091c9372243db49d10a87b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-win_arm64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-win_arm64.whl
Size 845.6 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
ea97753c53b9e6a1c8cef50543acbd8a32d0b4d523abce35437c5fbe1cd61518
BLAKE2b-256 checksum
How to use checksums
c691421f6ff36355cc6c881377da73d3d7cfd0537744f7ab1053f44625774bd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-win_amd64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-win_amd64.whl
Size 915.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
fdf55b20afccf4a5356c53d98cbe03d5709b6cbf32d151af08c5224fe7d1301c
BLAKE2b-256 checksum
How to use checksums
7ddc780c63dbba037126e22a08c3d557f3fc0f5216b43b2d68c96b577fad07a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
fe8899dcd5065d16b4e935fef0de19556b6dc7cb90ee3db74782e35167471b08
BLAKE2b-256 checksum
How to use checksums
592231243035cc3697e34562074ee499b2d968ba1b69d4e6bb6f1880ef9be9d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bf3f06d69fa6091c03818208b6333be8ed44a86bc6157b41013d086c64e268d1
BLAKE2b-256 checksum
How to use checksums
0947c163b4947b133fea8473bc829636732f387a72eca772d05a94cf585dbcab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8e06c880473f7185433d0ece922441bc54262363284f956f65e9ef500d4d4b1f
BLAKE2b-256 checksum
How to use checksums
27629e83e2c614a6a26009fe60725cb9fa78040ace182ea434ec12ed1842b879
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4e51fbb4d5e4dcb0e7f561e86be1563709ecd440ef44a10d8f939869418fe495
BLAKE2b-256 checksum
How to use checksums
573b9318209eb7d5ec6f3148c290cfbf81b5c4302bd5e12e6188778449fc83ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-macosx_11_0_arm64.whl
Size 1.2 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
eb570d1dcf24e75715af22b980bde6f53918414c8cdffba1853511ca84fcc25b
BLAKE2b-256 checksum
How to use checksums
877589be61185f706d0d3a8aafac0c3910d3b5d78728631562ecf677c9c6cbc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp312-cp312-macosx_10_12_x86_64.whl

Download URL sprocket_bio-0.31.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 1.2 MB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7128cfb0c1da8d062a7e8bc1974456b03ae51d119bcaa50c877351cc89d9a7e1
BLAKE2b-256 checksum
How to use checksums
2ada6d94acc325776b813427f89a495a7369fd3513d56bb27bec819684f296c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-win_amd64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-win_amd64.whl
Size 918.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
29492d680fb03bc0c5ef0a5d8b03242e0abaf279f473dc79a7a75feafd9d5e4f
BLAKE2b-256 checksum
How to use checksums
63482bb61a7702def0e470603eb65075ae41e32d3e17bbcd923a03bb239c686e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b92ef745bfac44f9bc6c64964616b2eee9fc3f0197b151c8b0b58c490f01f35c
BLAKE2b-256 checksum
How to use checksums
4ea7b8d37e33c274cdd6160ecdeda3ccb8e0e1c86f0efd8c4f7bfd4da0114ebd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
95d5f28368a585b153ac76dc23815648a5cae4f027387ae3c86db3d3f6e26d4d
BLAKE2b-256 checksum
How to use checksums
e00ecfb0d248caaebfe50cd0344428eaf503c2c06400093c24bf1ea4c8b34bae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b99a7d3d28d8e18177f44fc171d0cb802b74e203269d0921a47091246c0bab49
BLAKE2b-256 checksum
How to use checksums
716a510b985c8022da638575a7690848cea89f67dadd88be53a287d72580bf79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c9704c3cba70f89fd0819e1c24439e68e32d5292f9f991e79234da989ba94902
BLAKE2b-256 checksum
How to use checksums
c4bc41b23a68d196565f4e7c4927931d757184298b1a7781d79ebf551e79975e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-macosx_11_0_arm64.whl
Size 1.2 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
05b250f52471397ccb11e58c22d311e9fe25f32c0093833fc758bd6a0c535c49
BLAKE2b-256 checksum
How to use checksums
3cf489bac99fe14f2940b52c9fe768afa392d75258a449600c0293776e2a253c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp311-cp311-macosx_10_12_x86_64.whl

Download URL sprocket_bio-0.31.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 1.2 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
b4dd34dec6be89a6e4073b8836fc4c5ffb3986bb662c8840fee7039eb25ec2a8
BLAKE2b-256 checksum
How to use checksums
f7a937f7a0ac7c489e0194b815765591fd5322affbcd1f0c495df2c2f17e7714
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-win_amd64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-win_amd64.whl
Size 918.0 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f8e571ed0476c3f89f13ce901a64705f150e4d48099e1e5804a2ffb51e4d1b0e
BLAKE2b-256 checksum
How to use checksums
bcc9b41febf0cd3c0630e13ec11690f2cec55999817a2ccb44e052cd40aa2822
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
fb86f393a903fb3c50b4a4b92e13af87d206fe17d2adcbe7c3c22962ca5933c7
BLAKE2b-256 checksum
How to use checksums
7239a09b68371e3512f6221d12139a4e7fa15cccfb116a0ce33c97251e8869f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
29cd708956da511b41b48bfac1793b3c19910b4354415e7fb038effa2562b14f
BLAKE2b-256 checksum
How to use checksums
29d58224e61ad2cb7817a1e532d3a9538818bc38c6bca746584517388b0fb73d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ce552ac2107b103a9d0a82c8551cac0fa1d4fcd76f9ab1b4b3568d81888be356
BLAKE2b-256 checksum
How to use checksums
88859e05343beff81f8c9c1a4181514348df6fadb1693f10e5dd066f6b2fce53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.3 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5ffab615532a6e00b4db4e998fe824b1c1d979639ecc769a64a304c5c84a1d5c
BLAKE2b-256 checksum
How to use checksums
be552dfce71af8837ca01262302dcfc058651bc909efce5f0965d63d074d68b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-macosx_11_0_arm64.whl
Size 1.2 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
66bd168b7ddceb0973ce63bbd50e5bbc140ad77f08b5079aca65b8cbdf4ab562
BLAKE2b-256 checksum
How to use checksums
4b6b1a07cfda2b3bfe80ddbc2a87cf7baf3f8ada581ed9aa6f5dfebf423c3db6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / sprocket_bio-0.31.0-cp310-cp310-macosx_10_12_x86_64.whl

Download URL sprocket_bio-0.31.0-cp310-cp310-macosx_10_12_x86_64.whl
Size 1.2 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
ad7936ff39aa639db206a157db37b518b36e482aeaabb59232daed28fc887f0b
BLAKE2b-256 checksum
How to use checksums
d007f83f7e339a4a8ecfc256bcb4f0a5f657b47d028debc7e5101e552292bc0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.31.0 This release

49 release files

0.0.0

2 release 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