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

Uploaded Source

Built Distributions

bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (818.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (843.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (914.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (829.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.4-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.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (650.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (681.3 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (820.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (844.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-pp39-pypy39_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.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (683.4 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (820.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl (844.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (914.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (829.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.4-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.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (653.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (651.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-cp312-none-win_amd64.whl (474.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.4-cp312-none-win32.whl (444.8 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl (820.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (828.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (649.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (698.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-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.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (569.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (587.2 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.4-cp311-none-win_amd64.whl (479.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.4-cp311-none-win32.whl (443.4 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl (817.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_i686.whl (838.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl (909.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl (827.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (677.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (586.3 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.4-cp310-none-win32.whl (443.2 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl (817.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl (827.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.4-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.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (678.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.4-cp39-none-win32.whl (443.5 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl (817.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl (910.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl (827.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (758.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (697.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (568.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.4-cp38-none-win32.whl (442.5 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl (817.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_i686.whl (838.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl (911.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl (828.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (677.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 3e19a0a221affc596013face4ead7cabf59dbdb2fbe5334d693af98c5eb3691b
MD5 db01df80d9b3de77840fc55b53f6c3a8
BLAKE2b-256 5ee725dd7b80cb129415936933e8684f874d1468fa9a6e048bc9dd344c84c784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30e3303a42c2954990521551a6303b4df97f6b09b911494725304069763f4fae
MD5 1988dfc44dc0941d97bc4a385e49e75e
BLAKE2b-256 b7787c58be44024062a87f0a6b683acd56fa5c9009113fb969d271c83e19a750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d087b02471a7b1ab55451983806332bae129cc70cf7e37a2f8c469dce754e1d
MD5 24a479b7791c51dd636607c2cae0610f
BLAKE2b-256 9b01de35673eaab3948420b612604222a03bfe05c5fb6f8fce9dada4ab4b1dd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a8fc20a3f840dbf134e38bd2d16aee68cbca7b301f4631b5c7d5eb03412bbc1
MD5 ff4c0c1fcd66550341ece21181aacfe4
BLAKE2b-256 77ebfa150a4ed258ee22a9466780bb94fda261ae6a263da7d2a211dae047fa92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72e4d3973f3696d67b90262fdfa5bfdfaacfe9570364a520157d51566dac1cbe
MD5 a2dc402dae792460df2e7aa520b151a4
BLAKE2b-256 36e4d3c98c78c2b2109c087ba6370ce195181bdd567f31aee8de6f0fbf0ff9ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d1993594b96474d2b3c88dd7619ec8db2f0f47bdd41f6fa3190dc2f94054e80
MD5 a63ea831dd3d971225070a5d9b39eb65
BLAKE2b-256 e941c053d90067e58319d8cce8af7b67680b5310b2557022e165a764da9eae03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b9c00ef690476cae7b001738a6ad05d6cf1de6679b325d418bf8ff31ae9f5b09
MD5 2a40cb2a2fa56b51f532ef41b3cc05be
BLAKE2b-256 b2f269f9ecefde6c8b7eb7f140a83e13d6bdfe3a30b293c7b56f4b159c49c636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f83d99260045481e8bc9b8b9255ffd7532c0d92a20abb629b84ca7c71846397b
MD5 5e56918c453596c407d975822684a8d7
BLAKE2b-256 4ea236b486a5288716dab43ab06bdfed9575a8bf4c288df3cfc9fb76ee40845c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d1610dec4cb50d5f367d3586a39b64c86bd7846e31fcf302f1a9fe833e158c7
MD5 5ab05327a5b9dfd59ce782ab3ce97080
BLAKE2b-256 a4584eca70343cbf830d901d6be06235b9786440b1cd950a78810abde58a313a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a86c52dcc0dd316598de41b9290670955f43fd40ab30a05a6ed6b0267e9b200
MD5 a0f7f652ecb999d3db4fd6548ed07942
BLAKE2b-256 c27699d639cab178793c68c00bf185e51f715e6aa9bb601b82a380ee308bf486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 399f185698adc626070218214b1915a6d4020662505f4eb34e19df4985e81a5b
MD5 cfc361f451cd5cac07d1116dea866ce0
BLAKE2b-256 b342e467d8a7c40f4f13dd33d2b1e1f956636280c62d3190e4610bc0793842ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ec09af76d877992958e221ff0252b4f20802c400e586fb3a5b08efe700fad1e
MD5 5384a15e4192bc58cd9ad860a12572d7
BLAKE2b-256 63c81077f22ae3fc803cf103d9f72549dbc466565aef382ae97f0c451b2da097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f31512dba94b1df245ea061c6242dd4b15ab1692ae2a2fb3faf1a1a8194f9340
MD5 adc4eb54c16f9c9594b59a7012199d26
BLAKE2b-256 bf998323b0991de3a86f42aae58cedc52e84924567e80a67f455bc11658fb996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ced07e557a62bb84c812113017e033b098583bc2563c155b52f0dc4c7285bec9
MD5 d2d25c781c72d05aeb642f40cc9c49bd
BLAKE2b-256 574520ac7c8da615995d1fc234734b72d3e1199e08d76ea6d9838a20635c0bc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 806c5025b0347e6ad7e977cc4c33f871daf63fe732559dd7e86be4f000f5262d
MD5 5b42a2b78af705fc9069da83f5a0f674
BLAKE2b-256 e7dc0a5ec9c30b882cd42a6a6d9f5fcd5667dee5810d73bf759aea6f94932c6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2552ef0aec2ee90959a1ca3619e4c902298dfa97d2fd0d5804d44752da17dc2
MD5 042c5d7945b0b7e2969b94035851f91f
BLAKE2b-256 655719f98469fdfb33cf3ecd8390e06fceeb465aa489b234a84a0d48e66144c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a8b7296ee7ec240eae1e6a1ca1115a703f264ed74050f261877100fa6115c75
MD5 559f1e9e7bd1ece7d88acd4115c1a3bd
BLAKE2b-256 f7d410cb474f682e7cc9759d272fe5a36c475ebb109eaf1fe3201d35e16fe78a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4940556b7206b5e7f7860872cfdd51cbb719430e8d6bb9a590abb90a9b9a5cdd
MD5 d88cb36f08405b600830aafc6e42123f
BLAKE2b-256 dacbc0db8482101bae82e196a5b4d94d15cd6f51284f1dba18af17d43ba8a4af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 444a78def73a7652e208b9832b8c3e85250fc6797c3d318f5febd66909488bdd
MD5 f491610fe7e3bafd6d9544cb552dff91
BLAKE2b-256 aa7f21ff5823c4b26d006b505df8f66be9710d2bbc7c2c81eba78669c989fc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9c57f214e3acbc3207406dfd8e148f1833bb5e01ed62e9a50b4ec6459a53d5d
MD5 cba1c7690e14013aa4b96def3340c26c
BLAKE2b-256 1e7f59eedd6fed8d570a580468ccb789fea1ba102e2651de2e3345ba5467bec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc9f70b06e21ed476ee040da0b8cabeeecfbe128b1bcc60505b5fdf933cc189f
MD5 a3d43b75a1ad2e06a98449503fd60e93
BLAKE2b-256 00883d7620f16e04d7c7706c9000908047d2b14d63e47331f6957bd139f243be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e54c0a83258d24b99c5208543f0ebe64d9d82d342f7619863eed55309f4d988
MD5 92305a3daa12857526d34d0c88f59d1c
BLAKE2b-256 4317eaa6b7854aabe73aeaa0d0d88d9ae4daac76e2d6b3ee2d7d2888abe75bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22310ecc92ef8ff5eaa427e469b6239993a941503a5d44ba9bea27311c92fa69
MD5 7fe609d6f76de2eadd285c149b95a152
BLAKE2b-256 29ba3139d2d34e54ba9a2d3b7dac4ca6bf6eded38b9233de3be42ef193227b18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a447fb30a3b0fb96503edbf6dc691cd06b0f82d79dc149c4f36bb4fe6b0985ef
MD5 7e89eb49bc52f94ec08e175aa3e87e5f
BLAKE2b-256 bb8442156aefa2f6d8d20faa56a00f98335413ed938ce7eba25a0c940ed0abb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a77716beefc6f80df2aee61405a8682c2540efffd2588cb3d3755f58b6be8a4d
MD5 c5c48fc0b0a036f68c21a5908ebe31f2
BLAKE2b-256 425ecb9ecb820d6f08296db9b60b0f4b6dc3ffaff4047187c3e076643a5dbe99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3d08c1e677e18dbd2cbcf2183b75346744c346deef7b99884e55dc63bddcaaa
MD5 86a2f1492a7149d7ba949f95d03bbc4f
BLAKE2b-256 efcbe8ad21c434e4e6113504e58aaf8e33b16a530e390c212fe185d4309a691e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 84894b5e877bb07bd2c051d97fdb37ab9755f2e217971e90a2f5c5993f2fe286
MD5 327a14e0d88e867b61debbed36fe0b54
BLAKE2b-256 3d6fa1faa03f68b69193236d581a1f2be6ca0b8b26fe3eaf9eafad920e5253d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9b4fcd070c9dd3eb79806243086de9b1a68c2e08956f27b0c2d97bfe6960a32
MD5 575c3b3eb431f99ada53303a9a5a6d3b
BLAKE2b-256 04a43ecfc984ed5c6bcef049cdb8c781a6e61cb821167b109944c79df897c1a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aef1a3a74d8cd5cf6b2ce3a30d33e1687154facc17b5b045864b2150a420e34e
MD5 713b30d83a8496e9f5aaebc3c6ab63eb
BLAKE2b-256 78b709ba33adceb82e5bac730abadae01c7670b495d0c7438058ed22fcd22db3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 bd661ccdcf7a54f36539ba746552ad483da47a944d3f7f44bb1a51bde4f5d72a
MD5 aaafd2c44d47ef1f27d4e32ab6e34662
BLAKE2b-256 38e6bf7bf586f0f88f8feb69d907f23964b3549a681035a319462603d6bfa681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 96ed10079aeaa126e971df6a1fb821c50d62f9cf61fcd6e17a926c233cc28856
MD5 6de4503b0372119eb06c5b19d9fe9dcc
BLAKE2b-256 ccda90d60d38971626ad54d9d4088d323b71830c654dbcabfed577621ed20406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6362b83b0318963b1a6f80731cb30162cc1ded1a30d138dc6e97baa6d4cd6618
MD5 328b1136c345d97cdab139be2f454f2c
BLAKE2b-256 67ac3307d0b54fcd0f75665dda2e0ef61012ca9dc4e0412a26cd29b9dac64090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1bc6d94a3e6befe913d04d2a1613a6ecd420f90f16769fb628150719815fd1e5
MD5 e8f2e041e37837d98383cacaf7f5c89f
BLAKE2b-256 1ba2a9b3fc76b6f6eab7ec489925d0e84aaf574efea06e3c2facc1f11322abe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a30877d2b79a8fb039ea3d78b2f7730f7626ff1997469755915388ede2741cf2
MD5 0c837f15647109e0efea782ebde56c7b
BLAKE2b-256 0661a38dd252cc2ae429c9e71676cd002c96b68ab83cdb51bf1320013f0ce3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e29899aeeeda9553017d0371048c71b81db6271dba21e24c98051998e9340e06
MD5 b7cfb4b45a8a5fb3032afd52385fb143
BLAKE2b-256 58bae2d715070ca1ffe6a59229da9b33deb9082b62003bc4e5a4a66e6b919994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4371ef5ebd7bd160676bb89a9e4ee3d359aa5dc7579bc7230872804daf546f01
MD5 f27748c20941c0a5f7304c6742cafdc2
BLAKE2b-256 41752fd310003cc86b95cbec7c46ff355eca7eb477a4616df312dd16efbd63cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9180c164c7a1334e809affd47d5939837b05788736856ee3e17a100cd2758607
MD5 bf911c59d8bf3c8e9d96c358db6324ea
BLAKE2b-256 24ab958116dbd7a80a5a379e4d0540c49fd074e8ee08e88863683e036def56bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03e20d418750e64778fbd6697697dae240564b25f734d94b976b425fb31b031a
MD5 8ad6b48d41b147659adbd54ddf8e1c06
BLAKE2b-256 78169e036bd616119f0d4e3cdfda5e49e9220d15c3e527c3213444e2f7cc306a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da22584ac961304df27569c5d5905dc3bab3741a0cf101747299b2bcf9f10bbb
MD5 fa28f3eb3a86d8b24d4bdfe4ccfe3ad0
BLAKE2b-256 1144f12194a29da43f2b74c38e87ec0eb0706da8eddd7cf4c743444bc67972ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f75d9e4ec35f7eaa4f5b79e6e10784d8d997f7f350a1236b195a723050560a86
MD5 29817ee13f2a5bf4678ab4cb36f7c270
BLAKE2b-256 2e08284e6c534b4dbd4df7590943a36aaca06883df464163e6ce751b44a6ae1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c456e4040a91efca1e96c4641dbe0a64c9b93acca56c40be6c96a3e51a20eb52
MD5 5fa20426ebca3af48293ea77e4850789
BLAKE2b-256 89bddf530ab6fdb749b451ceb66f2f64a8d45e2acd8534a7f24446c151702bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 828bbf0cb65c1635d40c3a1e3b9f5f3fc6be3e53fe4e4d11cb883ae7de3fd686
MD5 d93add51275922d1f9f0d000ad0fb70a
BLAKE2b-256 971a4022dd65caeb81a012f7a8170e01a5a028c265941d7d52d23532b2d6afd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 48f39874010b12b9529fb60288fd6322ebd0f7d9c4beea36234622b02d27cf8d
MD5 d7d3ab73ebcfff742a58c6a53c2bdec0
BLAKE2b-256 1751680edb2a257e10939c7ce709b2366ed50ef434b424b0e8be4b26de27ea2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 99e7b7e66c4e0f5f1d9eb1f331bdbf9def16d359d1e78038485de685677d4fbd
MD5 cccd1aa30fa92c74dfccc6b3bc6f773b
BLAKE2b-256 27867a0fdc3a6b07f29f3e46994a955365f5829140e02a5a4c4d148db5d3d337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 73ec04d9676c4aa55323f85699d3e46a26b3a98fb32e48b62e76caa536373b81
MD5 b40893f6ba5b6975bff12203a67808ef
BLAKE2b-256 3a80ae4b6d29cf5bf5b3258edc364d6a17bb2ef5cf291380e0745b9b1794c8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1eb9b1c5e63aa0302ac6676605ec2ea5f2c9e4473778caabc4c64e278dea267e
MD5 4f034c77fcfe225b0d8bbf9b535a7ba7
BLAKE2b-256 f93a9707415698bf982c659e6f01ee0edfc98c3376463295186d72a9a2461103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a43982f3cdf3b6502a1c10f7df4471ef3f76bda138f0ac11b621d351d37d85a
MD5 b1b0d1e13f0b409c72799563d5238727
BLAKE2b-256 0f784d68a36d0c3a195ed2ce13a1881bf2f2c20284ad5e41b1b9b3dfa6a26109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ba8f1ae3c1debaae1c72c71a84c4bf0fa61f8b2ded359cfba191061f255d9ce5
MD5 e938f993509aa10add26feff6f71fe56
BLAKE2b-256 609aa443fba5427e05c4aa2b94a6c7d8dfe9acc01d1f05429c844b2108a55ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8f8599050d90f7c9ebf1defedd084b659034861d456ba2284ae201fa6279bc2
MD5 575fb77df49691371479280dd8ce1b82
BLAKE2b-256 bb2131a9494d83874423c40b39db7fec4d723c4740e89e34ff07cb095b0877d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3298c922367cbb1aa369ca567635d3de1c2a8c62b1a7d93eaf5f21d87d3178b3
MD5 6b3b7bef826e6be4ba3344d68e454d36
BLAKE2b-256 11915996a3135ab8cc2866be1ed6ad78844049a8046bf02c47b883029dc4ebc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 362a33caaf9119c831ba7021203c05312eeef2b02afb91e2cc24b3bf5059ea4a
MD5 69f352d7f9c7550eac2f4041a51c280f
BLAKE2b-256 ed57c4a2a798476ee3f12489dc38fd63787799e45f15b6b60ba91f605794cc94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 372921e8545af93f6d3dbd6b0404264abce62f47f878df39838a2e8ec65c8b77
MD5 7d08314b603fff3ae4304fb490a19f32
BLAKE2b-256 fc73deb8eed76c464de5dba2a1aff68ff7e80e3c41094421b60a5601dae5aa64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4efe7a7f00a591f4602105f1576f72b7bd6f30f96335156bd24a6794001fb446
MD5 b3371b6b0024396da53b8370d19cc7f6
BLAKE2b-256 a594de67d537d9f7f1aa729d4780306635ad8ff914e887d53979e01af0bedc62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b870ae8e9b695e96d4b5ba067d0710883cae01e8c4d91e8ee3221c220e9c4db0
MD5 638c4b67271ebdfbed0b93da9d254703
BLAKE2b-256 cebc9d578a0eb169eb3df962c09bf08b5324b8ea6353ca695fcdfd2bc0ccac76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1d75f9e977786fc5471d63487a794fd80386ac126f86c15efa40bdf404628431
MD5 3e0f4d5ceab749960b58a400d7fc01d1
BLAKE2b-256 fa8807c8b58f275b3abbf3beaca582e8cfd2c0d0df99092ee88d5583880245fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcf796ee9c16f8c15176761b7edaaf4c89f51cc9ba365a83df8ddb3bfb367282
MD5 be584663e6d72ca2f09f7f7565591ab5
BLAKE2b-256 46534bee30f1ccfbe94b7ec463ecd5c40afd23a19506245c92aa5fc679ccd986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 211de092fd18e9c1d2c9be3666f8209fd0c0263a2e31fde254ad57953a806f14
MD5 e7aa3710dcdd63347c4d3352b5a8a2d6
BLAKE2b-256 f93be52899e751875558075802acc0b11d7475cafdb8a6de0c8dd1c519bde3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 45300a51ec8dabb6f1bc3b1a8e6a5d6689a09f72eeb71920be7fa89fdd1ddd6a
MD5 d190727eb1bbf6b5c02ae6b3429a80b5
BLAKE2b-256 ef3e3601b3b0fb3316640bc49eb58d6d1e54e2a19971f8d34c84557f266a4ed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2c30a61cb4aafdcc6c3e5efd28c5a285bb3e732ae6417e7cdccd57c224f60126
MD5 7b8f6f3379ee9efa6ae6f87bd6d2fbfb
BLAKE2b-256 365d507e3655d436805294a3ecf94f42305d072286c374469b41ddc8b92434c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69e3bca0386ca098e67f25cf3a2cace5aa4b7be4d426c33c45653b461d4047f3
MD5 ee618fc773420ca5a40a4e2910078e25
BLAKE2b-256 dcb737538af6033dcc050bc51ad674735a2d068c48e12fd22c5c1cd008be445c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 494f4ddf180c2a650ac0eb6e653581409cfd0f988c8070661226cb217de991f6
MD5 5cb000207277ca878a0d06273128dd39
BLAKE2b-256 2afe0b1f9566a13526c4fb6c22d43e734fe4bfef0be414731bca586255513e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0acc762cfa28f7fc37a6a3959f7f22b7577c1119f45641401df2dcc350d562b6
MD5 30e807f166c8b884c9da53193b38d4f0
BLAKE2b-256 63d0788a6bbeef49fac05f8e1862cacac92da4e96e457cfcd760f695f5d36a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5022e3d53f844ff9bae9e3daa8fc3c085b444da28b2bc40fa99ebc1b268a8b14
MD5 685a299ea519a1ada7e8d82f7a9f3b36
BLAKE2b-256 32071e2dac8c27bf4bad0b21ee34b5f7e02849dd6ce9a0f7e338c49ae99639c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0647c48ddbf5201ba9590f4393294b5a9e82278c2a7b04fcc4ad28f5ffb6d91
MD5 0178cb601ae4ca9c3e50b9b2bb4c6902
BLAKE2b-256 658454559dffaaea2f1ce44e4b549f9194e37c3f4448149d6271671a715a323d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7367436623aa1de5f34b2430430fe36b41f61271cd61dc86a8c2d6275fe63e2c
MD5 a4b446596acef83889101f42fb2fc2db
BLAKE2b-256 fe29a0cfcab4a504d2f199cb99bd24826eb331a33567c10606f570af786463e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1d0d20aa3fb1aa6b05ee54398118912dcc1e7ca9124811bc00fc89d80996521
MD5 c5ee852da27915974e7a49677898b1e6
BLAKE2b-256 c503a9b0f87824bcab6f007a407d1b5aebecd374b135275d306bbe7bf5485dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aec581d8906904bcbeae49dc981e0db69f7a1e0db7e13215d92d43af8a96b86a
MD5 af9c82cbd73cac093e0c44c3b18b1cc4
BLAKE2b-256 86e90112f578ad1479256d720d792fd0f595b7c0bb7f0ebb88b2a8332764600f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c28557607afef8fc5c58556fea463a7dce98a434d96017d51beca9bccd356f1
MD5 6213c2b85093c3719fde45709f5ed7cb
BLAKE2b-256 f5f00621590f6362f3947797e05e0cb2530779df17c6bb71bdb7e9e709819033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9b5e1f86ce8cf4acff1a1031d51ac8b406b45292b54342836d94a566942db301
MD5 a780ca2d541936ba423e201e34020d8d
BLAKE2b-256 c49827e9b08270e9be9d920b86c60670748b18ab4c58287b95125b1d25759cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77ef29092d209eaa9f3989213a6dc88026233a2f471dac7696c798a8d29649ad
MD5 d93151a4da1d2b65c518b7e1c8b66f04
BLAKE2b-256 a3267dd6deee51d3bbe741d3c6e10230fc32ac8bb5c0f0f8a7d338e75d280017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 5e9ec60139bc1c40cd2067ec20203ca189b66fdb17b3f9424d3b118f024d459c
MD5 124d7a7b9781d207e09d877a22dcafe1
BLAKE2b-256 0a42acac5978e39ac4e61141734001984f6aa7427e86fba8c326e198cf6007bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.4-cp39-none-win32.whl
  • Upload date:
  • Size: 443.5 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.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 1bc1841b916bd8293e709fd31104bd6b45b7d39bd2353cbec546f82e1836cd70
MD5 f7c47caa6410fc81ac3bfc4c7584b7c2
BLAKE2b-256 55a0bbb10ac237315c88eb91053351f7754829c3e5c101357bda4dd77abdc40f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da82e2a62a157fa8a212919f542289e25782020f54d92aefeb08181e80352ef3
MD5 c2e7aa25677f845e636d668f5cf75e79
BLAKE2b-256 6667be077254a1b3c2392ba03e03ff13f8585c51dd9f23110e6d36008411ea3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41f79d203359b9b1a806f0b065da454ba7a93745ab070a9a46bd0870e6210b40
MD5 8c207e3786dbb3f21926b88ecbaa9b8e
BLAKE2b-256 29db1090af1262eda5346b052757b0f6e70196c38b897861092b53a36073dcf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c0d9b61d07265247d473953265f1f389e1f6210abc7e8561dff3180278003f71
MD5 9131ac64437ee71d2cea587aadc5f110
BLAKE2b-256 5c32cf8d1f8fedeea14bea8a4dc3a82c3e739d632bb866b5807872c3782d17ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a34a04859c6b41f1a886eac2fedda5cb5c96c07c694fe44a47a6a4a85e2f66b
MD5 ce84deebb3fb7b9114fcd82537af462e
BLAKE2b-256 5f9bc675ed828459164a53201f4dbf87997537b92a9cf73631b41879b61002c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a179d1ce4f232c627ec34a1ab4c9d01a9f05fb2a34a14a80302da36fef64135
MD5 1d473c2f9c90e9f7dd10d7b92f434400
BLAKE2b-256 c9d3a75d294c4225bfe941439d92fb6ba7c5ad8e811957db433e5ce5fc96e5d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2efcfed6642fab76c70da031cb97fc8789d97ed5d3a6f1c2cef335bee4c8cff0
MD5 7f8e5cde501495924142c8ac2b3320b9
BLAKE2b-256 31a6e1d357552a8ce35f41a06cd81662bd6d44bd663ca2afd5097842d30e4cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3aa683812573c6c44192071b5656e5e057fdea994a8ab3aa652cc8ce2462caab
MD5 e7b98c82780d948817120eab7d80ec31
BLAKE2b-256 28c5480b6c31603eab79eba9076f2427d56e04a1a7403f23e53236c1a2142b4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ebb0ec9bdace0e228f33d3307ef7ec4ba97abaec8a0dad127a41598971244b8
MD5 5cb87f178df327462b38e4faaf6047a1
BLAKE2b-256 0ab738356e7e452959b649cb766a15f350f40cde77825e3785bf3720020b3b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e5181daf69afd8511d55069e9824a9aac10e79a47c4c1b3196bfb068ebeb9ac
MD5 091b91d5fa01f7253e1be2b53b7aa561
BLAKE2b-256 373ba8ab91c79d71bf094dde89a1a15cb049197e9b51b08686d0677575798436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a17daece847a13f2ebf362813273d26e1d4ae3f31b9a893ac2167742a99f89b8
MD5 b8609e2cb8af1f7ed2aafac2c7797690
BLAKE2b-256 0436ad6a9fffbc6a3cd5290f1f1a5dddbbceecd7779e73cc36e8c3b84bc28a07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 571bb32cc19d872467dfdb612feb9245515d40c001dc7ce79b74232732d1d530
MD5 23985f10e2e9865fe2b6a2ebaf938208
BLAKE2b-256 329a51de743075ce9814c23be1305562ae8c7edfe687b59ddb3403db669e806a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0eb41930d95d8474faf740cf4b0aaf29bd2938c6d76258ab91117f07ca672731
MD5 45e948779e0d0ab72c2ea59f43495e85
BLAKE2b-256 dff86a2d9f5e8c9119ff975c6e10282bee2c0d5006f90100b20146a7da73e662

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.4-cp38-none-win32.whl
  • Upload date:
  • Size: 442.5 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.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 799dd38286ccb304abd87f177e44cb643a92a03bde48a646ebbeb008bdec458d
MD5 5fe97863508b58fa12a289be9e735c67
BLAKE2b-256 c6d3d9cbc3468b821c8fb6fd700e08d71c6f7809591bf5ec2d5b4dd9041a65fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 509bae634bc11fc32dcf755761daf3079c01f142dbc979c3d133df0b2941de8e
MD5 e0e5e50496174f105dd237fbca724202
BLAKE2b-256 92ee6f0ed8382aaa47af9edcbb2c7df4d805189addab9472e112b0ec1acb89d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cc2218543fdcfb5696d8148cf048f2e27864430d732c86c8c92b781db153bf2
MD5 4d008b11a232134de71638f3326b0c27
BLAKE2b-256 f25334e16632edcd3dba0a777eb7cf24744b4b2d1b2446e6aa1af4d5ad8be2d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1d46d2aebf79e15428057dcee77bae5f4fb25cc13f6a9ebb01b11497c7ba610
MD5 3564b25214cdc1c7681d9fcf80ed5513
BLAKE2b-256 1f7d7bbbd1c1ddd194bd8d226fcbcdcdd1975952f42d813548c0ba02701a5397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b20c78e96c176dc16a08472418465b6467056be6b3fe697503569050e2b9cab
MD5 0b968ae91baa0ab7bdf1e60e44fb0fa6
BLAKE2b-256 176acdf82d4b785aa5c18c8a787d16c6bee287d642e110636dd9dabc846bbe5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05fc0d50282b410f4459464bd8ac4ac54774348e4f35072492c6105dbc987027
MD5 ffbb402232a0301666f022e3dc3b5ed2
BLAKE2b-256 fc10f4c8549640c3cfc1999a048b0c2d2f473be1b59224a53e06364e757bd323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d714c63887c2cfd5931f03b9c3c6d6f08bbb5e2ace19516186dd50fe08e372ad
MD5 b5c926c373e8d18bb41dc22ee4d7ad63
BLAKE2b-256 4223c09384e00bdea6e489b88ec32c569a81d0017c96c5f21e3231c093b30c74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ffbd22559e74d4e80bc034109df770e38960e7e1bf7ba9bec736854c1105a1a
MD5 fb3d66dbc6b0d80bfe6a23c3c45b8165
BLAKE2b-256 177a5ca6593045ab796277c8391280fffd357e8b7ccaa57f66037286295c8701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7b19a383a58da6089507650dad4e4f5ab15c94b7866a1ca88bb556b9a168ccfc
MD5 efdf122436c9cd029f858c96db19f6d8
BLAKE2b-256 90dd78c0c4c47784fed186ae2965e0046d694263e356233e26a5e798e7ae68f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab44bc1e999f97dcd57fea6623555f3c89471d83c75444aefa383472a98883f9
MD5 7d451e18fab19300fb7336ccab8312cf
BLAKE2b-256 71062d35b82458ae60d5f314be797bbf8f51dd45a3acde6d87ef2407108c5a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13fffca7af5a5c74a5c21a774f6a8cfb47f15e90369e3c67c50163693e06ed13
MD5 d86df24de88d133214a57f1f66e04ee7
BLAKE2b-256 9c10217eabe213d7bf1daac68f1bb43782207c6639557c8766290a2be0c9fef1

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