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.12.tar.gz (3.1 MB view details)

Uploaded Source

Built Distributions

bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (826.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_i686.whl (856.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (924.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (837.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (656.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (772.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (712.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (662.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (660.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (701.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (828.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_i686.whl (857.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (925.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (839.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (657.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (773.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (663.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (660.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (702.4 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (828.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_i686.whl (857.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (925.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (838.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (773.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (663.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (660.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp312-none-win_amd64.whl (493.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.12-cp312-none-win32.whl (463.6 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_x86_64.whl (831.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_i686.whl (863.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_armv7l.whl (926.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_aarch64.whl (840.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (660.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (771.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (712.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (663.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (663.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (708.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-cp312-cp312-macosx_11_0_arm64.whl (587.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.12-cp312-cp312-macosx_10_12_x86_64.whl (602.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.12-cp311-none-win_amd64.whl (484.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.12-cp311-none-win32.whl (455.8 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_x86_64.whl (824.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_i686.whl (855.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_armv7l.whl (921.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_aarch64.whl (834.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (756.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (659.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (656.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (699.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-cp311-cp311-macosx_11_0_arm64.whl (580.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.12-cp311-cp311-macosx_10_12_x86_64.whl (596.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bio_grumpy-0.1.12-cp310-none-win_amd64.whl (484.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.12-cp310-none-win32.whl (455.6 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_x86_64.whl (824.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_i686.whl (855.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_armv7l.whl (921.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_aarch64.whl (835.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (757.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (659.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (656.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (699.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-cp310-cp310-macosx_11_0_arm64.whl (579.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bio_grumpy-0.1.12-cp39-none-win_amd64.whl (484.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.12-cp39-none-win32.whl (456.1 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_x86_64.whl (825.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_i686.whl (856.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_armv7l.whl (922.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_aarch64.whl (836.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (655.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (660.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (700.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.12-cp39-cp39-macosx_11_0_arm64.whl (581.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bio_grumpy-0.1.12-cp38-none-win_amd64.whl (485.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.12-cp38-none-win32.whl (456.4 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_x86_64.whl (825.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_i686.whl (855.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_armv7l.whl (922.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_aarch64.whl (836.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (655.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (660.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (700.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for bio_grumpy-0.1.12.tar.gz
Algorithm Hash digest
SHA256 3454a85b844d27ec0d18f0b82206e1566effdd4f74fc3cfb3c71aacc57ecc8b0
MD5 4bf434544aef106579d3fb803b8fce4c
BLAKE2b-256 70b89e66c455cd875772b6ffe59e12b60f88821abd73bcd5bb62a3c3ffd78eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5760c82b2ea6354caacc2bbabb4b81089bcb8321e3051b46cd7af31d473a4c82
MD5 13b786f118af91cfd885d7b5f5b21dee
BLAKE2b-256 f4dfb585509a7e49ecd46313490e75fb9b1042071651c25294e8f7dd0386a636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cce8076e420e691aff64a28dd019fd4f6157f06bedd2df0060cb7f2df0f0e366
MD5 c5fb7c919eaaaee772b5c110c88e5061
BLAKE2b-256 5cfd7182c7cf47484ece755843a5c91a8dcc44d96583b3654607da76fa7a9258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b86c21f09a2b99fb3e406a1f33637097a884a2c1c70ff72ea966400bd64728c1
MD5 b724cb9f02e03ef10f49fe19e01fcc7e
BLAKE2b-256 2d0f104cddbe5e82aa6b97dad6aaf8cb7aa8544ccae6b92c08ea4f52d308ebbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25e7d656c3d80b3a8d42cc9f72c14fc31d71abeb5ea2f28ed28243d855f3788c
MD5 57d2743d3b195ec5dc25b3a6533d6c33
BLAKE2b-256 ffb8f929d94056f31576fe2a1b017fb1fe9cdfd5d928c8fc888aa7189cf408b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c246b81edd0c54adfdb732ac8a70bc54e177d74dd47cff37d5f5e0c9061292f
MD5 5467fe35279d25c14afc94c158817510
BLAKE2b-256 9ed5bb56e49838b75a99547cf022b1c1e380f480e385258cd699c457b35845dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 70dc1064f5d49c853a02f11e62daa97c66d0eb3d6e6c3efa55e603c52e9b4816
MD5 a9f001437772f5140af2f34139772795
BLAKE2b-256 6a4dfe90bf7565f4b4acad8a6d26d06b5a1c2524a983a57dce7a41cd28329f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd34bed2ac3848ae70f938b999e1fd55a16f0cd7e18bafc8bd055652ffb0fba2
MD5 b67a54b2c0f046340b26fdb9b449f4e6
BLAKE2b-256 33c3b6ab37430fe86d8e4180e32ad10edcf9039431560e0e053743447bff1da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d56fb5e5f37b5340b83150cdd3ece93d2b6220577455d8bd548e16e23f8fbcb
MD5 cae4fc8b037e63e3d46589cf582f9e9d
BLAKE2b-256 8c75b8e2e38fb14099fb25c734aa69902fea32f14a8b6027a9b0bd202b3a4578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35b17da7a934b56296526727f291a23758da48c93d308aac6e4fa665daa240e8
MD5 15a564236a9949382374958d99c257e9
BLAKE2b-256 d7982f674e36f4948674f2b89b474f5b73c2dce65736f150f379fae3202fe366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5703ddcff4853e19cb5c61ee4eba5072bc1cfddbb4a1eae314ef410672a1deb5
MD5 74c2116905932c44ae3c5e40a720e63f
BLAKE2b-256 9ac02de6f79886e716d60c64e3ad658b189ba99881ab94c9e2e5d5d11d767120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c3f5a053eb1dfd1846dffdcf65a169f29e9857dc071a4b6e82ccdc20d8376cf
MD5 06407cdd2765b403a1bf7c865606863b
BLAKE2b-256 348ee9283dbd87ffd3baf08fd2e611bbe23f3f40902a391813330b0d03e1cde9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8a6206dba97459a3af552110d537a3487fcca946eacee6bf0d1a138b6a6b5d5
MD5 4adf11e09ac90a2289538ac8b7c9be63
BLAKE2b-256 a3f7873153cd6fda37729fa7ce74b3a2560781f81b1bcabcd9a776578c0b5806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fe001829b7f2a391d5640117138016b924cabeaa5431a891515eb74dc60042c2
MD5 5bb77c7658c331188db0a1918af263e5
BLAKE2b-256 ef6dd1cc78f27826eac210f1833c49ee316122fb70ea9afbbce051de4ce93bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef51447330b2f6ff8e40145c058dde09aa0ca9044036ddf811bb498542fee86d
MD5 77f165bbdfae3a21b83fe403449e5f01
BLAKE2b-256 f9f641d1da5b72cbede397d7f24c59778a6ccd11ee5978fdf5d25712edbe759a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2af3b3ae12db56dedd381ebb6abe5d14921e172fc2867172648d2d2f6a62e71
MD5 29187ddca5516a0238aba753fea92721
BLAKE2b-256 4d780722b2bd3050fec64d8c9120c2523edc44a701dec0eac5229b568e8d45c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb1429e8919e5b05cdb094dabdb9c351433dbbccb7dd0963adbcc49bb28d6c5a
MD5 d692287e64c9a5aa8527e1a127f39c76
BLAKE2b-256 f36b93a12320f2e293cacd971938aa537a34a641b49a2eb01aac72d8a27ef62f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39677e917833cb3993f69f6279a9dc8114c9fe16558aeec13d33cf6712f63e9d
MD5 04eae4e46848245d35c8eb9b28c8e8ff
BLAKE2b-256 10cc0914c2330c60c55f5927c19abbba8d9c03101d6c5781f95282adb2102339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 78e0ef7b9d1f7ad968ef591ee4e78a8131f4a8669b3edf7dd8f8c244c3d49a06
MD5 62a2b87ddf41ba9e9bc7ed57d09e1d5c
BLAKE2b-256 3fab786fd3d5836883507ae4fdb6917e220c767a5f0fa4d2a01416a389d4081c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8d36e08b4889be324ba6bfb07cb607b5b77dd779ba10912a64a664bcaaf58a8
MD5 fe85edad1347bf644cb21c117d02a690
BLAKE2b-256 ef0efd7d7746d1f369b927ba8cb9d2b00452888e36707038669ed470583292e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 67017cf1209a01ecd9a22f8ea9025fbefbc34bfb510d77768c8a462104d76c41
MD5 a1bf84549ad892cec50654965e1a30f3
BLAKE2b-256 5d530996c43fada6ab56fffa60f1b3e739015368257355ae781c3ecd24bfac2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd77b03fc6f03f65ddece1588fde02331bcc5e8c78c177f4d32ce21bd5acef22
MD5 dcb212385ade7ae44f6af5748a5bdd88
BLAKE2b-256 1b6c8a47721413a94de1d65a1985cc0ca242213b9b3c5f9c54775b446f0ff28b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 295bed2ffa747c18e7bd1b9bb73ec3483c01fc0ecec479f6cacaf8d22219b47b
MD5 4d99878990a3a65926f42224260ef5bb
BLAKE2b-256 c03f763b013384ab30aa70e4be989e83fbedf914e4beaf86a22defc820cf025e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 80e8d83330d5fb25b3bbc48514fd72080a5be493756eff15d2e01c0e5fc27321
MD5 1e5aebc0da5f583b358da491f0d3071e
BLAKE2b-256 dda86b929084320d6e1e0f5e7ac030958ae47a466dddf844e48b7f6950e925ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff032a035caadefd581c410b30a264ac641c2244f9a08e41c64cbdf33ac160b8
MD5 3a9c7ac5e902befed4d28f90d5854274
BLAKE2b-256 f65758321f03bd664dd126fdf60d75f923f786a0143361d56dd1cef4564996ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 686cd762bd07bb86037996cf6b77f9cb4646a20d0668c8f0fd03e0006527bb17
MD5 cc35ae0f18ab812fb41cd7112a5121b4
BLAKE2b-256 d492c9cfdbc9060fb3417168abd7831521e76bb42705de70c781944c4af855ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 095a1a8d7d3f947b9a8c82241c2e64222e57a539499228a330f2c2fd28ed57d3
MD5 fdbb742cbe926a8e767fdc94066c5965
BLAKE2b-256 62b9405bff955476e7278c2216a4e090048857b595f3fdea63aad949398de76d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c550d7b3e8089194537129564ee3e22acc2569332bfc54c5d3fa4bb9c18c9931
MD5 e331f8b5146549799eeb5791ac317a56
BLAKE2b-256 6c7cc8e9acb02849fc5e345011581b6b9a3ddf741140c05cf98e109becf1d2a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21caa60fdb6a1aa3d74412ea935f46859d09f4eace5a4330f91b532874ea1988
MD5 730a1f474fc726b924f9ddb43c64950f
BLAKE2b-256 7203a41997c492f1d33a10e89a85aa28f0966470eaa999d02bcf8de941cbf063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2ee59c18b5f0c5b713cac5b8935d6462b2dc2b5a2746c28f1733018867e07382
MD5 69d63ab6c0afdfaf18687e6c769af52b
BLAKE2b-256 383951566f28689cd5f43989eb4df09bf0e0380cc930226ee5f2bca30d5468c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-none-win32.whl
Algorithm Hash digest
SHA256 179d74ef84c4453715d2463ed86e83b9489aef7ef9f490e7d48a828e5b8cd52e
MD5 f4774f8a6d6eaa6fdaebc10cabd1f9c6
BLAKE2b-256 3d996c68358fc9481b887d6be63e7e1bcd99d9979c0548b4b2ca0e76c7074143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35d88c00c18faaa4fcd2861d0dbbd2a277bfffd3a2f9750c11ca178587ca418f
MD5 ffacc4d6f189f5a2dd88cb6e9ed4e295
BLAKE2b-256 e8e4949bffd186fc30523c61ae267f5c362fb1542c902fd40e5e5585b667ad28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c75136f4662acfe9107cb9b96dc491468cd0e1b526edc4762d544805d0301a98
MD5 3050d2ea6d317ee458ccbf8b5dd40868
BLAKE2b-256 91e3372db7de30d06e403e6a7bbd0e6247c3372d93645f6eefbe489ddf89dc9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 15a80b8ad6f192be8969de8070ea24d77cd8dd41b1226cea13eabf01c8b93010
MD5 27d3d6458e240e420bf93bebdbee6d91
BLAKE2b-256 26826df9ebc443121dafe277611c54f78f1c082ddd97dd461466c935d589ca7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f306627fe2dd7c52e886f6f2a1b045a18e69985d32a4a3dd5115913ac108639
MD5 ed041aa0674cfc54065b2604264071f3
BLAKE2b-256 10e809c562b45f7f369b6c6d356f0af51cc7be893edc39d4a1834aca32ae3ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 054baff1372c7bbac8ddc45da24d41633271401a501b4b6b9eeeb016831544e2
MD5 40e539cf58b35dae04244749eeda282b
BLAKE2b-256 2d385369ddcaee7beedc2a7e0bb126d153b3e8c42f1b3ef1d55cab3e412d8098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1304c126455243651bbe7de62218c2d28af71a7b020174accd38cfee2808f44
MD5 4bfdcd12044ea84ec4a50b9539f87a00
BLAKE2b-256 fe8d222bdaea0112bee3bfb1912b401b733827e027d1ea8da94f1edc4a248449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 751deb5b59eb2eb99a3abd28fb6ce46102c8d30cdeec34f590c11be17e6b9197
MD5 a80ec79273c3a55d196802a07d28c300
BLAKE2b-256 3c71c8be3548326bb5264ca182c803347955dd17055bb187d1ab70db1d8b24ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be2d23a62b5129249ce630c32cd3eb908ea3c2e3e94b4d20e40ed923a11dda71
MD5 a5bb023f8aa779c4ad9c91ff4153bd8d
BLAKE2b-256 5dfb70f89bca8cde012d559ff581c731e0dc0fe91bb6fe739b607a1f9b157142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a55fee9948861aa8b996c3a21067bff26ed1dc69b4133151fa741b56ba81a26
MD5 2c2fc4e9104eabf8ff3fdce3b915d950
BLAKE2b-256 2d4e8da219e6b6939ad9d8c3ca6fdf5c7f008bfbc8cfded6c6c8a997357e0c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c343a1d67404b5a9379a969c226df6393b60c9f3b742cc71ae9f73c0b9d77731
MD5 20cf2a9d8011400d6a84d37f231b0d19
BLAKE2b-256 a428a1ee737976358811997e07dce32960a2ec0f1d3508a96697119c2181a210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae36f02b9eae85712c5a3ac65b4c8740649ebc2fe1354235896e5e9bd8caca5e
MD5 bd8ff8a041410db09f08ed5b117ba5a0
BLAKE2b-256 4b50e1739c3f34a4d1ed6c1331706dc804f27cff56e581953a78f442eaeb1f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b25f5e09971e387ac3c78e0ee5b62deec2be25c0932b4dfcf39cc8b578cade54
MD5 0fb7ce8fadc6f0c18834837fe0707c03
BLAKE2b-256 080f1cfc3246df9434dbc3260aa8fb0879fa95f8566afeb96cb6d7c2cacf3a99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 805a2ca1aff6b3528400a60eed94f2dbddbe11f35c2aec2d1e7ef615586a9698
MD5 dbacbf476064b7644716d5154cb55a6f
BLAKE2b-256 d769ce8e087328886afddfd0e1fce4f6c1dfffda0d475686518094b27544b8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-none-win32.whl
Algorithm Hash digest
SHA256 756e130bf281792cd77a6f59213dd441aedeb33c31bd257ae9c027e47c678cae
MD5 e6e5589ef2c88103bfc35e77179ff90f
BLAKE2b-256 152d20a529727acbe40dcc509fc947436c5bd946ea6589934baccf45a36d3012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecb3c27e45bb42470b0d29ce8262c523aa7067449731dd361b7241923d0bc6f3
MD5 40962cd20bbad74f70cc1c30eafc4a67
BLAKE2b-256 9268ee5131798743472c4487bc4134fde9bcf9b1fd8bb30b97f345ed8453b86c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 810996a4c71cf5931315562f55787f8adc7955a05a363082324aee9cd3ae0bb3
MD5 4bf9329e40f01158d9bba5c9887af47b
BLAKE2b-256 3db7fc3537503a5a84d331037e2e4a52bc6b76ea213b84209708ac09e72bec0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5c659868dbdb9065266ae37e7cf663dd8440c363bd839eb98facd303b8ec8f1d
MD5 eb8609f531fc68c636013cda26bb4b9a
BLAKE2b-256 84f8b1c56d312de4defb7020c06787a3cde4dcde1817942e312974ad39ed5763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73103e64233eb5e688470c07362d4f5f094a5b04d0b20cead0ba243334d24144
MD5 52de803d957ca41b1cdef52d309442fe
BLAKE2b-256 46a86d5c142234bf597162dba4a6421af223807520e13c4a991e4c5ae83b8bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18a7f34cbe9eab80f966b493ffad68130ac40afc923f48fcbb1c632989127bef
MD5 5bfd6fb68fda9b730d7d7e2800b54dd6
BLAKE2b-256 4cbd8d75e564d43c080b4a120e418138f94aa1225b96366464113fc0429b8b46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5262968aa74c1a9997bc875a32110ff16f4f83bb4ea1682f95a84c08a41fea8b
MD5 f807e15e6fde841b37173479ee78ade8
BLAKE2b-256 1948e8b11d5feb9695afa7ec0eb80a143b3d0ca7f9ff4fd7036b8889369978c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 866b85b6082897978cd3bba2d23032eb4671c92f915e9f528dedb53d99437a63
MD5 29caa27597805b99bc3525956bad637c
BLAKE2b-256 aa37baa1a0db3c4ca8ad7b2347ae494f88b92171c1ba17aa03c7740e81f2c6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2685690e1c28eb6a5d07e060f7040e9bcf8fbb46011d249dbe27e0b34127ece3
MD5 35dbff0813479e1ff1d60cdc08335611
BLAKE2b-256 22d6d5e9dfc74e6e4273a37f812e004de0d261f68086ed7b5a9f498e5532b079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b13e96261013e4abbe740f3705b66772cf3f7a679a5a1858ed61983f5185935
MD5 06df1e1daf2d4eb8ecec7fe65d6cbb64
BLAKE2b-256 528747aac50bce1b233120c876502d05f02ecc20f89826477bf4b488d485233b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e915135e2961957eb0e9a2dc08d9c55b7eddb7f01833c16c1ada6b919426d41a
MD5 fb9750220394798e8ce44385d22416b5
BLAKE2b-256 1f00b364647be446cc4530228af809d8582ba5033886af884ecce7d81e60dabb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 290fa454c071b3e69ca7867ca0fc461a5797da59280badcaab06b6db69313e43
MD5 cddfd2e8e86d6b1b63f4acfdccd525a5
BLAKE2b-256 b05e44fab5a1bafad9431e4fe734e7c88e54202c6598742dd7b81bdccbc0e425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b1493ce406a8a5782418033f15c8aa05fbc6d7b4f6419bca40325ed8dbc3412
MD5 f7f7b28097ef410b69a43fd0057c1e8e
BLAKE2b-256 4743ec3f072da1646d11732764e0269f2fdcbde612bf6dd3f62e31594d13cdf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b00cc2fe4ec1bb3ecfe26d25935fafe5c2d06f65983e62bbca229f33976a2bc
MD5 145eeb9b777d46b7ad4e52ed7a019acb
BLAKE2b-256 96f92148bcb713f57055e826c3f7fb31f7332d0edf98138e43c507e6eb4c6179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b0ccc34f5fc0a05956787b0bfb0310e88ee7e39618a283d6ccc0ebd234e5a865
MD5 9ebe7a9b8a1099b93e52dad8ecee85dc
BLAKE2b-256 9a65be13341a609d9bda050196ed15a80dddad6e7dc46376eecd7a2ce15ab92f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b23e3429a329830179ce15e72f8ea6372ce015498721cf696905bee89cf6cf54
MD5 04a43845ad881e941baa4972ac594979
BLAKE2b-256 6ad60b6d7ea59bdf41cd437ef3df1b561522efdb28fc7afca25e0a6d078720e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 47f2fa561a79fa34f7f342ee6e1e99ba462de6e031a2170222fa21901542eb64
MD5 07d90220a9ad40d42770fb8284ba9f10
BLAKE2b-256 b16cf6264a58384250ac1db13b2a126e98201328a20c1c0eb92ec210cd6a7ac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 83e661199a64cf0ac0d4553c46c415dda95b770007eb6d6ea6a4a5b9d54c816d
MD5 3ce4fa519d3ad11fda1672ffae11c098
BLAKE2b-256 80b64ac109ae498531cfd6ca23b295cf89f134b30a521b222c28b32da014a138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abacb33272eeb4118332fcc612ebf4991dfdea55c6abef42496d48068303d5fb
MD5 8372d79f322b26a08a303f1032ff95b8
BLAKE2b-256 1c9344bf1047a3d178ab1c2b41a7f64c696979b0d46c583ad5c6f8b50e62ecfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71faa17f5683dbb6035a055b03200ba4ab1ef9fbaa936dbf40f208cbdda918a6
MD5 8ed7a555d1a892a8aeebdd4a5c75f6bf
BLAKE2b-256 5436737c178a896785730ca4bda3d2b05ed5b8379ffd81881b516e73f913b908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e20abc81a12f656e02123a2438d5ecf8ddfc4c02cf54d7874b1a75cd43deb58
MD5 c09cf14dd141437669ac9df705d0deea
BLAKE2b-256 6bafdcf3d6e270fbbf408ae82963eaa580c9edb32e4cf04c29926c1ef3adbac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d657a1151354245c75ce24a1c4c000404c77be5ba4341290c93fcf361b7c4b5a
MD5 db52bfbd6d77fd4f994786cc8f1c9f6e
BLAKE2b-256 50e0f22ef2524012449e8fa57c911d1836d90c2d3f752f759d5a3ce467d30713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 270ceaf27c03408b800228943dae632e66b1d3314265080ea5aeba75eff20bd7
MD5 5887b33d1ead2a7172fb61c41a5560d4
BLAKE2b-256 53771c1ba08b3bc21787cbb4f3ec234bdef55d6a593dd1c96d1f2302f592aa7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 883ba2f1c224cb7c1c4862bb86c383915a218752cde70574e6b2435971df0f3c
MD5 6d8ac9387a5740e6dbadfb115925a39e
BLAKE2b-256 deda177cee49b7dff4a272b677efe45b35ae918b4280ae8daec5a732ff18626b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e496a7965d09e9da766f90992dd6abd0205fa8aeb908e11d58dc09dead286af3
MD5 bd9fb575f2d5dd89b3682f32f77f087e
BLAKE2b-256 2c4091722b698febbf4da86510812b801e6db9675b44e1425776e98297ee4202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cafb42d5da41140f7635a8755ed5891b359ee33a91abaa0cdad26477b63a62c7
MD5 8ca770438603528078e2e58fcc49ac8c
BLAKE2b-256 c779734ab1dbd2e1a369729fd44f91884e0578a6b15236a9842f47c5f6a464b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 db32a2e5ff290e28885693a54398da0175e5faca2d1e5ac791a00cc9983a0a12
MD5 7491f94b5a00192f9bb8d064c9bf69df
BLAKE2b-256 b01e73cb3dd78a301315fe417ba893f32ef80b107126ac63f3894b40c7bf5a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f0c6d1b003d8e1d1d34a153bf83b2d507828cc6925380cc41b7ad2e01fe364b3
MD5 6e684c88cf68fb73301448fca08b3aa0
BLAKE2b-256 ebd4eaa62c87ecb22444d116349bb5eee2a06a6d26bb90da1b932590fa5ca096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b299896629a017996053b0af24bd5db29639d36a8e903b4d73b81c2113e13f6
MD5 6c3c070c3274ff9911fda247250889f3
BLAKE2b-256 58857c476a64a9d715635a89610a757ffa9315730c4c841cf64023846d0c3c07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cadf2321a9ed9a65c1508d08c85e3f0055befbde5b4d33ed00fede9d729bff9
MD5 e55886660c05af5e4af830a4abd3d3f8
BLAKE2b-256 526f50ea78ffa040429bdabdf86b082a7cc55eb3f508c035949b21443a2afc2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bcc20a1c826a924a6dd2fb8e55b68376a8e9da1ef634930ba2fd6009ac33c9cc
MD5 ef455864e9d603732768213f2439a622
BLAKE2b-256 e351c3aa2f993e071f94da734b052ce2915a3c5a8d7af40a740e86b9ef15417a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d85aedd9445565b744a5266595e9b1580553d49a6c1c831891df805d767fe1b4
MD5 96409b8d397c3f4c221f265cfda9ebb9
BLAKE2b-256 ffc26027fa6ea60ee7d78939ab5fa627f11d3cd790774efed2d04cae5ad8964b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e72d8547e1f6a2f91f924d3c92f0347ecd99b819043e20ff4fc4c1432292924a
MD5 659dda8a076480459bea1a2453141936
BLAKE2b-256 640088547f51240f98858705fbc4bc1f418528e0d010c4f5e20e0303f8e2cf1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2359d4014c4a4ade175a4728b76083f353306f4a7487af75d9c83f5d603e4794
MD5 9bc5e6037d1917694ca0224d018ce471
BLAKE2b-256 0411150964ceeee64ac77b03c6395d6d82559eae462a7d62e3ec977764548499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dca1af898930b5b4185bf6ec900a4f5fa50eb046bb950943bab496d837f4b280
MD5 218f7f48d2c2f7921992ee1bb0fefb04
BLAKE2b-256 ea3716499ffaaf39f61bbdda472be818ff906e181d190410905d96ed7b59fbcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1be9a006c148bbc85c311b62437c5a17880c0f40a9eec465013bcc1f0cad1fb
MD5 fd901d1e5cabb906b2823cf5953dcbb0
BLAKE2b-256 ecf24ffea26939c436d6379e73ca8e47c1862bc89af2664f7856262c703b937e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a0c947ecba42d4d8f10cdb07a0eecf3f084093a0fd09c4c5336efc6dca64a7d
MD5 6c6e11cc4889d36b12af6b5fdd13ce9a
BLAKE2b-256 6f9280f48ea5f500f1e1e751e52baae74e9ac1b7afe2a0a654f0af43ad608bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0ccfd37ac10257ae779d096a7d525a93c0d1056f111db171cd8672f50b94e99
MD5 eab1486de8025da2308a66c9a85bb20c
BLAKE2b-256 eab2519f2191c4402ce0aaff465a7206a374ff13f8ad2417c690bae19ba43bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 420ff2e5b71451cfc0dcb4e3610fe48053e24176ec1412f9ae703453a6f3c426
MD5 706c74b78b729c86a11bfa41fe27579e
BLAKE2b-256 c7916037d1a2124cb2fa5892f3e188b797ff54b51c8f9ec00d0ab2624c88a605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c865fa6f0e7721a989978a1c49f0da811818f4ea3af7e49e7860aedfbb71da7d
MD5 a965a073d6727cec6f871f4a992b8db0
BLAKE2b-256 7ab5259865193b43e827627689cd8ea29cf04c1340ba0f8f226f6d6166ce5ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-none-win32.whl
Algorithm Hash digest
SHA256 f7730267f6ce3201cc65c3957081d56244d8765e300648e5a251ef8405127ee7
MD5 cd8451cde7c6e2d7f737b03bee76c852
BLAKE2b-256 582bbfb7c1dadfda8181f486005a545ef247a533a3dcf2e01311c5e335c90296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55374e3b3c73ea35bba81751bac39101ab55b8c16a364064c63b4bcc9a83ffd0
MD5 741e215a159537acf170138ddd42edd8
BLAKE2b-256 5417aa83d5d69c1e33a246237eb888b2d8734c76c7d3a6e96de563a2dda568d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 88b13d412cfbdf75fa4b5a9cc6a7925402bf535a69141bb56242e12cb7d67386
MD5 1bec6ecaa7169296f918b48fabee4d9a
BLAKE2b-256 72f504fdeef3517880627728ac48e3416ed2cfd769d59124626f8baa86dea537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae8a787da0fa78133f4ce3b49f4ca7e40934b7264f7d5a37e6a58810cc7b8ff9
MD5 1b0de07192ed64999ab527f2708bef0b
BLAKE2b-256 4b2d3b2943807e1c19fe7ea962794a3be5aa51b8be753c76d4756a504c55fcbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c53cedd50390957d8364ad6fbeee5a14d9c861fa2e4d2e677eb168c98dd7d548
MD5 94dcf2b1370bac4e8a32d7a1cf873928
BLAKE2b-256 63ad68a53445321ef7c8d2e986f69b800724d4d231d17c6cc1936061ca378127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b4f2022aeae06ff55e40e3dbe38520917dc97ad00cbf3413eeda1bd28f18e50
MD5 c7ac2e3396254e2bd0262b0a4b39c262
BLAKE2b-256 0ce87f2fd1229c23e650051e627814def9d87cf7887165c13cb101e3395e74d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4170a0b8ce8d2c9e1dc5a8d8276f21f70f8e70f896efc621001ae44bed51cad5
MD5 0a40ce83b68e88cd4055f348060deeaf
BLAKE2b-256 2fbe21c4c9b4dfe0350261f01ac901b80a0477b5034d20edb7d5b7d65839ed18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b2bd49a26e4f585c5de2e6bd23e49e9d5739485ed49847dfdc79c7988f1f9ba
MD5 404cd683b1bc6804e2800bd23f805dcb
BLAKE2b-256 112ede1f93de435cdfa517e4ac65ef04c321688faee4dc27bf353f17187b311e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8d3735d89db3b9632b15807f3a32107db7714dd7c83258929ae1a864bc0fb80
MD5 8192bfd02b5cc5f07f6c11774169c2d1
BLAKE2b-256 0d72825e93290795118ca25c49d07d8aabcface16cc47571d5a15e9dec6d0bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e568d90e8dc2e147e9b72ea65f8885566cd161f22d28a1c8ec5e863fccef36ae
MD5 0e4bfbac08c890a5c77c7bd6c19835e8
BLAKE2b-256 0bba953f68e0f74706f01f8273265a7d3aeab7fe6ab54e222cfc217fb7abe4f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17109c42ba242754ce19cececbf25101e89d8a55ddad9d19fe606ea32172458d
MD5 9485abe8a94dfba473512a047d988c61
BLAKE2b-256 00f2b450d25e04e3bcb90a44881638b869e61f671533c7872b4fae0b008b5000

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