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

Uploaded Source

Built Distributions

bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (826.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl (856.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (924.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (837.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (656.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (772.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (712.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (661.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (659.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (701.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (828.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl (857.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (925.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (839.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (657.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (773.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (662.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (661.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-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.11-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (828.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_i686.whl (857.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (839.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (773.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (714.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (662.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (660.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-cp312-none-win_amd64.whl (493.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.11-cp312-none-win32.whl (463.2 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl (832.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_i686.whl (862.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl (926.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl (840.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-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.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (770.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-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.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (662.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-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.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (708.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.11-cp312-cp312-macosx_11_0_arm64.whl (587.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.11-cp311-none-win_amd64.whl (484.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.11-cp311-none-win32.whl (455.5 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl (825.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_i686.whl (854.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl (922.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl (834.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (756.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (658.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (656.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (699.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.11-cp311-cp311-macosx_11_0_arm64.whl (580.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl (596.3 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bio_grumpy-0.1.11-cp310-none-win_amd64.whl (484.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.11-cp310-none-win32.whl (455.5 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_x86_64.whl (825.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-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.11-cp310-cp310-musllinux_1_2_armv7l.whl (921.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_aarch64.whl (834.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.11-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.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (658.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (656.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (700.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.11-cp310-cp310-macosx_11_0_arm64.whl (580.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bio_grumpy-0.1.11-cp39-none-win_amd64.whl (485.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.11-cp39-none-win32.whl (455.7 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_x86_64.whl (826.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_i686.whl (855.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_armv7l.whl (922.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_aarch64.whl (835.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-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.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (658.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (701.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.11-cp39-cp39-macosx_11_0_arm64.whl (581.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bio_grumpy-0.1.11-cp38-none-win_amd64.whl (484.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.11-cp38-none-win32.whl (455.6 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_x86_64.whl (826.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_i686.whl (855.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_armv7l.whl (922.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_aarch64.whl (836.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (655.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (658.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (700.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.11.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.11.tar.gz
Algorithm Hash digest
SHA256 118b4a37b0189fd092a7d888690311975331014e6f7104874232d3c3554a8d8a
MD5 b2f2b1e4642fcdbf7ac1edfb8b0cfca5
BLAKE2b-256 ea2bf807da8e12ad5c2833e13c7ec633cd9bd843bad186f4fe2bda35e9bdac9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 767ba7a64a112f5df8c9e7fcb4ea825d5f6ab4202d3261a8372b44628bdff3c6
MD5 0be02f73f43adb4a8a4c3edac0324450
BLAKE2b-256 793baccead8fef50ce166950c7c1909c4df0e70141ed69ebd538ef3079debfcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3be8f6206e36332a7a06058c5f06d00abdf362a88e57ae11fb22da7c844973ee
MD5 c0180b94eab4c89c3f188287c8359484
BLAKE2b-256 4afd9bd88418a810514bb2010af7dd53e9a9b3ceaee13604357e350407f761b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 63b67bd12b9c06e5c5e97deda9675d9743010eafa9f72bddda4330be689cfff0
MD5 d1c64ea515e2f8f5fe1987949678dc52
BLAKE2b-256 e916c343ff8d7e45d7a88ec5e3ec5e9a97c5a1a1669afe8527c21ff5cd1c5db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fae3aaa283e7a634b1d2ef4bcc7aca59e165657d36d9ccfcd602e74435bd4a57
MD5 74c8599201858a6f3fad4e52b794fcfb
BLAKE2b-256 a26baad7318177759d88576058426c79e38f9d6511c6cce3c6ccdad4c6f04717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1c417144c2561d141b72d27962ba3eb8daac9d294ac84500c7e564f2451729e
MD5 0ae011e7b1f0a4c12283f3e728113347
BLAKE2b-256 780a37a26a227428d92d5330dc8c5428f6ff03d0ca33148a4b4e36ec1d47cf2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3868d12540c8bf206be060a1a9b9210d8e5b40b2d9ddc325f0862998a5ae4e8c
MD5 422e5f0595c69eefe13654da32e5dd3f
BLAKE2b-256 766529135ff34256732a530b600015c0e8a2049309bc0f767876b61c8f72e5ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 131b687174f10768a0965e288f55b531badc80b0777ecb250d6aa50f7ec405ca
MD5 32211a17803931c3880db87ce02f46d7
BLAKE2b-256 b83e7aafeea379cde75c21476b94c0977e2d4d65a395222fef30ac9c44de3531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f088382428b9e6b3c12193a800c06a9575804a502e323a8df3131debe83f36c
MD5 3bda61297d32828055cbd2a54cc6ad2e
BLAKE2b-256 1bcaa48ec744014c5c597580b4068410b5d71a2731576e3316609225ca710504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe5696729c580d3684d566315a917e4cbf01733b05a4cc38ee24d31ceb230318
MD5 87cc6ad77df928c57f01599e403e6c3a
BLAKE2b-256 50d2b2bb10924d8f9c3bb2507b744800484360b117869b3756dfda97604f6471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fbbd45433baf861efdea2bd12eb1308daa5048a9214d41d57a8fc739652dcb85
MD5 1bdb93f5970f6668fdd87d7568b3f94b
BLAKE2b-256 1033d12e7e6c69606a62fb9de0fbbc1236b9d93e3c1e14cb6630977b66247566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ce8a51ed57d6751ec365921e31b7841671cefee00b126c4bf0265cf4d2ca19c
MD5 6d2bf6c42bfa31979a0dde874a0b44dc
BLAKE2b-256 4546aa6e328db8a740b433d0a7305569acd1a22e0a69d47bf7e9e0b6804e07a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc2533b7c89b4d86a286e1ae0d08647b8e41ce4bd72e15d8f523fc5b3e637733
MD5 9dc181b1bb0ebeb2ec57795f32c65cee
BLAKE2b-256 8b1d21c114036dee33336929777cf33cea89d93507a41fb156378842b4fd6101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9f28199d0edee93b57bd47568fa4a2b1b71cc2e5d55b61b68421b0ec53390b0d
MD5 060c15e1f964a40b2901bf7c1c9fcc5e
BLAKE2b-256 bd0702b23ae388981edc8ae36be1f1a5400bca74d53b2231045c7b9cae18a449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32b66f585daa0eb7491abc77a8120643b767d32a8785f0fb4c0d77e73289ee31
MD5 529156b66988f052e8c2edadc56a9990
BLAKE2b-256 15691700c0066817754656278a756b2fb5e66ad45a6a3bfc3c33ff85a1f6047f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4503354e4a8b34d982cf862a7d7f57c00149c27dc4321903d10fa9eed197e53b
MD5 8e6bba2a2c42eb50abbf878a84e792e0
BLAKE2b-256 12f0c3424f49da7156baa6d9ce26e7115bfbe9cc943b36bb68511dc73d50573f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1c8e37551bd87ddd83224b93024437760ced07f627fe98c35e9cae30980c24d
MD5 8a5d62a6d53fa7d341430376330a6543
BLAKE2b-256 ce127fc3d277641ef499f127fa4d269af4c038b4e67df9abc3c6cf79633e8603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c678d892057a6f2fcabb07cc24326bad7f2c9444081e479c62040c74177fb0cd
MD5 f8e1fbeed1e6cf79bdb14aa45270690f
BLAKE2b-256 691ae99bc4d27655b726aaa6f45d87655e320ce77dd4c198a2abb17464909205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19aa96646ce889814a04fc32b09658b79d4232547f35038b5e2d4940ae65f5a1
MD5 e674f1479216e39eadabad095556b923
BLAKE2b-256 be7b5f4d8cc33c286d743f41274ddc5d93e08051abcd5feb411f219801027062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c72d71fed44ede0bb1c9d5624896c724e7510f5d32e7f9b9caf2266345af69c2
MD5 95d06c89a836743594e5cffea85f571e
BLAKE2b-256 b90693e7c6cee2d2f09ce40e71aef3386e717575d4b881ab8431b892694f5616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 02dc00ab714ecbbc3c561353a635bdbb6f539692b6d5dd6d5c20ec7f595ff4c8
MD5 5c4d270f1dc101aa8a1e2f836e992fa0
BLAKE2b-256 57e8385f849ca3e8748beb7f2d5a53464d66866205098f7d458f99b2b84031b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20492a765b5a2a341eb520ffc75033323411867d0b083ab7251fbc15138547db
MD5 9db394850852787092a7d03b4361aaf1
BLAKE2b-256 c4b9bbfa330f33d810d39ed196842e33578607985aa45b149614e0fe4a443379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7ff889bb59888ad8883d0533f5d7ca6ffb38dd2c6c84201ba2cdcef478a9b6a
MD5 771accf65ec2ee8d0ce3b574ececbbdc
BLAKE2b-256 52e24c950ff246d00dd72aaa6a064ecf1e4b6c8e7de30eeaef2556f9754e26bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7068785655fa77d4c6a90ef9250c7afaa69f5da8e3d6cf8310d251c16f7afe62
MD5 fe5aefc392eb33a5932168c7ca3669fd
BLAKE2b-256 9a69f108d583f79842a7285c2eeae82acc993b14046cec47948f52d571a38b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7966c5a1c9f0fcc2c7a7ff3664ae3db9a22cbdfcd8dca867dcee07c66c06cfd7
MD5 adb1f66ba639e7f03495ac2c4653c76e
BLAKE2b-256 422fd0261c1f6b36c1a3059dc02bf3228a5221c15e6d593b34e11c6040d76a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1dc7ab0ae928ebe2024e929a6622080173a0b4adde4def869eee8927271dfb5c
MD5 617191a3be38ab24b90a60ac7bffe39c
BLAKE2b-256 9f722a3281d1ece3dc7f3eac26a79f6194e603e4f0d6eac9020c09808734f55c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d355d225a451205d3f8efd08b58069c80dd7b7e65d365c7ea932d175be6b5ec6
MD5 ce81b531a49deaaef0b6c5148cfdc6ae
BLAKE2b-256 ba2110c990286ab0a2f9c61c44413c1b9a1c7f9dc7646374062be25222883347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed6f272597b3cd0da4a55daa23e8377536ffc58fff4d53568430496461517b4c
MD5 439b7e0fca426059d846663ff477d85a
BLAKE2b-256 9a87793ffd36b8a5be546d4ded409642a57405b982a5d45202015782500e57b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc4981c3dab02f92673a047ae127a83f09e1245cf02d4dda15f51ca83247533f
MD5 eb351a332deebc14fdaa125e9b61c2ac
BLAKE2b-256 239b50fdeb47700fb897bb8f427fe5df5864556f09b5d5ffeaa6a325a3835027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 58f43c0d130b6b64ebc934941b05d12673d4375c49333f9edff74ed63b0056d6
MD5 bf916e804847dd87039d2af4faa78d6d
BLAKE2b-256 5e7aa26550f2171bb16a96e8e5027bf2bae677cd0c2aeeba3745da704942c72d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-none-win32.whl
Algorithm Hash digest
SHA256 79074948e6109c40dcfa527159c23d6cc9dc6f1c13b51675f30de6d5bfe9af06
MD5 5d780fc6846dfb2fdbddd2a2715c5e9f
BLAKE2b-256 d8b0738698e4be6815f715253f2a98a6e496788bb99851ec16392853a28f41e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 117e63ff2a28cfae1663f033e00877eacfe8f3b5863b9bf5f3b022fa6b41f20f
MD5 d06f2c7ac82f3502b7ce193dc170504c
BLAKE2b-256 eea901dd7444eac423614182c0748355f76edc862b246269bde93161d4e812f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb7b447a839b2e24564e8bfc1c01d5e88906a347074d08d19166c15d76954d0e
MD5 9917248425557f97922bc803e135e63e
BLAKE2b-256 cf8fcda61f13d40e54e66cd9b6db336f4ff140d95371fd4a1763cae0740da7cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d36aafc31de0c0c78d5143fe79f2bbe1a66bbbb85980b1553265a9b0292c3231
MD5 63d8f87d5322da1abcb87bf3e57d3d14
BLAKE2b-256 022a2d01dd7b6ce596eb2cebf480201930529e9b1b8661b62b48c26a30bf79d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b76a5c313cc350ce1bf51a9a5f56d74f783f38d0f2b703f98825dcf0aa8d42ca
MD5 57a9aad884c63559d1fa25439ff2f6b6
BLAKE2b-256 064cea88386c9d0dce0e7f5f54b45755bee1c5c607cdee0f30699fdd64e6ecd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2bd29f0d309c9e546fb9e1023b0c7044e1754b3123d26d07caa1bb06899f846
MD5 e23a9064d694157b5a1e2c21e3d0c8e5
BLAKE2b-256 d839a4f1594a597ad7ad5b051cd08a2e424b3aac8a99442f84ccd8feb7eafbb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5983a2708a7f447eaf7c878b160023204438d8981ea389ce1041e6fe9a7d6421
MD5 867f27d73b6df6ae630092e269c95ea4
BLAKE2b-256 a71daed1ce210ca9b560cf43261ec965efd708629e2c956ef70ace4df0f2e401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f0f3382202d3d27e092fcc8b8caee95bed9ba9c08aa78bd8325e51ac8b7f27a4
MD5 fc0f1ec7a2989b929398d1b1b0ce3630
BLAKE2b-256 4c87f9c7a30205153ba9ce550b6f9b7492c994355664fbda544e2e5c1666ebb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e4e36f814201e223f473f423e9f8e4fea10f7f7d8fde8d2ca3559cd2d91f9094
MD5 ba822c36c51e8e1c96cebe1b112ef73e
BLAKE2b-256 e6182acb4224947dea3180665d2c99ab479a9a67fb3bc2953ea4bf3f2ec4bb54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2822b637a4b7486c63e51e2845c8ac2fbaa56557306c4c3d519a412055e6e889
MD5 1e012a58c58fdce38da16b66b4e2ac20
BLAKE2b-256 18b1092f52f1b77354676dcddde1527e0008b8558e9b02270a6e848a137f0c94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 656d48246400b7164ab31b42d5fba93da08503cb42120a815139b213fc916a8c
MD5 91b3fa21d397e8b95b76d4526d8ab8b6
BLAKE2b-256 40fc430d262605cdb0eb91476f701e491418a2a2a09bea4b26f4d2087da60199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59e6fdef76249e60b26513c97ddde2df8117c5a3101539b13921e6b0b708dfd1
MD5 5ff160651bae32d1aae1a39e5b06c026
BLAKE2b-256 5675bb3d5a9e29ef645d256652661a6d4ca9cfa84a19a66142c081d04c40c425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee408afbb6457cea5487d1e71d301592eac15f4044726e27e16088da85c2158c
MD5 dee708bc86a8d0b153abb65521d17a05
BLAKE2b-256 629620041e92bcbb05d958347930f986f93c0ebfd393c52c2bb615e3deea5311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5d58e903de6210b8439a807123f1ff8dee1867154706d9b25d9702dc8ead2dcd
MD5 fe870aa16df4e5afa99c0869ac57c7fa
BLAKE2b-256 6d2c0635bd17246e6ae3c5be0c40aa29621dc81733bb1f95ba07382c96aec91e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d47a8bd7eca3a699ed10ae138103e3efa4615e8db64dd99809a41bafd5abdf10
MD5 f42ebc637a1bf796ecf4a26787f9e869
BLAKE2b-256 f7aff430f2a0a5535ee97f7f7ec5a3c0b09c5c3aab6f5bb51bafce968dbf502b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e39a2656b79deb99d75c862391bdb22863f6026b67f61c7be9dd6b35c20dc7fc
MD5 12eacb93cf116c63f754584cde981841
BLAKE2b-256 9f59627068cf57f1bdac10d1681ba907d86f1013367c1873a846dcf931b9a0ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dcbc8f2f4c9f305d2606c99d2ead53d036367d6991771e7b3e2d5d0175472ccd
MD5 e4a2df2520faa4e5af46f8943eadea83
BLAKE2b-256 16c69fc9755c170ef4b39e94367172a757fc17173294e50302cc6ce75bf7688d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 94d2ab46dc476342398fcc59efeba3822d8eec913fbd2c3ecb2042839972d2ec
MD5 a69cfc91ddb23e5c58b8e928b5da2804
BLAKE2b-256 df8a1ee39c97f843303e47115176e5db58d5110620f9112423d1cc82dfddd9ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6d89419d514f6b31dbba66bd9ca18be05c3be9457a4d1c2656c639093e5e5bf
MD5 d174385e3bbe886510618f11dd0c8329
BLAKE2b-256 ebe26b8298233a72db1c3ab400ae610f88d0e91f0d39ac353f8d4309fb8ce6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67ac486aca79bea40a01f0ffc622d439c54969407771f8fe7b62d8d38c42fc12
MD5 73d7535d98c1271eefd65cb772b25bd8
BLAKE2b-256 d1c87c8d5c3e864a976e47dfb5208510c49f57772c761a4fd95c1cb4ee76715f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81c2b0292df138e22f74cac2764a4567338ca6277b79ff0d701526a7e68db56e
MD5 7047ff7512e7fe98e62686355d785477
BLAKE2b-256 21ddf73f1d20ea4b0384e63182fb5967b274fb2dd8a0951d5904896d1c2cd20e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0c3bce730e46dd5f8cc557b06348e629467edaf20aadf7f50224049c4e215c72
MD5 6a0caefba7d67b8eebff927e69861239
BLAKE2b-256 d8f876248d16b0fd90837230fb2e981fd3cd9f1b36fdbb46278b149efbbc70b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e3f43c723923ecfb42e8f8a5f5d1155b3e21f202961e8431144f41da49ed8e0b
MD5 55ba36cc8261bf29a30187af9a785014
BLAKE2b-256 fa6b9f5616df4f552f4548306ebbc0a3c25c95f523ecc15128bfdb26d7eea3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9c7a2e6733681e5b6f175847a471e479522371908e42592703cff9c643e947d
MD5 a7b95fadc961084cf053d86a1d778993
BLAKE2b-256 b310f9e79b5c187afbe3870948b3b5d68a661e8bb6766d261fa3bf70cc8ca017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e7c3dd97fa782eb8aa9274aaf810f7262bd33c7d61dfcb3b2f759281b6c1c89
MD5 ac4ae67332f64efa4446c99567c94583
BLAKE2b-256 bb772d4696e29768d8665d51c84c3f91a43fb56048d8ad4a33c8ebff91acfd81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3507a2c58fc05f4d1ac1f2cdeffbc3e5a7f452a5fe19020f52c2658ca8d60ee8
MD5 639171827cf374c9a5e6ab06e93885b5
BLAKE2b-256 e8b550691e726ad558d0224d2e06be7560e609f26b429a6b6b597ba0e04e5a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9363a927ddf82acb3c84a7ed1589d39bfb58a54918227acc5c02296165cbc926
MD5 0cc5a1b0b91b08e23d368addad2392c8
BLAKE2b-256 eff9517140c728302045a011cfdb786a06a27ccf9b0c8652fbad3377d88e11bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 6bc2b2da9a7539a405904b278a3d6cb558eaf32eb9b6edc7e88e9e851c60ee44
MD5 c53e4d0a47a52838aafea26d3c71acbc
BLAKE2b-256 93cc5baf111b2e9c6de35ec101aa1dc66167dd7f2295d59ebd53edf25f141f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a6dff0c8cd769e67fb60341dd0e6372732e78349a408323fea8d2a6f70de3ac7
MD5 ab96b1e1a2c2430b6e6e27e21c3c56ea
BLAKE2b-256 2fa34d91907255e4720fda4f35dc1b4ae4d174aeb287dedb9234335efade3cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a0a6d6cdbb0fd1b26c238ced5e5e4dd8bb31f95a2d8b2f608675fe25ee6a8a1
MD5 68d2bb262e9fbf96998dfd174a2599f9
BLAKE2b-256 94b1d5cd381ba377b41e26e010a34a5c61359e051016efb7aeb8eeea05f37231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 800e5d34c131482f87842b820c0a012a46295eb09137f79388ce3f9647d4e1be
MD5 862ff3d315ebc716829d8b34eecbad1c
BLAKE2b-256 8d23c7882e9c2fb245594c644c7de812530e553bebf13a227d9889527fb6a7a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a70434ed82635e147c3300b836456c71cbea4c3aad2f634b50aaabd1e460ebc8
MD5 a97d4afc2e4a1372c2996bc629412ee0
BLAKE2b-256 026d529db619dead0d1e22b1cf3e30807c99ead0d569c26f6fab6b68317f9185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07bac45dbeccc547a61089a9be53202f8f84471eb22b4bb926db520c43059fdb
MD5 a5b45433b57b74593527389094af6f11
BLAKE2b-256 627d2129ae695b6ee0b0c474b35bd4d80a1951af8f5b8d152fc4c1a4ada645c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0c5e7f0093d6fa77bedb9a0eb4bf1d8b30d0a6741bcf7a81a000177e9d113c0
MD5 1366b087300819d05ff0094b061ffa2d
BLAKE2b-256 73da3025f8e2f4ef12dfd7ba89e90154b1e4b489d79fcad475e12bd60044699f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a946dc53e4a36a0082ab88b8e2f73a3d389af694361c61c38218e32f0b633c64
MD5 15d5d154cce97e1ed35b2d05263a4c3f
BLAKE2b-256 a547a94206e705c3c11404c2bf57e3a529bb44b94f017ee7fc14d10c480b2069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21a8af2e00735739a57753ae348789053e5bc529dacf560161628cb711de36c3
MD5 65edb670fcaafd0321bda3c49e53db27
BLAKE2b-256 b7cf9c58f2c49546b0751c1b1493edbc2334a1823affdb91b0c538549a884c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d42036775e746f9d187ef242bfe263c85e9659ac7f0765ab8741480734153bd4
MD5 a1b1548d44c6ccc02a35a55ce55cb81a
BLAKE2b-256 6259e8e33733466cce1d3e6dbd4fba84e6ce7aff131cfb6fae4a70e18dcfdb15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1aeb63e0e714f2c828121f61537d40c84c95666d19837cd3aad58659db2045a0
MD5 a48da202f5494b3868b4b1425f778337
BLAKE2b-256 9bdb580981223cdebaef27a9ad4b9484c88a892c9bbe9887c3379683e0d78f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 980a2d75fae1acfded65de7db5bfa4a6df8b04566b95ab66bcdaa4b47514b857
MD5 c0a292b47b1bfec8092f8ff924b75818
BLAKE2b-256 80be305ebeccdfc646e83b0d10a2b67ae16efa34e4a94f643f299d94e6351256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d968e3a3b7618207fdfb8a6c48a19cb2a85c1c751a415b97fb635577819c63c5
MD5 6d4874c2cd7228ede4157b8d896aaf32
BLAKE2b-256 be5b046f197797dd4c2af5fa75ce519ed4aae4a502c880e880b6c94df9a64390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 68dc7f7339a2db9ce447f58bb20801365b3b9d4de57b60b7390956445c8309df
MD5 b6f02c6853bcc3db9b510311027ac243
BLAKE2b-256 6488190d19c4c971d17b8b1d2edef14f7c43c6e7ccdc1e33f369058b20fa3c9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c8d8100b0184453211b35c8e2745f97cee942f9e9ddbe1c9df9e8732a53b6850
MD5 34e9d263d7b531a40b1eaceb2ec328a7
BLAKE2b-256 b1754027af0749e0d7c02254a9411a7ba4d59e01d8d9adf1628b5949ebfaa03a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfbaaa1055ab006535165fa6038bcc030c2a25f643ce08a0da33db4d55544132
MD5 06d79ae8abd11db9fbacdb1b6804e896
BLAKE2b-256 d6cbf6be8c35689b14f44bd2b90fded343966e46b888862d272c4434de662ee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd75f8a1bdf15756befd1d7fd082b6458e58bb9beee680a7ce5825f61734e524
MD5 eb509b016acb3f5893c8c02972f3da27
BLAKE2b-256 8fe430163c01170c6bf088c1e8e9cc30c025d0ea4ae5961fccfe4d642a85e6c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f61270821c16b4c0d320ca6d18a161161db78c0d868013bfd91991c130ae8a62
MD5 98444011b88bfc33d31e2d0cc30cd8c8
BLAKE2b-256 99b66ef76fdb4c00684513dd8cf894c60d72f8039ba682d1264f1ba9ba8198d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 998aef95a4f622f9c15994e70b88f3e0129b984d89f4059d5b6c46f0f2a6ca8a
MD5 484c9fa6b4af0f253240026629e49fc6
BLAKE2b-256 d4f525e66a00611d703272b9fffe59c4d1a7bb05b8ee53f5ed67fc5c4fd8e2a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddad93f5b6c9a664ba2bd84cf14631a461aaf3f6a297021462f9a96e8df02e3c
MD5 993c982e1a57baf672f76e51fab873e7
BLAKE2b-256 6d3bd5cd6336913058c82288637cb7ae7159cf88d6cab04b200e0c0b62e96f3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc899f67c3acc524cc178a0c6a5556a615cc1457adace8d71e18744de1bae64b
MD5 080ca0d769a949bdc483b73a6a56f865
BLAKE2b-256 adf35015531a97254e2ca8fd186db10a2d855761ac2b402272c40aecb8f7bf96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a54f1193c60f14c52860e885b1c87bfdaa7e5dc72e59640c1fa1e3a336929c47
MD5 8acb4cda55dd3f4c20f808f15b507ea4
BLAKE2b-256 ce8bc74e4a5697b8f3e5866dbc61c08180160d86f8bae99fbc0c07e60a742914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 445870ef3c55b7204b51ba2e70ff06a68153373a41356591d028abbe76c27fe9
MD5 b841749323a021d35d4fc147ae645a8a
BLAKE2b-256 1f06ff319f98efc7c406274d71f642b2abf666fc3a07e4c6e754596c1e7f1ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7eb4dff9fbc07d7edcebbd78dff4f405d3d50b2a23e2da0386a2b384d70e15e
MD5 3054dafd5b3e8e34d40a8cf3a0dac39b
BLAKE2b-256 204f2dc55444d71a12b78ac3d8e1eab2274e4610c20a13c7875e0a484162b413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0cad554e6bf00ed92b67a8dc69a58096c4f35ee5b3aa51fe8a3e297bdb4e39ad
MD5 fd6ebc177dc599159a77af8ebad45a8e
BLAKE2b-256 5a196b1c2d53ad6222d6b20dfa89716e7365a238256519785941d8ffa330084e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e198531deefb7d4e3d8d449e4e70db69c82f88f7cb94e55d5248f81fcbea876
MD5 52f052b9bafa0b39eb1328e0b3d796ca
BLAKE2b-256 c1be0924049ba32cc15ee0fb64e51868b56d60851cbb9efdde42b561724c02c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ff8c39bdd6b3e9bf4b6834e9912c3bb10918f652f6e513a6f06d52d029e6cef8
MD5 08033c9cae93e4a22adb7416acca4979
BLAKE2b-256 ff570e519b735f0c93d1a5c0e730ef6ac19d2da4d5f35ca3b9b855d813e36622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-none-win32.whl
Algorithm Hash digest
SHA256 9b799f3027b752ce27ff1fc6728258b551ef194b4f702dc06ef67ac0aaac8d05
MD5 5eb7cd90b5e32dfff16b8369adcfd046
BLAKE2b-256 be1cddbb77d0a053c9b9e430d0aca91d3aa7bf073558380e44ca849289c5669f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49e8a8a9d77a12a45ef3bfa9a9d06d71f56fc9613e10d620c8bc7c07b14c7172
MD5 f4045bf5a3fbe630e94e309fe477f28c
BLAKE2b-256 328a6a195a3dc536bc142b3b27ab69dc39ef87428a28b1328f7e6bdb3ee25b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9087862c3ec099b0b97a9d7572f7be8a03e89a47df869f509af9bee7e9be3f70
MD5 098281e7bd07f97a7d1ea7db05d883d6
BLAKE2b-256 558be46d7d91df78e6de7ca5f5b32d6a71c02cda0cfd3f150fb5fb1ca9c7bb32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3f11ded6241d6a8a0460200855d182b517e4d6310c432310d17e8318264d4a2b
MD5 eac7453c1535ace985e584e6d23fc361
BLAKE2b-256 97859265cebcd18718de2b13dbbf448aa1dc1342d146afde19670a944704e980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e47714eaceb988626bc8b30bfdc13c8174ceda2a1a5a014ddb91ff114e2e2ce
MD5 9ee14385336cac475a2c746e6df57670
BLAKE2b-256 8bc756f37e19d7facb04014c4d5be3b70069e5fc6f3ee80abbcaa36757e561c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b286372f9d2080891bd1d55cd5ae378cf625d63daeea3fdbf7ac34b906b9fbde
MD5 4b16c5567426e1be466af4bb95241e23
BLAKE2b-256 25d8f814e81a280906102d07211ef11645baf07a4d8f7c0869cb26410a87acbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4238c3237c103483db326884c4b3bc200dcb57c5a1d392826b7693962d66aee
MD5 2fd6fef776dc79cce35b7fa2b36826bb
BLAKE2b-256 484412c1c6870dd6d00970a5bd55bed6e2d84aa78338f853674ede8a4033e358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7cf169a78725d6268e37d88ebd2d858b9618428197d500383f1dc4ee4231d974
MD5 98423b9d998291dc5f779e5dc85a6e5e
BLAKE2b-256 2b5de65aea9f40f018a4a43271f5da0220429f5a18916d08d243d9bfb2b6444a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecf508a5592f48bbca9399af3a465c1e6c80ba2b6270462248296ca4ed587bf7
MD5 497b642af9f4cc18e62b43adc711fc9d
BLAKE2b-256 2de3d04e422c19e45112817a5400da678bebcc7de21a7d4ff3ccc388f1e81621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a759007089d45a237713bc2b81b44675489e60b5a51c36beab38c3ac44e6f95
MD5 f5f7c50d7e01d07fa49984defbc513fa
BLAKE2b-256 9242faed8deef4881355c4032d0d3fe967cea05e9a4bd3a961637249c1b28688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 afee630705b38a2ef042af2ab88f38d68ce7e4ef301237bd7ff9f64794d2cf0f
MD5 5d20e1766fbe9d9583789d0488e918bf
BLAKE2b-256 af37014addf17fc03c4fc0a5f85f3cba7d6f929d5422fc4e21f3715aa6ba1651

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