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

Uploaded Source

Built Distributions

bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (818.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (843.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (829.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (760.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (820.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (845.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (914.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (829.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (683.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (820.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (845.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (914.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (830.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (702.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (653.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (651.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp312-none-win_amd64.whl (473.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.3-cp312-none-win32.whl (445.0 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (820.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_i686.whl (844.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (828.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (683.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (569.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl (587.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.3-cp311-none-win32.whl (443.5 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (817.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_i686.whl (838.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl (909.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (827.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (678.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (567.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl (586.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.3-cp310-none-win32.whl (443.4 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (816.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_i686.whl (839.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl (910.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (827.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (678.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (567.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.3-cp39-none-win32.whl (443.7 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (817.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_i686.whl (839.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl (911.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (827.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (697.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (678.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.3-cp39-cp39-macosx_11_0_arm64.whl (568.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.3-cp38-none-win32.whl (442.6 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (817.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_i686.whl (838.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl (911.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (828.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (677.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for bio_grumpy-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1a33e1b7540e435cd157f7650470fbb6014f9152eb4fd355b2a3c44f6555444e
MD5 64c6134a2388f65759dff0aebf07ff62
BLAKE2b-256 9df27281c4c39ad65db090828cd125ab6058198148448a3da55dd42e34cb9646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70703a395f68d159ddae82d4057efe80da5fb48f2cdf1e2abecad320c1a68a81
MD5 dc7890d41825faf2c4d0379bf86f4e5a
BLAKE2b-256 2e5a83c10fcccc3b9658d5de15e4adaf691f8b3c690ac84f297d3d7f5fc9fbd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 550479064b9cbb9750a9f4cf24e40cce8a524f920915f48dc97dbd86f61bcdc2
MD5 c42b871a7755da8fbc16727599652624
BLAKE2b-256 42ba25d549fd4392032f39b6fbb8bdebdb184e851951fc923f667f544fb42c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16fd5fdea8efc5078c868337d0cf3e369d1ea5aaceb39126da8fe6048b059bbe
MD5 37cf64d91b67db74a685f9f1868ef837
BLAKE2b-256 8368ed3ce36f55eafaacf28269519e08b297a3408151144ae76d02c52dab9151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c6f89c12f7dc171cbc8d48104ec1ba216af7feed9173ae99ebc539579cfbb4f
MD5 d0fc6f23bb23bfe53acb5fa1977a2b79
BLAKE2b-256 e225a8a8de84c97ffa7fdfa14a64e5d6a11df9bd30fe3602d0a628ec13391e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84677e819aaf16a04325c729675603303c90accbbd4109855339ad61eba39b9c
MD5 9050e116e7d36a9cdb84134e489b4a94
BLAKE2b-256 47660d7016ef73621073cfdcd68d0f9c593e0e38e34a5773e25096a73406a94b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c8a173c7848e3586bcf3b8335f7d44819bf37bf3f2121e2917ba9aa321cba15
MD5 2e492853e153c3a3fecc2f2396927592
BLAKE2b-256 f4434546397ba5d0f22498ffc1ca4bae2f95795c1bd07a5c7b1567d6b8b8ddc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f4fc083c00846ba19b719cd892f7d9d5132fdf2c1f44c7b19629b8f82f43ff6
MD5 325edc58f00444c21999ac0451fc8c5c
BLAKE2b-256 fbde9bef69cd9bb5db1b3eff3f33f72d0676eb00adb7c585fd5446214170eda4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a897fd9e95c9599f214a6d006a3ddb214a216e6ad883e83cf7f78aac2a5cc777
MD5 598e215fdb5dde409f0b1967cbf57ca9
BLAKE2b-256 b1477986835afb72a4d7b0325dff57df21595038c0750337b01da91112410eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2255dc2897eb9949e4ddf49378ca6474f0c625ec2ecf890a474d54643804c50d
MD5 94d49db225cbf9758888609dee487233
BLAKE2b-256 44f2025898edf3cb946e500093da7945eddbc2eaa53bdda3b0dde583920b75c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d0c04dca86105667b482594943b34b90f75356ca5a061a0b0ac7266780785725
MD5 5d256739111370bfdc584df48c745bac
BLAKE2b-256 6c80075f2fdd331bfdd81fa8527727c661f93d99bb36f5f459a9d84ebd098d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16c217a5c96392da10142a1cd3c925a48b6b1243c6ee6334b470cc1c2032e3cd
MD5 be339f3dcc5489bc6816c0f5b89597e2
BLAKE2b-256 530144edc68dc8ce4635d93ba8aa8f633d92eab1b59f5b4938aab7698ee437b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24e87127acf634c6356470783075bc19a4a561f7b16d5ae2687c9baa9fa302d0
MD5 b161d4ae19e613cd216dff9576c470ef
BLAKE2b-256 eef811466d02cc5bb5f1c2842ab039175c82e40dfb10cd54f3c7e242745f379c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e54d5b8a4643289ba61f6e0c5b48e6f5d915dc1ce750d5990da2ae579be0c79
MD5 63c9d6cf88f97e482fda188e70424a8c
BLAKE2b-256 f97cf8fed8535cf63947c7410a140f173e04480c88fc7fba82616e784292ce48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6446b29dc8f7f1c6c99505e85e625f73faea3185142ed4e65805b097a68d032
MD5 454cb88b366f2c360f71a1d364e3fed8
BLAKE2b-256 7ff1ff0f9a99f04e63ac44e442b4e1f6606d7ec7d38a14379c815cd163f527d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0c756a72a6859ec45c50b476edc78a5547b70df77867996191f625fe7883f65
MD5 6c2ddb2463cbd3db561718e1b250cba3
BLAKE2b-256 8f53b8abaf3780c8825c72b5dffd4388ea9d130b60e271d22dffbb93b6facb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d550a80f3196f55e0a69085f4b31d9a4e64ec041bacd29b63197743e3afd798
MD5 3be7ec01c674866839fa23cd4730ff9a
BLAKE2b-256 7477054d0dbdb4c4d555cb851f3e6c9bb3343a61a556bfb3268a0359b79fe955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3de416748e7e7f76a38583c2cf29a676940bc6b9e4426ae817aa32ad91e01b50
MD5 ddf00ea0af2c100e8535cd588d250e14
BLAKE2b-256 a30643bfa408a7c647ebdd25025abaa3265094da753bcc8b08ab451e7f346ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c003e2a7b8bcf6b4f6f5b63bbcfb168ceed6a899cff7977184849d8042daf28
MD5 dcf9be364ee2eff99728491e1472b9de
BLAKE2b-256 0f291185f03f5f0c266b25e2e84926f654e1ae502ca56e7f92c818f08a3d049b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eab5c8b5c8393b62eb59ed5e839c2faa315cdba23736a8d9693d8fb9b7821349
MD5 21a85a4b45f9bda0d63498ed8e588e42
BLAKE2b-256 5f322a9ac79bb956d193208696bae6ce5ee267afb120cacc994085a63f693fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a97b71e4be6600d1ae584c9b59e8e4af0ea1169c7ef9b5614262ef0188b71eb2
MD5 2d3e4a8a1b34b0ac9240611892a1a1fd
BLAKE2b-256 3f8f63cf1048838eee1e06d5c20640130c19734f156939232ebc056366ef68bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cb5b0c7a5a017406eb5de6b00e4ea3c7e19b320e97366c9122f203f0fbe5e5b
MD5 f8abf6fe835d37a23a6ed8dbe70d8601
BLAKE2b-256 969831ced3a6114dcfa177794480c7fc42752fee743d5bffbbadb205c17fb86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4f2d869afcf48dda4fd5170c657e2c458d756927229b1f3c67084afbf7e25c6
MD5 b8fd01a3b0c3fab332528f51dfd51210
BLAKE2b-256 2e44cf5613b657c50a39142f3a7d7e2c39eebf8545b0877441628ce564d39c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1a7045d7f9821286c40ebc628c15b15e6c2fc24108eeca4ec960e44e31a6ed5f
MD5 dbe0b554b106e781b4b5a530547a74b6
BLAKE2b-256 003ebf042ba27d9d58485922c927bcc13cdebe07c34acac8f3ec163f327b9299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3dea5565d0b03a2bd5cb49680a15f931fea63ad3dd3636a7690b47e1a0cb603
MD5 d6167c56d40d98f532ef122008dfa9dd
BLAKE2b-256 157670de6dd9b5d37b2e9ba9622c689ae397f4aa9db84bdb246e405517c43e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 23828d4fa2c1292bb165ddab07321fe08c8a8e6062cd9781d4f8ba9a5ecc5e7a
MD5 260dc15242b1772d081678215d2770dd
BLAKE2b-256 f2adc1f3cae76eea18028e1111d2e68296ab34658918e3e88285003dc3e7f253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a82dc31a15163babb6d54aa2a3f16ee9ac1756288edecd0c0da12b626d69df87
MD5 cdd6ebde7655969e30fee17292832528
BLAKE2b-256 91493cebe9be6b5d808daafdd1e15e3566dd1f13a92bd23c62d01990fba92f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e4d41ecff96dd5e7b7aca76a28c9b0b6d9a705bb5142c2b1aae7afcec0ccbc73
MD5 0a03fb444e2c2cfac17fa206c4bc53bb
BLAKE2b-256 1bd6aaff973c5f579dd13a26fde3aef623f7e2f0b059f4cf2e97ab244035dd29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01934581e530c474461c15328967a72495dcca1da456c08d6b72aa7b6062f080
MD5 b039009911e25b964af202f4a76479ae
BLAKE2b-256 c925701d5f748b09075adac1c332710fd27efcfe3ecb9e3b5aabc7800b240833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 02e96f488bf8202131b54289afbca18e45e71567084ebc6131a4fc32a0cbb30f
MD5 84e1c618525026654a28600601e7541e
BLAKE2b-256 271fc0aa68ab26f118c99d817447b968f60b5ecf0c5862a43434208341941396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 803c1a80dfa3ba4c0dca6d15f5761a9d0249490713509d1420d57d6db56fbf11
MD5 dc046c5e296f59c9ccd4274e80d387c8
BLAKE2b-256 c377a0fc8da094f30b0eef5cca594ca0edeef410d527855aca7c681df3bb8f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fe97eae8532e55ba19451374a2749fc95da0623890fbcfd7b0602fc6ea28d42
MD5 bd14064874f58bd85dbed173eac2cded
BLAKE2b-256 4f66c580bb4fd8268acacce0efb116441923d897d2701ced108027b30a5bb6ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b75ddc0e80a1bd22938716b1def0ea24c495289a83efb4833f41c51104e83364
MD5 3a6ff2a8af1dd7b180a25e0ab4511d1d
BLAKE2b-256 bd7ddaf8cfcec10748a326ff009e3ebe87342f04c4e5c90dbfb5c209471c6600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a58fda396df78096b5c8f35c8af09c832baea7f339d3001ca8df74105137f29
MD5 bf45531395c2898f074d5d27b4391df9
BLAKE2b-256 e24cc64f0822278412f35a8109d3b9694ec7de53cd704140eb14a25b7acfd82d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d773fbf2007d466088150df143fd06a1648bc8b70a9069c87eb2740b69119377
MD5 5130daa911dfc344e726c58c3d0e80d4
BLAKE2b-256 914cb80fee84ca1125c8ea0d7ad8de51c4b6d3998114fdac501fe5ef3372bb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 379b6a653977faac60b45e6cdcac0e3669e22bc7c48cb8a8d84a0c1f4094cc85
MD5 e73e425ff1baae07fe791a61726d6166
BLAKE2b-256 a0d0b03dad52444af9449676f297c94e9a193e1903c8ed0131619a2712147889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fa77a69071b61da26d53fa2457b37b0e76f4390f8c4b7efd86286514f96d0f58
MD5 caad0dce98483bc18bdcde79ad3a97ce
BLAKE2b-256 75c63a58c1caf3be4c24f4b8947c0b16b4c7de9d88650a2675b8493f13ffae3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f87fe5d6b8bc2ae6459e03db9ddfd431f673a3135ddd9853ffb238dc7c76377c
MD5 03e1c4e68b029bf4f0ee7b1c9ce8cb6e
BLAKE2b-256 b0e42bd5c6bfd3bef4c508ea0ca460615d34547b9c33e14e599c9cbb09f1c6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2285b00b54a740ee500ef65a4407af04448edba5b5d59d1a3e38b9ae5a76a6d5
MD5 73efb8065c384f0ce1d56ff7eb58a5a0
BLAKE2b-256 f756854ae1c630b867a9f751df17f629f85d0d75772eae3aa5959176f97bf62f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4db089b0bf9b77154936532bdc302c983861be3ae4dd7d90fbbac4b3967b4664
MD5 afd733fb6db0c816f17f8918f9ead0af
BLAKE2b-256 bc327d7352f05a6c624a6285677480a7f18a9ea81bc11d68c2da93d0d25a5114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6715bca9dca105f38aa9509174cc95acb064d44f62fa4611df8f78cced1a5527
MD5 69712bb456d3ef33964a19a1d166102f
BLAKE2b-256 42b98fc298a685968e55a79109f4d98ec102dbf6fc27746c2c60c03776fd2802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36994a3a95ce960c3acbe41800331d19ed0c22f8c1fc4cb1700ffedddc20ee4a
MD5 242a309e326b4a4e132102b74ea576be
BLAKE2b-256 b675beb6df11e32f45f00ef092cef4c1e850448c870f79587750f2a213a08fa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2eef06bdc8c9043a5721ae66cfb3d15ff5d5ba4fc79aaea8e7300b6c22d2fff
MD5 cd09532cec652c660005cd9b56bda55b
BLAKE2b-256 c9ad3f7445dceabc230e71a2acbb512866ad8c7b95717b81a70ed23d12d9e094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1d9d2b6bd9648a29ee2aaabc54683c2ef8a8d2f100a6b899ea3c45fff9bbb374
MD5 d6296d9bbf08b3a32a4f7ad4e7f17cab
BLAKE2b-256 8292081c011bac5ba834f23ae607cb189dfc20ceaa2d22f273489e8b45cffb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 b91e62c3837408db4449ab7f90dcb54387482f75c939a58d6439dffdf69ad5bb
MD5 c39e13cd94ad7399f66cd37e611e295b
BLAKE2b-256 e90fd135ca6d559c7081ee9e36a3d58a0f461c53ef79c5a64493774aac39b298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67dfdf1abd2396d0a4b0124572945e9a9d9e55bf703a33988ce8dd4d8c2f5e80
MD5 224678f8918fc27e0b26bd6be646a07b
BLAKE2b-256 d12fba2bdacc4006ece51f7c833dff5df0d391d7dc2e86c2a16237f0f46f20ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3488cb6115e9ea4fd3a24865fe24ec44fa1fceeb3ba03f8385ce505df60f225
MD5 f4eaf3e0923d9b9ce262c967655d92a4
BLAKE2b-256 aeb868429bedf7d5bf7b581dc40a94d920dd017637ec123b9b9acb4715629bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a110ad1258afc4e930c4bb08c76b5427ddaffed35c83a2286eadef8c562d0dfb
MD5 4bab609dc199c6991e554ed592af066c
BLAKE2b-256 872fb1c0bf58f5203dceeb03eb8c3358ad986ff6c81864b4f35d9c25a6838c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7cf66792ff6d5fc9fa6586e5b242935b53c67d7c80f1c1fce0e40b7d0ed9326
MD5 0738607b8c0d2a6ead52cf2d3dff27c9
BLAKE2b-256 d555654b616e9010369b55fd06d6f810c2d52dd5b2fd9278d199e7daf3972421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 582335fa998567a57c1f4a5a89a620b7287f0a99edb9a5cdf87641a4a594cc30
MD5 fd6a6bbc488c70b6cc756cc1baaa7d7a
BLAKE2b-256 20d2282e3c45b56763db28501c400fcda9a50d0e0a4d121f4070fd991cc36180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b618bdc4cc38b3c3eb0ca604749b02500bcef390e0532476cd62ff0f3929532
MD5 7530cc08e651513f236b7aab3eb769b2
BLAKE2b-256 0a60eae1f839f4c183d788d085ee83c2d76c6e9047e75f84998596af7d176953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 551b1e380993acc2400c9abb6fadb7c227e39f8afde5a7386cfd818f0379e92b
MD5 73cc0ddbe217b6448b7b253c20003c2c
BLAKE2b-256 0139f4eda114f2da100445844c7d659263fbbc736702c0ecdb6f0c1cf923b3c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0cba3a1e37ee998e19a8bf2b5e0374f285a54eae8019198c8f7d82a1488724da
MD5 f5210b3fc4f4542c678834c3290e50af
BLAKE2b-256 9fae78e420c30f18927d0551ef04677f7bac6420ec36e15fe7fc95f4dc940076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75bf5a713a85acd7f459668c74370a27559001470bc195d46e35cff4d13e70d0
MD5 e059c503f3254af7887a52614c58ef42
BLAKE2b-256 fef659b56a415569c65a385cdb87afcf7c724137e192dfeb40f909b4be9b6118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68d0ce915bc46f68eb3985a3580a0e67ffef88a1f007d1f403ba618a985a0aab
MD5 9b713fc8b55d89a5576db3fd6f86b90f
BLAKE2b-256 92b8c677dc93c74a97dd8c1d0fb9bf20b96e8978eead2840199e835fe8c9f31c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fa6cdc33ffe3383994ba6dca44c549a5dd95b4efaa61329148977046d8e1994
MD5 c35e80915e4314b087f40b3e68df06ef
BLAKE2b-256 f273e0bfafa1a4f62817a8ff06194cb3ce1d318d1fbdb36a863dc853f158cc6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55e89b7e9e27f96466d6390c65eccded34070abf1952aa87beecfdf9cb652c8f
MD5 2a949982c730c5854139fc6f4f49d064
BLAKE2b-256 e2ef917f56d363007c526e28032acaaad032e0a0d0b8d95fbf21b5abdfd4c339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1a5f5f164f400ef8a16baa7f65403bb41909e828803f09e13993212b970129c9
MD5 995dba17a45d13cabeeecb98c3d18c6c
BLAKE2b-256 053a9acab310d698c71c630c339c64950ff153a4574410aeb7fcc48a4624cc05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 97cea0dd0b3921d1e5c0ffa6827b11335f04963e84845a7077b9a9cbd3bf0603
MD5 0dd82b7254aa81bbf99de1c6990f196d
BLAKE2b-256 e7e12d38dc9e7faf2bef618aab5625c11d2e5ff5af8205cf58d2b82c861983c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 706f1936aa199f4c001c032dbef255c776954c90b8a0d1e640b5586bbff57d91
MD5 0bad86dee06a87d4cfd3886683d694c0
BLAKE2b-256 0bedef31b5663a04c138bae0e3cdd8baea2299c89ec2071c02c0f056cd9bba80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3267781527374a0d218e6dcd237a4eca9d1d170371cefe80daf41f0f2da48fb7
MD5 35cdf62175fa1d18d3495548d780655d
BLAKE2b-256 1f2c48635a5f59ee4aa6616cc6b6347d31bdf05b03e80afe2cd011accd6fe23b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 54474c3523ff37f09aad6976bce84c433aff587df4e63476c5af7810237af93a
MD5 34a4c60baa899d10c2cd4badaea01435
BLAKE2b-256 e51aa593e69db1a15efc1bfa12e847c7087b0fb1b34f6164249656893e96b854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df0cbfb745a4a72624117a4a6ce30d631ef012ebd2e0d427dffcedfc4e18f089
MD5 a688d42dedaaf82bbf2e22a05e7481ee
BLAKE2b-256 26badefe12ec77c0c2c8ef6f09021855e9013523481556256ee84d1114810f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fe0dd4240c357f0a889b58c3397fcc067389cb3cacd6290c5bd7d019ed555f1
MD5 dbdbd27513b6eb8bc95e534a70b019eb
BLAKE2b-256 f2073ebee7e7eb27ba1c0eca063ad73d131891b0a31963116408201383dec09f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 722619623a1d49cd1ef11aa0051905389e4e7eb65bcb7c3bcbf99e4a427ced9e
MD5 14984d351aa8f71903100d7bdc6d7604
BLAKE2b-256 2d910791e3179a10e1ce3f2b330723f08e12f5a5a7be89c53ec59dec3a01ae2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21f6a7fac7e1c6f127d06bf6024edfb4cbb77e6021f44abdadab85fd531e17c3
MD5 06b8e0d08a1413e12888d72d6f6fb9dc
BLAKE2b-256 adbf55ad3c469b7b96e3af1af1b9429a7d8af31e892d105bbdb691f4d5218cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d9b0fc0d29f217dce313c50c88e7581de1e95bed50f6614b9f78990c744647e
MD5 65ec4b0e75b6cb4cbc565efc73887890
BLAKE2b-256 5b512f131cefffb9e20fded9b2ca19f9f8aeb054b6974c3c1fe594fc87a7daeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f9688559dbf6ec0e32e814260d7f20e26e9cb92d23984c2b45c3e889cc5898e
MD5 1d0c33ee7c66c1039b27b32aa049e549
BLAKE2b-256 b40ef4ce62ab25fe9023679e6cf966cb77b93a23cde7d62be5a3765838ec48f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d016307340b5d0e2c2e5b4d2c89ecff61b8fa3d3bb5c3fa61f6ead16affc4a72
MD5 5b5c515ecb5cf078b7c195548453c136
BLAKE2b-256 dc73a097267f6ab83e611594258cd1c105cdd21dd3d0f0c67b23636bce6c5d62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e71ee3da2414b9d06a984a5f56670b6bce84c64d8e239d008c9731cb32ecfcc
MD5 5ee8236b733469aafb384cffb3542134
BLAKE2b-256 ad0999f4774c910085411f593b0537d387ead0f1f77c7d802db776614baf66cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 fd1fce661b948eb069e89850146e95960619d1ea2cfe7ba26b84fa3ec2064aa4
MD5 e37c7b6b157e60e8604764ebb617888c
BLAKE2b-256 c5956b817214d4ceb45d18abc4f01c21dcb7286d1e3294685646ebc01c4e0709

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bio_grumpy-0.1.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 596ec95353cc932c1b8d67f1f526915f69522516601aecac7835319369369cae
MD5 30f50083846ade3715ae46d269c24b9f
BLAKE2b-256 71c91db74e3c796d1f72e721ef005feacb8833db3a591df6fbe1cde20af39bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de95853883c15f2e6b54c33c57a273facc01e0c90bb696dc0f020d88c68cd68b
MD5 9b469681298a2713ba040da9afa551fd
BLAKE2b-256 a754f859a9aac20535e02d6938bd9b7fd8d7ca3cb770c3ab84407a428d43ef10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3885dbac8d2e4280968a3a02ce67783bc6d4f0066b0af7bb5facc11229ed43f1
MD5 b04067debb2257f23218f56a275ab3d6
BLAKE2b-256 dd575d9bf6c40085b6be8231f04fa0270ce9f773cdb28b7df588e0dbfc9af7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 63b2fdb7238da22bd23bb13f7ac9d91f84e6fcd5b975ded78ae9ec141782fee8
MD5 f1ade24ff32de11fc84cbecf3e21064b
BLAKE2b-256 57fa28c44683f7a5d92004fe31de8a9076a644b41bce508a4eea55e4a4e5862d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5330d884e643079a9fa61f05f3978f331650d0b407c12c89cd22c4549261bd1c
MD5 c134a98380bbf565b770f57c444c7ec0
BLAKE2b-256 2053c7144e3d923d78ac6d6c4351c1db712aa46e2fc13b5d3fa77893370c40c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f99d6eeb824cbb81361507869a1bdc91f01f19dc61580906c35d1c5903530ec3
MD5 ac2bb653d2ef3a516282302071f68a10
BLAKE2b-256 5918ffc4f473554eea01a76dc1ea5d7cfea7e382f6469c1fba33ae90a6a66d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9eb0db43e5c80f488961361a20d74a1c5c5d6bb61619cf96a4c85c18c94b9978
MD5 303b8b432c5abd5385bc3f781c3fce83
BLAKE2b-256 f16a48baedf8fa142b402b7e213058d6337a99552cd3510661622b44a45853b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55df2fbe3feb85d84aee690aee97f119872b7c387a6bb3eb933006eb10e657f0
MD5 fd1c8c3eba30a55f1a4522a29a36b933
BLAKE2b-256 42fc0082c24357369c0ed60d63e0596551b50f81064686485af312bea4b74c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 55a35136eed133f27cc47bd672de0e9e5ed95fab08285ad2be23eadb88328390
MD5 8612144160b2433abd06ddce7ac799b1
BLAKE2b-256 445c299e36fdb4950cfe1cf9a0cbd8c2303b89fb94aff78e716677d6d95ee049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1174bacc9466feff7bcb083455a8adc4dce4a6f8fe08da8606c8aa61423a2b74
MD5 47d9c93d07a217936113c67736b600c4
BLAKE2b-256 99cfc9f65f61993c8f44850ed602a1c719b47104bde218d912cf43784c0be4e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 84c0b35d9c510935ec4297e231fb9ba260e05150c0cd969434eab383d17522c7
MD5 7072c55fcde45c876ace25a1bde435d6
BLAKE2b-256 f30e79d692773e91ac3e0c96c1ec631ad105539a6529ffdfec9ca5ed9f21d47e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab943fdc31b7796f9b11965383bf3592feee3e45ae6ab52eccbe6fb342e4a8c7
MD5 98b28577e5ecf4ee340ddb6da8173280
BLAKE2b-256 235f1c03d18b4b785ea873e4971c975a3433a99a5d6a30b81e17740870737069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 703ccde61789a57379bbe1252b6cb810144c2fc7739b5b7f1c9fd0617938f75b
MD5 c10405d56e640dd62a0f31b0f950416a
BLAKE2b-256 979eeae6db8985f6e7cfdc5bd9b4c1a7c87db96947b06c21c4492649e0e5359f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bio_grumpy-0.1.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 82716e70ba37731891812a3c845dd7d9654c9bd9b5e23b4f8c4b120e7a8dfee8
MD5 ecb9b09bdd20fab59fe7e20a2b60301b
BLAKE2b-256 232f812a41120ef5a7c8e47ddc4f2cab0e8c037252e62b328b8ae8164d4a5b22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8a42780870820238bd0a8b7ea88668743944ebd041b68977441e184f06e4c89
MD5 5d1a74d660dd3f75c1ecce9bfa7fc982
BLAKE2b-256 0856be9989ddfff0305699f920cb71044678f59b592527e8839bba03af9d743e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64258feb299c8c28deaaead3e92ddf902db60b9434f784a02766168b8b779d89
MD5 677103275ce6f2dd55e876fb10f1db1e
BLAKE2b-256 913a2ac5e6a5af654a8cc3775b706c2d7a861f6e19705ede225f8bde891b0109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 41c57213697de166649bf1b60752860ef9efbc41497ea283eee2ee761610943e
MD5 e0583ba47bff1ed5af86fe7555f807ea
BLAKE2b-256 fdf74018d1bf8ca598062e434c65070b625a26d27c629b44539ff9b77afdae98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4610675cbd89c21511a40a9d2bf2e5b5955f9d4ab5c6bf65b01792b28f9d1db7
MD5 c71dd490ab63435172f9188dbfa20a43
BLAKE2b-256 e40d033974b08f97f8c793cff416ebd6eafd24c5cd1d42f62c92bd09e6878ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 689bbae0f0b0b9fe6108e1ca2b21687ba16307706b09cb46eed674262c0c48e8
MD5 3ac92d2fd630d7e922928c488dbd792b
BLAKE2b-256 6c28049be0eb74f477a060ad0a14c1ecfcbb5e2d1c8df89c836e81f1b3dfc131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ccef804ec6dcad33df39d40ebc70aa9afa83b8b512154ad8e3a762b4a39c8025
MD5 f6fcfba9fb24779028ce250d1c7678a8
BLAKE2b-256 5e281e1258fa8c5e0de1eaf399efc19cc26a84b52620288e27f1bb5685f7abef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24f49b5f14dce2828916321489924ff582aedd1abd670034e32737317c8419d0
MD5 07099172ee10776a8cc0d5936a0a84ce
BLAKE2b-256 d6e361cae2d18e05b5f37daceb7aa01193585dfd6cf350dbf2baba3c27a137aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0773d219bfb427f5046a9a6f3f1788ad34fc5cedaf5763523d3408cee364de47
MD5 0088cef323ff72919672894bfaba6d3b
BLAKE2b-256 7421d0ab27f228d049ad20374db19cd4e49c5cca268f5700f9f5bdfb0de6ec9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e93ef9d8aeacc61ec77e835f0abcb3c855cfb2e86548bd1ae214ce096a1fea7a
MD5 f8d2e8953cc22b72c3336d9af67104c0
BLAKE2b-256 b5c60a065d412d1af0d2cf224171aa7dd65c30e8e711c67c05ab4f7302701859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d20271163138e1fae174a13d4aaedcb793e50c477cf53ff75fed0bc73651f16
MD5 d3269bded0535d27a864699c02b2e28d
BLAKE2b-256 10793c34b21ee93e2d430418ebd24cff9259904d81c701fecde6615495c5400a

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