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

Uploaded Source

Built Distributions

bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (817.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl (842.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (828.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (760.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (650.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (681.1 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (819.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl (844.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (828.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (682.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (819.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_i686.whl (844.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (914.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (829.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (654.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (651.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-cp312-none-win_amd64.whl (474.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl (819.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_i686.whl (844.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl (915.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl (827.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (760.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (698.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (653.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (683.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl (586.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.7-cp311-none-win_amd64.whl (479.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.7-cp311-none-win32.whl (443.6 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl (816.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_i686.whl (838.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl (909.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl (826.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (677.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (586.1 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bio_grumpy-0.1.7-cp310-none-win_amd64.whl (480.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl (816.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_i686.whl (838.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl (910.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl (826.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (677.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.7-cp310-cp310-macosx_11_0_arm64.whl (567.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bio_grumpy-0.1.7-cp39-none-win_amd64.whl (480.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl (816.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_i686.whl (838.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl (911.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl (826.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (678.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

bio_grumpy-0.1.7-cp38-none-win_amd64.whl (480.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl (816.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_i686.whl (838.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl (911.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl (827.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.7-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.7.tar.gz.

File metadata

  • Download URL: bio_grumpy-0.1.7.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.7.tar.gz
Algorithm Hash digest
SHA256 f4624fa456b326aa737eaf879abe40017ffd79b50b71c173853eec5e89378788
MD5 2a32259479221c28b8c27381059d402d
BLAKE2b-256 4a3f3c37c07f0d18bb8178cb5525ca52f090ecf70df03e342add3ebd86610ed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7797ff93deaa9e1fe069bb99b3d794d75f83b3ed0e1ab0a46553a91f61b12878
MD5 95185b1e8b4e63b86bd46e0cc7e1225b
BLAKE2b-256 f2e8316f5594cfc060ea4a04bb7c1117cfbcd1bf19154f3f04eb5f69256e0efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af9259020a5f873240fe418bb6ad64d22780d1db23c2ec7a84f6d6c73d267789
MD5 20fa39acc7ee91e210f054b389952da4
BLAKE2b-256 bdeb231ff24a1489d37adc56c0704b558f1be861daed30c2bf60befdab55d884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b52d946f04667680eb39d4599b5c1f38d3469fc59e74e5b34ff0f19133628296
MD5 684e66f450d4fbf2b4a206df64cdbae8
BLAKE2b-256 507b51b16ca756589d0697dfea455cef87bb755ef22a4ed08d8c56946e8c67d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45cb305cd261b25d5e7d69116ed906b865172604d56ef137bc651fdd93c3dd0e
MD5 4658374aeb7f6c339dc4c8b131518b16
BLAKE2b-256 880bc70016fa2bc3509c1942c5a5e1a15b190ce314f7549f222c0759709d99af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 909c9bec290a9829f1d1a91d8be2d9dcf7f3de59c3712322a239f35e57303b06
MD5 76d75678bfd29bc77eb9a58a3896a815
BLAKE2b-256 535e77d9b5c549c1873b0f1d50c34928fc50a82ce07bc3b6cd72ee6413f6d901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a80ac182f03342f76ea479f35ea29cb89d0c8ab1f021a864c4ad2028788f1f86
MD5 d0c67c4bf3981904ae671032e7cd5ba0
BLAKE2b-256 0b5de139db620d3173a519188d2a6962587865aa2727fecc11af95e0667292c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f51ecbe785323837f2e74b0743e518c0556ce26801610e29ba2fa4aec94d3a02
MD5 ac1197cdadcfc709f17f7bda0a2db575
BLAKE2b-256 00195c15445be8b57bb3cf42287a7ec6442d79e976439fa30402e69b842f664b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cc42a9b8493da03982d92fe17f6ca006a44f0e748719ca295d4f39de3d737f4e
MD5 fd2418e1444bde366840f6b06c3c08a4
BLAKE2b-256 d46b63b4c8768ef1e3e35f00248cbd919a22e19e8bba3c6762aa3437266923f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2f774a17f208f5dd65bdcbc1db58d39f19f5af3c93c1c0cbc95773394def1b7
MD5 49c7deade3fea2d29d50f3ba54f47cea
BLAKE2b-256 13e93116948d02d69291e8daca7a4b785731b4582304fe09c9a2a93286502a17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4e53acbcccb35bab8cdb40755478ed634528527c26858f7dc3c7e704aa059ff
MD5 bfda8eef46ba823c1e4f62408be83736
BLAKE2b-256 c2752f245ca393391d2315b0bc1e4be362881d6a3e4ea233d388fd8e031b0533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5d3bbaae0e697e3be14a658789057030d1f406a50aab9c16e76ba6427605cfe
MD5 a84acbff96223e4b734ce36aceb4ff39
BLAKE2b-256 cabf1ef82efce271459f1361d5acbb2e97ca79ce6e159e2a205195e3496a91bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0475f3c0cd2fd176a5b70a748a13f09fd428e353c9f65f99c3ded5f162919d3
MD5 16357db62a956cce197134ee8b729e87
BLAKE2b-256 e2ae28d3b04745b7b5ee0c1e9feb90fce33a28c1c4233dc5d6123449b6627096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3ab30ad858275bcdd68a700f804310d1071c1fc4e93e23d0df024f88817ec532
MD5 1d7a83cb87d588119b066fa9a9a285d0
BLAKE2b-256 7f4a739d3ba865d82e3f33c0c9a38cb35014c4b51f14582c8f6b2c6eebee584d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d5a746f7202f5918b0e7f6db66d3e42b2fb0d17796b3d6bc261be8da332cf76
MD5 689bd73a4461537755b244f39c1e586c
BLAKE2b-256 1b3f0200aa7dcb9ade87719a83c9fbf264357f27f224c4514d6d34407253de7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a7ad32aba02942955227f94afb1017ab1d937017e4df2d9fbab1d442d218dba
MD5 759eb0573c0773a781051ca797c8bbcd
BLAKE2b-256 195382d8c7a46f890b8a6a7b60465ab1e342622f9eed33a0f8833ce77499fae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 657792c241edeab9bd9e069fa9f806105345e108705020c2906cb4fab710e7f3
MD5 e92e27cea4087440cac6e277c846447f
BLAKE2b-256 497268bcde817760422cdca5405e975fcc61b7c821c02343f92ed3e32174d1b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f99da2eb999c55f72178d641ad191fc39abd6df1031148c7e0d59859d81cb412
MD5 2ba74d38b304f66f807b649497f25e35
BLAKE2b-256 c8ea00ff0dc5373a274ad17fdbbf4ff9f44e3b89bd57d25900658020f199cfce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 944abaa5f8549eed0539edddce9b86aea86af397a227b890d9c912dc24952645
MD5 713b4db3b35825410b70549a8b3dc969
BLAKE2b-256 9bad519f1938677beb0aa0882d98e68ca56ac16a41c1a76e4b69227e8d11b12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba039d659944e7659acc926011f25b9700e30a3dce0248c1ac40e93bd7df54a6
MD5 eb9389d91fe63d625d5a177dfc872cdc
BLAKE2b-256 0606e9c4bf9854ae17d1fe87b17ed3a73ba2287d67af893fa9be7b09c2b00fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ff5227beccc46d8db1034584e625bcc9d57ab614971d8fd0da3040cd921ffd5
MD5 8f8f736160673fb6249b5e6cb483b292
BLAKE2b-256 0e4e18f953960f5b4d53a40fa5ba3bd9e294d9092325fe61d395e79840af4f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1297879c9abdf4352504aba55ddde17fe882d04f96f66834774751ca0b5020ad
MD5 9241c32dcf606fde677d09400a98593f
BLAKE2b-256 e8f3530856ff1e6600e883f025dd6449928bd686d2e02540eda17a80f53ec908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6054f9fa6896555e96c8be2954f10cdac7df294bfc8b92fcde75395d28d8a75
MD5 e51eff47565c6864a3709e0c3c039a48
BLAKE2b-256 5b4eef308462f3eedefe9514568d4db9e50f984b5587b26e89f30550665aef26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 23c08fcb39689d0b55f088a6ec7454bc3cd31558448a0706bfd785abb85e078e
MD5 bc4593258f79f5b48da178ef8493fc30
BLAKE2b-256 f73571a69636960ecdb0c3ddc00f433b66b4e26d0a8becdd880e304379becda6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef835b5154a24932c512c950dba4198f37956d5c19b33a31772497dfaabaf544
MD5 e6f090a2ec4d24475e0a6889dfd522dd
BLAKE2b-256 9849188a9db8637e38bdac1bbdf4ff8b89633debceecd0cd18123ad87d251b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b25757f074abfcc8fb968eab0f1cd2f7bf85a74932806f14ed4de6bf4a64209
MD5 e23f0b3a92e344edb4abc3e5fc46c1d2
BLAKE2b-256 4aa2d4a1166dd63c40c6a9dd30a0817bf77bf030009cdaa2dfd2b066e88ebd95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0b3a9508ee607e1ee7ed62ab90f29a1ef017aec481eeb206656617fedf9ab7a
MD5 d6b5175ab05bf83e56ce436ca5316473
BLAKE2b-256 0b74327076b0c7c7f39a0621ee0c591ebbcd69bbfe6edb0957fd59ae36afd09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec5da1674a82320d332c5855dcbec2480d6a0ea48934ce8cfc9a5263829a92ab
MD5 83fa4cac39b68c682d71d459b4c45c80
BLAKE2b-256 034ac57adae861ec751742f9d16ef646ac7115fe5af164b761260fc85c386b3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 320065e2415d49cb48cbbde4a9c779a4bc2754c3a8405dfe84d39e148315d302
MD5 cc9c0c1e108a7cdf6badce0c66e29d9b
BLAKE2b-256 90ec65cdd1127edceaa22a0553ab4860c8282a3165cbd21543d5ab60c9ed25af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 192a54874b6a1d00ea60902942153ed575e60c9d68a52e9575442593ee503a1e
MD5 4f8171f7d1435c8de1fa2f5001b87b16
BLAKE2b-256 839a57896a4e438d276f932393e609ab6094d1b4f2406ec14a69c185156c427f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a428391adb90f1bb7fff234ed7b7a433f0eaa92c4d17f8022b2e6eab9a8db1af
MD5 9a4a1e1d61bd7ed22f6655f975d448a9
BLAKE2b-256 6d559eee2b5bfde1a998147d5c4e958c6eb94b82b94995c05f284bf84631c66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dfc4ba92955b8705c243649929f122f2f60fbe5e5973e8690a9e78e3bd24316
MD5 787ff1578eed761e4972cd3ddc9fa5dc
BLAKE2b-256 869b166047052307661a25109ece6caf6bde0697efd447cb9924ef26aaf40563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fe81988527e844e855b9ac9b7fb10f64ba518520ec018eb3f4f59be45bd5bdba
MD5 8b395c84360c6a235034d882fedad133
BLAKE2b-256 28acabe07aca42864d1e91e4ed15725dfbe836e9ebc88d7c34c53e1c2b3bfa71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 11857322c44ede0c55849d0ff50cd5c44cd153471d21157b07cb72d197ca9dda
MD5 6ac13eb3aa835ed3ae9a6f3b016d963b
BLAKE2b-256 b8da7dc7f326130f047f88d0f6ce777065be92d0b9f0779fa15815ab556a9feb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 486f5a2c4b1fc3273eedf384bbb5c4ad653c8c955689df10022e4d321964fa5c
MD5 7f1c257e26b6852826963097e7d7dcb2
BLAKE2b-256 776ca698d503f308dca9f63bd8659f4b63269d6bd6c8168b71f6acf694f5b87e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 722758f67a87a52a2f7bd9c3acab43f03312a0de5567aa0c89f4149d21adc7f4
MD5 e74f67adbc0b794af0dcdcbd5337b30d
BLAKE2b-256 7989edd87c3fe00d7b7b744eb08b3122db01940cfd037a16d0858026293d176c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 263d7a62e86556894a9bb3e484043361584c95e6b25e9275bf7b190c555c4d95
MD5 edef21463b49784f16f8e91f434a7ac4
BLAKE2b-256 6ee042b1c82c88cbb11f77059f0a9a6562affb732acfb40a3b8be45b3c5e31cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c446ca48cadbf038ec840c53c5f6ccbfe38dcf7382573b57f4fc2faa571f4b6f
MD5 2c6b896098f55351de8c3010fffd8679
BLAKE2b-256 21611bd03d121e3153e6adf32eb6327766d6a2ee4d7e1bd2daffac2924074993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 833988d2590143941875cab5c09c8041d51e2b39188109fe193696e039e00ec5
MD5 27ace1093f8714a402c53cbf4210a4a2
BLAKE2b-256 ad8ea7337f807f78bcba80f0b726aa2a8f28fab7fc65e59629981d0164defbbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76120ff16114b623c7994082f8d5f6d3df942a8c69fdd4f7bdbbf28983ca8629
MD5 5d32593600bf494203dd6dc3b3599fa7
BLAKE2b-256 6ae66d5503c469c72d8f03c4ed1586c002cd4368545af62ed3c7006a195a9595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 54f7de9a32b99ecf7345d060c6811560ab0c0eac7ee4aec7e0e4832fe9f25d1b
MD5 3ec3ff211ec18fc4560380fa06dd4f33
BLAKE2b-256 4d196be381d4d570fe55e742b911da28cf64cd1175432781bc3819f8a5baf4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4239b9fabfdd745ff3a96e100a9d265c9cc6b0e367f12df355d6ef0a7800ede1
MD5 e8316eccc8676faeef955046457fdeed
BLAKE2b-256 3b39969e5364ae99a2fa79f32c3dbf37ec12dd68d3b302dcc83c7910ec82999f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 169ec797eacd0a0a1050096f1940f60d8c6590969fd20cd1b75891ee102681a6
MD5 3db690fb49ed81ca96d5d7d5635979a1
BLAKE2b-256 6a4de9ef6f50ccd3b533f8db389bb0265ac0bca998521fd63b00adc9d96d6892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 475e5cb351b10eba0cfe2c026dfb6563721f764e7ec742e98513f16859d2e174
MD5 2376717c3d1d4a2fd715e854e45ae44a
BLAKE2b-256 56e2c419f697a890df1def7f322b6c49d4fe3ba2625ac8eef40b78ed7a628924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 b63e347d323b6e471f6550b5d5b9fbc1b366b74ca177a222d5b9d9d50131a1d4
MD5 f35c188a89339deb7c647e0ae4b75721
BLAKE2b-256 38bbf293eac6ba04433010dbecf5bdd924184f8c87d6141f19d82834e6a296c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9336d71049c6e36870d25133f93b908f32674d3d35a0db218a49c7080bcb0f3
MD5 ff10caaeebbad26f62f36aeab95f77ca
BLAKE2b-256 b0a6d3acfad7179d299dba8d9962f628bd6658609a54fa681708b10264c48764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3084ed50d1a54755c5526613091dee5631061c9402f19242480615942de3bab6
MD5 132a66dbad4b1ec14b4ed01eda18cb18
BLAKE2b-256 cb1c7e6d20a5f488455ba88e67e73d623a6c113ecf090e19e24f5dc750819d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e18aaf59fb74a2d02d9bc94c7ba65e6de8113d44ddc779c112db378108945a0
MD5 8467d1fc7ca11d296ce47c9ef4d51912
BLAKE2b-256 b7627ea11e02ed01c42b3687807f17ed3f14d9dabaf6099d3b26d2bc0ebbaad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b51b0d26baa8b97a0c9f98656936bda3c78230a750ab35a9105616ca63ead8ef
MD5 3ec287a5c777c537a8fd76ea3ae4279d
BLAKE2b-256 dfb0b7a7ec1d3df4e5b2f6eb65d40ddd95365faec304f0d936b23471e68f97cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0e697a0d100024791de623ef57dc94aa37fdbe1a2b2fcc9e91a41840086cd8c
MD5 ad0e0c1864495e3bdf12d2f9f7583532
BLAKE2b-256 8db3d1d968f1e201f21413ce14f2f1c608c4dae324d1c0b1a98a8ae332c20050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 23ff00c2eb8b4361699c91f0451bfaee9a449c385c6a99c1f5ca0c9eae7cbf96
MD5 9c9fea80333f56a10a9ad751187a10c9
BLAKE2b-256 161ff3811abeea84f1a8c7f517c51ecfd9a9f6bd2e52b7c1216b83c0af3a69e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af919a9f5d9afdbb8e0115550394cbdf3330fb683de0d353da4bf46520748a49
MD5 953bda0400499367a7ad9e3d71b48ec7
BLAKE2b-256 67538a165461c506e02930c75884a326bfaf6c7892b7b2230350b9e8f855443a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbe522ae8cc19f9b09b34fed15458337bef6ecbe452171cef2d993a6da5771a1
MD5 c2a5c92f0d8922b835e4edf792fea147
BLAKE2b-256 039ffb3c73bb10adf50177c1d66ebcc6fec6741e36841d42cc637c2c9a40fbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f7cc8ce57c5dfaf4ac8f4b3e1cc867eb100c53e893e6ebe2b3ecc7c0c1d5ac7
MD5 cc07aa5652eb396b0a35a5b7f6efdc6d
BLAKE2b-256 fe6980f19bde10d7fc4e27b00aa070fef0dbe0c460c9f2b5d345d2c616f133ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7616c1fa744c9984547ff3afd1d24eb08c69b5895a59143930f7029f5298e316
MD5 42e21bd4fffa8d4d017bb2f33ae9fcb6
BLAKE2b-256 d1626c9683434c3fa5e48ce4b91c412b7bc3b09aa43a5175cefc8152e861432c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ab3db40e4aebeed183b80298ab08c0733cb904c88a132db939bf1cbbaaf9703
MD5 90081e3b5de493b5ca88c70c7a3497df
BLAKE2b-256 6b4a2022ba61b85b531ba47543b2b09436483445660c702f7a16fbe4d9becf8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b13614ab30acc3027b2fda0419d0b446a3f05d1fa625cd0916679fb3d7dd8ab1
MD5 292b7153cd75a1629398a49e8fb02498
BLAKE2b-256 bc80170c61fd15d0e5f9fb0f64352464652f2cde53fa4f3fafcf264d7e990e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 24e4b1f3f24b918f90c63001dd8dd732dbf3de66fdc1a75bd4f0be749f5d36e5
MD5 d84b078cc631ef8aa60a699c4e2993e5
BLAKE2b-256 48b7270c9b67fa867cba773585ab4e13655c5e2452ba26c5253bc0c1cd963d32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ec6138391cd38fd67f6133edc5128fd9f25d1d99195c3de7da86059129b46c52
MD5 bec8d19bd48f6db6b2149c00bc75eb7d
BLAKE2b-256 50791ed4798f77e8998c334c13d620c83f50013dfbe6756aa52011c5a59070a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ef4f784c5c12bb86442f5b3bcffc5f5648f5f37206c8b3131e0b497ede641f1
MD5 ae2a7699a93fd3e27ea9db313f266102
BLAKE2b-256 b1daa41416405a2747f1504f7c0a0a3602a97bc5f6a73b05b3bc442f64eca9ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e530d505f17f56aa104e5087f5d7d997cc535d9a22f5f16df55386e8450b1f8
MD5 ac0051651b71ad37f257c7de0d30d569
BLAKE2b-256 a57856a6c06a9b7e3b8f1ec005befe768140666be26407a8b8a87d3d54fbff84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e14c95a80a535cc47495e89acdab1833d6fde6edf65ba2481529184f0cea827d
MD5 1c98b379f991129084566270ae0b49b2
BLAKE2b-256 bf36b390ea68fdbf4fcc8fb97f4f70bd5c0ed6a39dc3f9e99cf4166fe0e83452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7031fe2307bad88b4d273b5701fba356d6de28ca9f3a9e5cf905e8c9b92b408
MD5 cf3489ff31f80bc9566aaf19e0da7974
BLAKE2b-256 cfed2f73420f2cdd38e83f1d9ad9597f3ebc17de60224de52863726406b240e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fea0e51f22880caa7493103cd8b19231e67ae349778574426a44158a8c80f51
MD5 90350422bc7a92082efd5494ca00f6ba
BLAKE2b-256 73ae5d77c815e57eea24651a606e4333297e0c6bb682e5a2835c45e2025d36e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab4b55f0b96891bc3808fe6345953f72a8ee1f7c0688e5f0ba56406668869695
MD5 4d0d28bfddd5f521191ec92c3a5b7bff
BLAKE2b-256 88da626d57fb295b2e1353ae7db07564d74282f771137c9f3b10d71d59745bf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bebf7a9142e4613688b45bb16499f9354d49d0494df50e43a5d8545e1c7b58c7
MD5 5527df5b04797bfa16afce3002eb718c
BLAKE2b-256 31bdb5c3540fda5d7edff1c71754c3d204e20487c744c01f0b23fee97d16d024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 46b0dcdbcb954ae47f75dbecd89e08def2641d2c3eb25120afc4dc5c3bf1a161
MD5 d04a2bf1e43530ae69c82b1d64391930
BLAKE2b-256 c4e068085ba8364ec3eecafca71bd38771baeec28cd318cafa94b1e789237060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d40b242781cd5a1047a8ef5e247ebad12307a3b83e6db470cde771f445c5f259
MD5 e42a5cfc1ad29a4a29d9876794a582be
BLAKE2b-256 057e10e11798349c95353c332768c7b9d8b00b618d1d6de926367da5ad89c52a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8daba728f9c9b36b0253d224043411cd6271f97a3443bb835f420abc1f130a0
MD5 987153f503d0c5e6f61065b23a56de52
BLAKE2b-256 d1f825a7aa4b9e814d4dea90a12346967fdaee7ef376f3449b17453f838eafd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ee26cec6e4b45904b7bd1beaac5ee3b44bb8fcd57905afb3c379de151bb52d1
MD5 aa8938451d235751635bd24e5e446de1
BLAKE2b-256 80e9b7675bb8f2658997fb3e32bb25756c32a94bfabf906a4033f0988a60635f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 413ebec5b79770a9a4f6991b4fbc6068f6468a8f82276b46bc823b1f53b1563c
MD5 f2dc9408f72cd44359761183e0af71eb
BLAKE2b-256 869e44fd937dae8d5dba57bfa253723e8cd8c29465801aad77a3246f306fb6b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.7-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.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9eb4ec5081c44953d353c6af1c6ab72f113d3c53f15e143486724d84f276adef
MD5 f00a0e32fc7bb47b468b241b3889a245
BLAKE2b-256 296a1b07a8d6fe7c19943e61a89523a9842f173928cc49dfb0abd111976d4ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ba6546df846138448e41435d0f952367a864e54e35532d218d4d027dd2768c9
MD5 29aff4df3c4d3572fd576bfaa6c0fcd9
BLAKE2b-256 af34d0ccfec42aa247f8d64d138b8a721cb75be789ed42a1e0885bc9c3a75fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ceb6c972fce036428245d6ff22f6257579fcc10858556d1f39cac8e7298abecb
MD5 727ca6c6035237d3e02b47c8d5071b0d
BLAKE2b-256 aa69e02cbbbf16b99e8dcab2b9b85fbca29f0024266ad680437821253c6542c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 83ff10c40b348268a9a271b5e6039ff789b5719ebdce4f26dbe504c44827b059
MD5 1823e10b8837559d695cb2eec34cd354
BLAKE2b-256 c75386942e51b1fb8a2812275e33daa4aa539c0a30fa59b59dee6f89039fb766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3ca077032804dbfc2dba7cec11cc3326b487eac29b6ae6f55a39bbc226ac1a4
MD5 35c3278d5bc70cd21850aec181bff3e2
BLAKE2b-256 81100d0955f515610480e91e583298926dd2ae96b96d2e3b6513592fd69ac49c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4123f2f9cd75414ac55438556263c7be62596931e43a95dba98c8bd8f4cbd84b
MD5 38ed8b9d207d8a6d24656212b72aea94
BLAKE2b-256 953af9981b8ef7413702b2769ec9cbc838816aa6020c7fa16975181d39d7e6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 374301d58ab8d0e60e3ca85ea94503ccec20677e2f65a06c549da226a6513403
MD5 6abd0c4e0adde37602a50b11ac2a64b6
BLAKE2b-256 f837d67a64c62dd99a49c1a6e59835dd85f782f0454dd5fc313321a1f6985444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bf095082cd5ea1d946bfd02343f65e0c51ab65f7337858061d5529f6bd8c42f
MD5 42d0cb80642ea3ceeab761bfb3165502
BLAKE2b-256 1af131dec3e5e449865de2584bec8bd7e801e48031a5747bb0b6a2132b1a479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7ba159534e33aabe490de726e2bd52686fcfc532213822560922df5d906af19
MD5 405b463587f4d40ffdb692ff963632c8
BLAKE2b-256 23947889765e4bccf923d0315146f2079913baab02880b2e308ffe625c067895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 feebd5b92d829b58452399776a0c2ce9fec4fdc53e246595d5cbde4d6c82e905
MD5 42ab6b7119ed420d4b1dc40bdcaeebf7
BLAKE2b-256 88ca67593f56df5c5a8824f7a1326dc7871dca09f1451e1127258b5238735c8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3732f20ce380b9722ff1119adf84ce840c4644d7df0f7cdfe44d9b2083a1028e
MD5 86601efd2e6a3a0c9fa8e017a1d32a6b
BLAKE2b-256 00636973c99544df4e5c7f7ca270415f1f944082a888d4de4bbd3c73d3a22af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6349d52fcbf0258c30a4bb2a8c2dd25193d91b03b6986a93278fc00bce428fa7
MD5 ca13be4bb7bfdacc7cf3a521b0b72fef
BLAKE2b-256 2a7ded78e8624a7d94554c3834dc0756c730f2f20e5be44ab3fa8765a640a1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7a09094cb7e6e28578ecc712c72fa51440223fc078e51385c102b39d42dbf28e
MD5 d666d5ad3eb9b90c1f6989a4b6898b39
BLAKE2b-256 7aac266fd7906a534c9fe51bea0983cfdb506a93527c262670919cc3348758d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.7-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.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 56b9adec81463f0f30ff4fc8600bf8fc220553a565098b80a97a8d81fd84113c
MD5 e573a4652c101f711465131d04b0b112
BLAKE2b-256 e996e30a8e34f119ac62e8a0c4ecbc602ba360c256b42e78e76a67f52b158ada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaa580cf1b72b512756e57ac005ca41130af457b35c109a7cfbac5c001315674
MD5 e16f989b85ecc4162fa13c5dfa5d91ab
BLAKE2b-256 d778bf25924b5b200ef48164b0c4af206d077d604e6f7899a3f7323236983c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36d3af270389252ea5c5bdb38ec2a1bf6acd716d0dcf2e8a82bcf697430d2ea0
MD5 982becab4af5449be8c69db7b61c2ca0
BLAKE2b-256 3bd9aaea75c642ecc152511d31fe18932172a90170382663dfdd5ff1d29eb18f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48029bc12daa498ec6db0bc3d3dcc7e09af24d113745f5b40f36ff58aab6b64a
MD5 6d951469ac15904a3652656e445b052c
BLAKE2b-256 208e1177df651dedba28ea7cc8a4d4d37c72b1afc9ce7c44cbd1f30cd4986f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9bf5b3a0723baa4b007b581a180764e4412bd4b7cdde463b4ebf060867a1d413
MD5 00155e0277f04c3d7739fb5913f371a6
BLAKE2b-256 20cf9f744b2c4c121100de7b5e5c699a3c93a918b1abc7657c355213cd19f2b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0202330ea2b4a7fb76ce28d39762511c5c21dea5629520b66a9dce67ed206846
MD5 69c27032a219debc6ce02d861138c975
BLAKE2b-256 ed4d6298717e15ea70fee8d5d0d4d2207c23c520f5b111e38c85a6da0c3dc91d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c0a480413924030c35f3072ef33668ea7e614513d703faaaa8327de9638aa65
MD5 ae972b3c368b1f59349fce5b4901d79e
BLAKE2b-256 ab4e589370467f180a068c9dab9cb2a32ed1deb6be229bbcf953a503e8b41b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 094edd42c1429b9fe004bfa93795249e4aa79289754f96efebeffa29557fea08
MD5 92874710396986186857b33b4a9ee422
BLAKE2b-256 3e81212761f913765ddb4c74a9ce0d593b814e21da6eb12763be94ccbf6ffc97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35bc7a5a6244b1e53bd57599b37bcab1fc278b78eed9676c189a8612d0cdc9da
MD5 6782b2310607e0b31fe1c8592eaa42c9
BLAKE2b-256 35ccd603b4898cd949053c2340d0a6027c79de2c103a5ae6c6cec30cd841d16a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8b6c23217565f6f8796c739aff9b639feaca5387853d7dce814bcb77df7a590
MD5 4b5eaff0cdf380ddaf9c7bbdff4667b7
BLAKE2b-256 5e4f839759e2cdd29eb1c1602c89b3980f8bd91c8ff6aabd87899c6cfe91c675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9f0ca319d428988a6b01b66dece8bf9646aa6d7eb4302c45e3652aa9038603cb
MD5 0b59304a167c3e9a5e34e724004db6b0
BLAKE2b-256 823e4330d3f77caa159269db808faba2de445f72602c9f8afa31bebdec336a3c

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