Skip to main content

gumpy re-implemented in Rust

Project description

grumpy - Re-implementation of gumpy in Rust for speed

Does not implement the same interface, but rather the same premise.

Up to 100x faster than gumpy

Install

pip install bio-grumpy

Usage

import grumpy

# Parse a genbank file
ref = grumpy.Genome("some/path/to/a/genbank/file.gbk")

# Parse a VCF file, respecting filter fails with a MIN_DP of 3 reads to make a call
vcf = grumpy.VCFFile("some/path/to/a/vcf/file.vcf", False, 3)

# Apply the VCF's mutations to the genome
sample = grumpy.mutate(ref, vcf)

# Get the genome level differences
genome_diff = grumpy.GenomeDifference(ref, sample)
for variant in genome_diff.variants:
    print(variant.variant)
# And minor alleles
for variant in genome_diff.minor_variants:
    print(variant.variant)

# Get gene level differences for all genes with mutations
for gene_name in sample.genes_with_mutations:
    print(gene_name)
    gene_diff = grumpy.GeneDifference(
            ref.get_gene(gene_name),
            sample.get_gene(gene_name),
            grumpy.MinorType.COV,
        )
    for mutation in gene_diff.mutations:
        print(mutation.mutation)
    # And minor alleles
    for mutation in gene_diff.minor_mutations:
        print(mutation.mutation)

Project details


Download files

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

Source Distribution

bio_grumpy-0.1.5.tar.gz (3.0 MB view details)

Uploaded Source

Built Distributions

bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (818.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl (842.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (914.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (828.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (650.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (681.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (820.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl (844.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (913.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (828.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (683.0 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (820.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl (844.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (914.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (829.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (653.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (651.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp312-none-win_amd64.whl (473.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.5-cp312-none-win32.whl (444.4 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (819.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (844.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl (914.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl (828.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (698.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (683.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (568.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl (586.9 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.5-cp311-none-win_amd64.whl (479.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.5-cp311-none-win32.whl (442.9 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (816.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl (838.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl (909.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (826.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (677.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (567.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl (586.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bio_grumpy-0.1.5-cp310-none-win_amd64.whl (479.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.5-cp310-none-win32.whl (442.8 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (816.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (838.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl (910.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (827.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (677.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-cp310-cp310-macosx_11_0_arm64.whl (567.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bio_grumpy-0.1.5-cp39-none-win_amd64.whl (480.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.5-cp39-none-win32.whl (443.2 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (816.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (839.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl (910.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl (827.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (678.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.5-cp39-cp39-macosx_11_0_arm64.whl (567.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bio_grumpy-0.1.5-cp38-none-win_amd64.whl (480.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.5-cp38-none-win32.whl (442.1 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl (816.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl (838.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl (911.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl (827.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (677.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file bio_grumpy-0.1.5.tar.gz.

File metadata

  • Download URL: bio_grumpy-0.1.5.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for bio_grumpy-0.1.5.tar.gz
Algorithm Hash digest
SHA256 42196f0cac68abfc06ea37f0bd53fd3f73b5268d3ba369943037e780b8c8c83f
MD5 73ed8579c5c14542250e9532cd7dcaf5
BLAKE2b-256 b4bdc0b2dd5cc0b55cf4d95e241b59009fb042cec7ac8769922df004695fb87d

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 daa02be3124ac7f5aa22b4398a26d8a7b1d6867fd594c0e897fa45f46cda042e
MD5 28bb15b911e5fbac5e54f8d4ef0acdf7
BLAKE2b-256 b5ee39208b6b52412746bb098af39c8414917b53ccffc837b8abaddaa56220f2

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a157927c64d1a3afe1a4fe65a20da26e0d44594a81edfbf2f155443b150cfb6
MD5 ff0a1d83e12b2c5aca0e947fcd4813da
BLAKE2b-256 86e92c587182b96e64ed36ffb47e1b4f6c49db2d7467c4757fa00441d9afe6bb

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2121c1253ad74699ef9f0980802233843ef065fcfb9b829bf3682e52eafd4c96
MD5 35d17ac5a1e7fa5e5e4851cf0e254c94
BLAKE2b-256 401de13fd9b64e3556bdd83a914cd02eda29d60eb6f67331808cf90fb786ee07

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51bd5e89f342eda74d7e84728df59bfd13639f89e9ef0662983e3e4131419551
MD5 a9453b3aca7bc1c72dd30113302d79bd
BLAKE2b-256 590db5b9e1f1565d9acb55750fa59b4a216a61fe6fe1262c63750c1532d17f67

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bdde7b56ae25212c25f53171c5964c498bf83d411560e568daca5f96061c8e4
MD5 a09254ef123b7a7be4bdec5cbd42fbd1
BLAKE2b-256 8634ea2b6972a349e837e0369c22eba96731967868add18bd25126dc21538ced

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79d9293ea0f3ac3f2025e7a7d0304540dceccef30b55705012cc8d07eda7e113
MD5 a30ddae17cbbcfc0b0a645e90e608911
BLAKE2b-256 3078f4d3682a0ec4700e41b6eaf1e7984a8decd4dd05252fecfab407122acfa5

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d35f5d37aee7c4de05e6ef65bd33207ccff03683a33c3c2b745c09b41ed52af
MD5 8babf955ea1fa642873b1f92e4f62694
BLAKE2b-256 0cb1067726b2c647a10916515d65b600f239d413d77b41f3a2325c1c0a30d443

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43d80e89f100dad15f90295d121aaadac8d857b74b2119b8206397c6e57899fe
MD5 2294e3576a5196b1fdffddb4693b5a3f
BLAKE2b-256 9ab34e8a46e11971741c052b889308b85822b55d4633ecb93867636621eb0da9

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 309b2e8d1f7fa3de0a263d10d1e736dd1e94961ed94db2d1f634e207ab5cf173
MD5 f53c98e0942f18029360010cdf541aa1
BLAKE2b-256 1a23e57fb579de029457acf59d851f7752ce955e2953c8eafec5c6645dfe04d7

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aacd4cfd75572abc122d3db054842d99ed0e38b5bb5028c663ce9a3feeb54f9d
MD5 913295cb3578db5f3ff08e5fec6307c7
BLAKE2b-256 fd71b287fac1c9d4da7b50db964c72628e3ef26622becc8906512d9fb91db62e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc1fc7077c0f6880631ffe7c9d1402bb64c3e2b3c7208a604882e3e4405add46
MD5 d269285d2913c3360cef0dc8f51f3065
BLAKE2b-256 18e00aba295545da7efada900c78ed4d329f3af4be390a694c684e36aa839be0

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 38b05ab800e5fd9e91d5ba280f8e39070c3d4e1022cd7470fc371080a9685f21
MD5 31f8a08ada9a19d9d3e21e0b4c05af22
BLAKE2b-256 c5f0a9e9984249968a80d72b1497bb6f7090eeec139d6a4f5f6d4ae2b3194c19

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0833630338087216e953019faf58e5e7effad9bb2d60823a64d4e77d3b92968b
MD5 f93da7a2a458ec4febdb92447527b6d9
BLAKE2b-256 930d1e4122d38074b62e24df998e5ca21116e6eb89341b5c375d66e90c45ea21

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f37c3976fcbbc199bed9178d8da87a5c84f282cc77fd84959c672d48593d6895
MD5 8a9fefe7dacf8624135c41821b2ec781
BLAKE2b-256 02382870fce292f65ca257ce9a44313054a713d2efe609a5b8ba37adfc4e4492

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 204d209a409dce85735dec2c988cefe76f9dc03c680c8be49b4bebaa80f926c9
MD5 d27ac69bc51fff7b95e230ac3505dfdf
BLAKE2b-256 72fe22a254e69426dbf9ab5d15e3317f8da5c4a5a215d647f6fddafa7c708e32

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4f1140ab1c0589dc0745498180b733a0dceac30001f85ca868a7131f76822e1
MD5 2b77c27f8d5e4d8ba4b9afd09c35d083
BLAKE2b-256 9dfe080b60e22a270d7841ca6a55c24b860289555f42d6ecc738c41ea82da0bc

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca97616e734350e18227db2495b390d943bb92245dbc394c37d370ddf663f895
MD5 6b34daf7503d24c247fd9d42c66b150e
BLAKE2b-256 cdb5c17ba433a0fb7499fc48876e6dc8f8d0c270e8ba6d47090a4de4d172873e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 982a8de104ae984b7452a1b83bbf2f82300645ebd231146d7c221afeb7b53777
MD5 fd9065dcf01454cfa768ee5d601d1c70
BLAKE2b-256 619636f0fc0f438d2c0f817705501c62dee2f545f6b38ae83efadda8bf7f5e87

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ad1562fef5a946ca2bd0b6488f6e0ca13e76bc5502a49fa45e28cf0a5aba5dd
MD5 4e8deac862ec0db8b6029cfa5bfeefdc
BLAKE2b-256 f56634d4a4dc41472bb6cc606d84a93231517b9b5224c3d59bc53a6065a45fa8

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a3246b6022414e889e71440cb68c75ef6ce2de77eb2c17d1c9a4dbb0c8b47499
MD5 904851b3a9b64aa76505f42de3626aed
BLAKE2b-256 692fbe40ab1a1e12a0a9e2f060bd8f0638c80dfb8692d7547ea7a73229bda3bc

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fbf9f96807386020975b64ce68f4ad59b73aca228ca7bfed386387069720f8e
MD5 93a49c378ead78638197a298fdb0a6a8
BLAKE2b-256 d454475161828598e491bb37859d43388a19c527571285cb829afe12d40741b8

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 89a89fb772886315c4a274f52eeea23955d499cc10260419022c1776ecf689ac
MD5 b750c10f583160936bac2d35345635d9
BLAKE2b-256 7aa4ca685d2c6d020ddf365b99c12ca6b62606a058c605c954c828cbf8278a4e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e5be356762814fd03b1b70c698f67cb3dc2a826914a515261f5e12a7782bd22
MD5 79701267143c2febeaa7bec525c678f7
BLAKE2b-256 099cdd41991c9d2c0d7dba4080e6324471b6b8312bd552a51ef68e3606be9f2b

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1be19d1a0c910b2ca1f23c02c86556ea0b08441e5091cc1ec753a58478044b18
MD5 7c1278bb0f5dbbefa6661d69687db618
BLAKE2b-256 7fff9d434af08aca1f9e30c32665fd3048815e25afc406e8b97af66f332f4046

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05cfcfae7d218063c60c74f5183ea9d100db92a9a015e19aa84ccdca1e76d2b2
MD5 b7cc1b343301447a252e5db16e4fe8a5
BLAKE2b-256 b91282a1c6d85ce83fd3a072f2cd6dd54efc3a26672834c51311c168369c7561

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa643ec524869334062ddacd364fd727ce1e6ec8e254e5224883d3daf7bfa47a
MD5 bb1f4a3bfedf58c8586980bdff1dbcce
BLAKE2b-256 2b6fea4334e08339d50074ab59912332125ad6af1c1810a48a2ff8301a61a105

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bf6d16a0ffcbbcd23d1f7718b90f65a4fa74e7e3cc117aa0f96e019b1828d62d
MD5 10f2d883f18981771b0b4b24f93c3dfd
BLAKE2b-256 51fe636621e95825acbef18627fe2a7e91a931dce7bc6009c6c9035cf23507f7

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18fa798f5e1f4c4fe348f2ac7caed9a066d2b2248d97fe77e0289b52cf4c2d32
MD5 2d4cb10e3757f84b7a630b6eebb3c391
BLAKE2b-256 e2bfbad140f0dfccaf869ec088dbeef1a35d59f73e5b7843955637df03945758

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 096fbde7dd9cfbb370f9bd14cf2592479577b2af97945e7f4768fd7cab197c7e
MD5 527ce3b15c17cfac0a4f01d85f088dda
BLAKE2b-256 a56e2d27fc94d814669bfd578bfa291b8cd400a13246cfe888e40ebae888350e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-none-win32.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7e158f17a69aac6c09d791f4c712768f5b353be699f058c7b51f147b9486c07e
MD5 b02ae9d0689409032f60ac985df96c1b
BLAKE2b-256 ce35df645060ccc2ebe151f8d0ee1a77f98f13f89bdb0f5362141260c90c4dba

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dedc0e43b3913d744bc0c35fefe9c5f08cf7c95b0f05ddb423cdaf2d06dce90c
MD5 a3817a53e14f820d740a7f663cfe5418
BLAKE2b-256 1853aa445a23fc69a5f8d2be32e4919098ea005ce598aaca96dc0330f812f7bb

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 390dfceee73be364d864ed4ada4c844ab2801be3957d5e5e5d2310c69f1b75fe
MD5 0afaa5826cfb1e2d35536c0805ddcfa5
BLAKE2b-256 1cdc8a96c00677673cd799876dbeca1b47181e1268f824552a22cf726fd61208

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 765bdc028d1b2014ef7ac705b3dd639ecdd8677ad3bf51272f4f2deb2ec0fe3e
MD5 5196d657c8c2e188aee76b7ed2e675f9
BLAKE2b-256 800566195a900245d803b66a7b5e4d495a0c67b750630f33cec28ad897c9566e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b58e0828b5197056fc709ec6b7e7df7a618a0c58fffcd1456eedb41a662b3051
MD5 838e980b3f7a3c74b97e2844880e767c
BLAKE2b-256 b12ee07e20ccd2f6ff22da33b4be6f543d5b03002ab2d1deffa569536b205f7d

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81a8a608d265122529240c741e73d4fefaead0ffbd63005d9d126d3f0a718fe4
MD5 87949b0424ae87306bf953f51ca20c87
BLAKE2b-256 8b8ca5b5ce5a49bc81d7c0885bd9431c00c467e9eb9ce38e7b1a6922f5211a55

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ba9ab487b1878b6b107b09a72ee23673c5d8651e67c7588f20fcf970c2da1a0
MD5 1939046ce1ee5d4015c0a50fea33ef2e
BLAKE2b-256 c4655f9034e1a008c9644372f54b33188025b12e56cffca2e0a42417ccda9b1c

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6d9cb45255e13e3ca68bdc5706b54d4f8aa12b25fd1e7f152e06ff42296049b
MD5 08a202d188f54492a70338a7ccbdc512
BLAKE2b-256 7505a89e4a1f55c30ef549c59dd43e6f04952d2628642c63c0fb84bbb56ab5a2

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb8d097b8cc04ff1784e45ec07c309260a89820555df5d0e46e3a64dc483ae80
MD5 3df1b7fafb92669547d099a7ad1e5343
BLAKE2b-256 08f05e3823436a61b16abcf885c2a845b5f8ed8c140624579c3fa4e22e0dc105

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77b324fdf212e4519c715401f2364d09390f664e84fc87e87f7c02d91e93110a
MD5 b22c45b3652c55d755e15c016bcdc306
BLAKE2b-256 6de02e58347ac8d01820d1cd7d2d2d425a2f8822f5ff81f6cc686acf90d61f0f

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89215fa3da114c8abcceff475b8e0bd05d38eca60cf5d4f8f2cac5fac9f1d3fe
MD5 0d4011aac99869e9da6f38e4fad3c4c7
BLAKE2b-256 ff6549e361e5bfb5b355fccd22b4b347a1c50c62a45435bc6b7231c3a7d697a7

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd803464ff887d3359cbf5f70a57cc6b2d9ec64e756b6ef3e2b939cab7f6f24a
MD5 2a442d285d4f528fc568d59475d1b841
BLAKE2b-256 7b59fd71980e205b8fd37334668c7319bde2b92e7b5c6604afa469503818218d

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 369e6db544c2389ddc6cd4c93e7c9c0813c77fe900fdf536780eb6dbbba99290
MD5 2e7cd89c090233ca33609971a0c7bbc5
BLAKE2b-256 43089463770365445b63b6b479650dcd0f4cf59f812aa03b7e67f3c7d13b5093

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 3c791e4a99e763bcc223f9153aa8d678cfd85ec18d89bbca37ebb26e0b914c98
MD5 37c9ec42ea57edf30efed130f86d0afc
BLAKE2b-256 f9dde318e2ce9f60640bb89538e3137cd6154e2aca8286d80abc688dec0f8d2d

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-none-win32.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 1749020eeeffca21f11891220b1da5450afcd63011082fa75d0010aafd8ab71b
MD5 7f3e5a841f07eb9b098aa9207eba9e58
BLAKE2b-256 77068db0bce775de70c37db5ca03968d0b8f6ac86a0c373eae6495b54ac964c4

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aacdf3fb6a94c330dce05451f573bf5c33e75dedafe94ac5a45d1db79932181e
MD5 06c46cf77d765fd1fd5cd9505c68df72
BLAKE2b-256 10a0c818c7218652e5908a29044b21b9e5656dd14a8709bbb5827b6b468d3d4f

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9db447712eba3ec34edde6bb7d13ab9c4edc92ee59cf12f07b415a6cfc28c84a
MD5 c899ff12c803f1ee4df3087693f21e10
BLAKE2b-256 83783c705e2c137173f6ef1d72ddcd0a02117fe69d9575cd872428420ed72144

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7b934a5ccd65f949c1a84df52aced6a5bcac94eab27f47bcd3379d385d6b397f
MD5 fdea3569831ca6fcc7997d453979e33b
BLAKE2b-256 41d7991bacbf6e60385d0319a78f6146bd5531f2be7b9c27ef2ae079c57a760e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a2b33a232dee6a9fb9101878809c24ad58274689251820cae2a8d5153cd97d4
MD5 4c51a2043ea1c404506efb59373eeb3b
BLAKE2b-256 a963627488ddaae1293d399390ca1daf866206f712b07b3dfb59810ccfd94e49

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 428473be6dda48aacdb2c3031b2cc252bb563a34856df4dbe67fe109d72a6429
MD5 db4af1ee8acc6e7039c612b72093471f
BLAKE2b-256 213933c020cb1466d1c631526b511aa1dd4a593b26f14fc47a99c89263bd032e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d0f46ef456299e3ff8a35d87ac3902fe16406177afd6662a222060f3aa53f46d
MD5 9b2f814d663343c23f22e1e12a03a755
BLAKE2b-256 dd221fb5df9b0f3b9f3917985db91b17c3ba2eeb526d0cf7413d7623cc9d2bff

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d68fe79a8d04d6e907d5728b0055f8ef74bf3b2f3611af8fb594ed678df31b7
MD5 8f191e82d762bb5d9ca466769ce49f70
BLAKE2b-256 e327cb0da6312a50ad55195ede6e5cc8f0fa96ff7b9666bccf69456be1303338

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e15c24b670d45971b0b4e124076dbb47e675d6dbfe74a0bc8db5eb29f80cab0
MD5 30ba7deba77ef3f63f40409778712966
BLAKE2b-256 e585f35e04a8c411c4fe5d24263323be41f8363ef218c97ef7fac90eb8664497

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bc7779a4176740cdb8bc40205dd305bd593f2588f84c9d991bda355979d4dd5
MD5 f0e95a45aba92849f8a7fd680e0961ad
BLAKE2b-256 dfa6edb1de8f5dcedaa61ed9ca48338ed1b3c71b03751f8c807e320832bf6e5f

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f52691696d48e524df9e7eeba6943a4b3509f23efb93800b931d6b05fa9bb9f3
MD5 4606d5f08b073110206646aa5b2ff48e
BLAKE2b-256 dd34e11e5e174c7364c90c1b0aaf5f624a1b9ce7477873ecbd53b3e8190f8866

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba962bdd5663b3814b04deb653ba22ed9cab413d35464d6093d3d1b9ecc45ad6
MD5 cd0c7e61580dbf8324a8a3c72f4285d8
BLAKE2b-256 cd730004b05c0c3999ec034e1a44bddf464e8bfe009629131f10afae55d739fc

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cb6db255961a87dae25695cc87ec28c01ea801e66933719cdb83cd99418de74
MD5 ad1ab80abbf14c25e97bdee34f523965
BLAKE2b-256 90e7280050e53596f242b077f0066b0207a795b9b683abed85512a0b49d0e923

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1dddff7b54e60f14ced56dc2c1cb591f16c66744bef0734288e9745f10ff305e
MD5 76df12d16a3e5b177523e5d6b831606c
BLAKE2b-256 1bd2b653fb7b85ead6acbdb0d3b57f943d0ff6a8eb85ff17b3cd3c011d4b6c9c

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-none-win32.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 429020962a72b6c05f0800bb0e52447c8f884f783b8507a4749c05bbbf346af7
MD5 18c12bf2e0b3af90da978d2bd871f1fc
BLAKE2b-256 5475158a9796989b64fdca9183a1d76f3d24987ce86816254701bf8696f26d57

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6846a85c630d92229297ca9f867a4d0cc220ac186b67785280d59b84414027c6
MD5 2b9d7e1421d89cc9c1dc1fc7eeba3ff9
BLAKE2b-256 8b38eb8b8bbd836c6407b06e446b93b6b6c0cb361971c3db12323527be81afa6

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1580a26bc53ef96b560f2c457b3de1f8071f93cb40707f65aae9700d690616d
MD5 639c1183f0cea7bd4c1af761d2fae667
BLAKE2b-256 e91145ba6c31d7b9c4744de80b6e3dc9ce41e180f6f35da604afbc94fdbdc866

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 67d72624bab54e5055e7fea95b2e14f7c208f8f22d433837a260ce338298c914
MD5 ca55e6b8adeb921c81cfaeea1b0cded1
BLAKE2b-256 cf439501abb2e2087a2fd7ac048362b0e8659c6e2f4ee4a3dbfc27cba58d8de8

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46d882f54a84507846286203b45a038a1bb583eb99b4ad27cb94cef5234dc296
MD5 39e6f7ff41cfbb4ba40b9c7f0a2c15d8
BLAKE2b-256 653b0bb69e93b8526724eeb8e594058dbbf0b69156bd5ea8c17f4661c82eb69f

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 256ecd58e3b686a79d66e36b98103411821112024c5c8ff7505248e8c1964cb3
MD5 3a5b3c0c1e59fd9586f7b1f6454cefc5
BLAKE2b-256 bbf2579df48bb29e6f3dd5b02bc0c6b248604fbb200086ff7b38c1474e4a2d47

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e4f0952747405b49202d2672851a885c3cad9038774f86e396cbc762f11d5ad
MD5 b033dc109381aaf07979612aa32fc851
BLAKE2b-256 1261c7b495a66e837bac3c4365df3c02c434ff67d8fdaa586d4633e40c96c83b

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f86e45526b060989ce8cae98b9d0f47dd251a943043b5cdf1a7d12fa9e62df6
MD5 6249befd779fc926c7caa62fa9695145
BLAKE2b-256 2962e6cd3cf9581a87e5847c4e2a3373cce015fb4c9e09249c0246f05b26e631

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 850085bd2970799b773f4690c7c5b1d215422a76f24420ebae7ec167bac27c0d
MD5 f2e192f509b8feff0dcdc61f724045fb
BLAKE2b-256 e598be0881c90f1bde05f88c07f5310392917e7195c8735026dade6223d9ee2e

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fcc40c3d758aa90cf8b93a56e697d5ab6d0a1f9bdec12f9d09aace879da76a3
MD5 b2060dc36e0a32b2b113d4a9aa1ce8f0
BLAKE2b-256 e99b900a137c6cc99e55175fe2cba0060cfc986b8aeb3787c411d5c17dcbcce7

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 707e5cad77cf6dffc8b3e0661fef4530d9e357a8f504f028c7d7fcda5ca25030
MD5 cf42c9747a00c87c1d307a639ba69f0d
BLAKE2b-256 6509240ad2d2a91b0318d93ac0683ee0488f6fbbca3b10a78b966e46f9f4c920

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c308aff7b4a08ce65757525c16894c6be3a54150f41501c57c4b87b5f007f44d
MD5 7502c593ee267f70462ffc7f390ffbf5
BLAKE2b-256 2dc7955dc0ca9cb5e756987f85763da120b8870ba3af92528f8b5e3ec81822e8

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d9e3a9b3b80a999ada086872d12aaef449c892677b1e400f80a1fe74f9ac4df1
MD5 9b5bc6986ea7de89f528a2ed41ad7a51
BLAKE2b-256 db40ba0a45f5fcd341960436db05c5cd3fe35ac9496e6770bf8fee6336f4e008

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-none-win32.whl.

File metadata

  • Download URL: bio_grumpy-0.1.5-cp39-none-win32.whl
  • Upload date:
  • Size: 443.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for bio_grumpy-0.1.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 45da5f04aa5a040fbcc6756616383bbe22ef933aa17dd6674e9566cda795c58b
MD5 59a3e55fc6702ffced596dfdf387b707
BLAKE2b-256 a4311ed72ed91e0442cdba9c4da1e9f4a1cc3cf9d249357c5a9be4f541171f19

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f98b70c60aca2f23d29ee1db4f319767df4eedd7f7b1f94c881d671e5b7f129
MD5 b3a15a867d2209926065a5e06a3f5365
BLAKE2b-256 ddeecf092a3116b6c650961312a7e3e152de72bba26eca361d7f62a10728dd2c

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a9c24bbb904952cc691d267fea10032795b3abbae58d115360fc30ae72e0131f
MD5 dcfe5ebb5f65f9c7d8f1e6388320f9de
BLAKE2b-256 75b554fcd66df3dc6e0b9a8fd9505acc663b6ff4a0683e44e19a417a9c3abd7a

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 77f9160d2db2486c16fe609c4ae7884e365208b8e377453f8a18f85568c94757
MD5 2e6a6ec89ef9468cb4cbeca567c02acc
BLAKE2b-256 efd3ba6c4f080930bb2393e1de4000cdad25dbdacc8f8f8b298ab16a5744ae14

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a98da0f57ddcb49fbbdc8694204ed38e3e33b10cd2fd1bfb29b618800d5be1aa
MD5 819a04c507935a6b70a665ec840dc8a7
BLAKE2b-256 42231e8331a5906a9852c07c71723f91f6d03ad8e59efc825e64aeb0ec0f294a

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3e339341fd2c4b89f5a666e067fde8e95197d9154a43da300feedd2f84efed2
MD5 b1073a2511290053fe9b04e7d8951d89
BLAKE2b-256 8b6af18513166f7b0c2070928e32b7ee96ae4bee63e2926e8a373b6cc80d2ca7

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e9ce2b5fa99e0f2767bcd9c036a0f8b1fdc9c009644746f20d9941c9b6065cdd
MD5 2ce22238a8f8034fb9ae06ab24de8ecc
BLAKE2b-256 3db5981913ecf65216602dd59bfa7c7836d7e68be9d30ff77e2f314476dd3060

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0ef3020e03a06349e47cc54fec125c83aa25f4e901c6e85b9f79ccdd1a6abb13
MD5 228fd7ad8e56c5c4b2219af036bb777c
BLAKE2b-256 b7ba409140763489b1bbfc50faa156f67688c031ae967d5aee9611ed9704885a

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23fafcbc814e15ccc5f68ad5613d22060b1f7548865d4430b97e3fa153611fc0
MD5 4b9cf05fc165d0ed864556aac53c1ac2
BLAKE2b-256 36134a90f45851ba91ffc628b4ec46fec9b13e606da5a7ffa59a1518039b0133

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4df08e5f398e976d00596bdb83fdbd25571ed5624366656de03d62ed7060ec4f
MD5 8e9a5fa9e93da06e81ab17cc102b9123
BLAKE2b-256 e0e400184074e8013a89f85710b161d69b6068d096f83a3b7c602757ee276dac

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 957f9e473c5ba31e44f4acac78a4354365f735a71750651543a5a6bfde4a1e41
MD5 e378b2444cf75e23e26f9580c2e294d8
BLAKE2b-256 600d5c01a8d349cdf1fa6e8a6f2ee649286c0e091d013a5cd654945775072ca1

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8495a76e3a061459e729e932aeee0f0d3db4cdebdb410a98cb1980fdb380754b
MD5 4992fe838b836ecdd6d6220c73797f02
BLAKE2b-256 fc3d6a87b73e945fd5152d44c32211acf4139e250431f061cebb54a873a8c5f6

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a08ad27f1c3ff769d4cae3e013b48f90638b4454a4f7a60ccd2a41ec0b5dfeaf
MD5 b11c7a9ba91fb42440db1dff355a664b
BLAKE2b-256 54e5e26ae83837853ee428844aeece3658c149e12c1e627c5e82e0cb7f664163

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-none-win32.whl.

File metadata

  • Download URL: bio_grumpy-0.1.5-cp38-none-win32.whl
  • Upload date:
  • Size: 442.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for bio_grumpy-0.1.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8ef69a6c4d4e8457d5f448dfba2d99b8fac9c44a0189a5401a8aa182969051f8
MD5 cd163ff5b44eb514f225c36284c68506
BLAKE2b-256 019601f9c9a4021f6c39a8fc6e61395944e289e3622466c556f5c4d757bf3aeb

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b026bb4414524ca5e12e2a01e1c78e3f7d59744804b745e726750d36e14b884b
MD5 65602849ee9525ed4dcb6bd584776c3c
BLAKE2b-256 350b13e816fff39cb4dec00176aabb56e1171f33fa3f104dff1a7c81438788c6

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ed2cd786233b8e360fd5d9db2e25af00754c7296c1f3e6cfb18a2186aabefc8
MD5 524462d5214297491a07f4a3a381a6c8
BLAKE2b-256 dee2c2139b97493728e6d72ab731a3b40b34357f08d412dd737abd45745f8eea

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 170b5d7cf69e165c8d0cb39ebc1b787402677a579de2683556721e8a0c72cad0
MD5 d9d2f14450cb646524122fc593f9b56f
BLAKE2b-256 be83a9fbe1b4a077384345c49fd1f8d03852f258d73074ff14c02831519e4116

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7265e30e0a2ff44860e559fea295182017cd47746c3923843c72374ce029abe
MD5 c596b8297f914d05d8bb478f6fca831e
BLAKE2b-256 15e39e3967affa7a7e4889ebbb3d8477d55804205bea5225dcef7d3bad5b2521

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5acb812b11645e8bce65ce5d4153bd317d7f30b8f514b10356832bc916d1e62
MD5 4f86f3cc29492362ffecb8c660150f66
BLAKE2b-256 ce44cb45049d43956b4746ebf4ba514841f1437a57395512bda956244e6784e2

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 af647761e71f65bdbb6a703594fedcf61241e8634212fea077f5a4372b7f8ef0
MD5 b4da764011386d648141ae2e2c415ead
BLAKE2b-256 09994171dfdad276e9836b3e021b93f0dcc02a1c5572b53d4a8b0279d6e0f8cf

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 138990a56627b106e3f7f9576dda2c46b39aba036877f325854856bccb4cad6f
MD5 5a6a3bf38e20257dc4a73f5c3de8d2ef
BLAKE2b-256 5565da93f5fa4903e4eb1b9ce4db2f2f0aaa140e37cce487ccd8f84cbd3b1c04

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e23522efb833eb3fed3be4c7e42ba24ec1b600d58a48129fee09646e37f87697
MD5 7fbce2e590f7a8e4bcd27792153f66e3
BLAKE2b-256 66b0d3ec3fb7623f4066d32568afbc0413e8f854fdb515cd7316787918460d31

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 321310cbd144e5d4a1c0112afb5d59f8d07166a447185d2cbd26547125cd8a93
MD5 48f846b370555e8b2c92b2b5a88a2cc4
BLAKE2b-256 c75778bece1e05b664ece7d2506e891a5e64e30443936a8a554706bb19e9a6e1

See more details on using hashes here.

File details

Details for the file bio_grumpy-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bio_grumpy-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cadbebead4c6d2f0a38c1e302440f788721934963c450fb3d927e10c4fe09017
MD5 bda8ebfb97a22a187e97cbf206728b18
BLAKE2b-256 4cf8bb56d23d46da1367089f0e4e0e280d1841b7e01606ac07fe0af686b508a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page