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

Uploaded Source

Built Distributions

bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (816.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (912.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (828.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (760.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (698.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (649.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (681.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (819.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (912.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (828.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (700.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (650.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (649.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (819.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl (845.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (913.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (829.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-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.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp312-none-win_amd64.whl (473.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

bio_grumpy-0.1.2-cp312-none-win32.whl (445.2 kB view details)

Uploaded CPython 3.12 Windows x86

bio_grumpy-0.1.2-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.2-cp312-cp312-musllinux_1_2_i686.whl (846.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (914.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (828.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (650.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (760.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (698.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (652.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (650.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (684.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (569.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bio_grumpy-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (587.5 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bio_grumpy-0.1.2-cp311-none-win_amd64.whl (472.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

bio_grumpy-0.1.2-cp311-none-win32.whl (443.1 kB view details)

Uploaded CPython 3.11 Windows x86

bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (814.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (839.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (910.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (824.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-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.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (648.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (646.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (678.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (567.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bio_grumpy-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (583.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bio_grumpy-0.1.2-cp310-none-win_amd64.whl (472.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

bio_grumpy-0.1.2-cp310-none-win32.whl (442.7 kB view details)

Uploaded CPython 3.10 Windows x86

bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (814.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (839.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (909.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (825.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-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.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (646.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (678.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (567.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bio_grumpy-0.1.2-cp39-none-win_amd64.whl (472.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

bio_grumpy-0.1.2-cp39-none-win32.whl (443.2 kB view details)

Uploaded CPython 3.9 Windows x86

bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (814.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (839.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (910.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (825.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (646.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (678.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

bio_grumpy-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (567.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bio_grumpy-0.1.2-cp38-none-win_amd64.whl (472.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

bio_grumpy-0.1.2-cp38-none-win32.whl (442.0 kB view details)

Uploaded CPython 3.8 Windows x86

bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (814.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (839.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (910.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (825.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (759.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (696.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (647.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (647.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bio_grumpy-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (678.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 9e8b6d5b9567dd5b30d632f9d07bf8663f6e135bfa54847a8d5eb7850976557e
MD5 0007ec9e2487b8b29406143f2e18ff84
BLAKE2b-256 aee290290f84536f0f181c239adc27accac095b7f6d741cca98a36e28c84afb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f19011ab347185378fb59573e45fb280571439a6c78c0a39b5f0ec8dc488b86
MD5 c443b24401ac257b912582a055c48c75
BLAKE2b-256 d687de6cdd1aaa08695a974edf5e84fb77e4c3eee1d3314eeecb04ed27ae11b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04787182b826d1065b77db2e40c2bad2eb80467af7ed2760347d1d038e398ccd
MD5 958cd346c9d3e1b6b9589549110c896e
BLAKE2b-256 78bafef7873ebea64986af262de0859c9b6aa42edd3e4988a70e283bdf01225a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8d14976e828dccb9ab1a52cb6ebd26222681588905f44f52417e083dbc549e6a
MD5 33bbbede6aaf4be00c5736c04b70b069
BLAKE2b-256 2f64410d30a70476ffafdec8653deabf505fcd65db0b2461af469c7faa6cd1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1c02987ea13d599f630e4ac0ed4cdc6ca007938209edd8a4c2abfb04be34678
MD5 a5e590375d0799af92e63161ff9408bb
BLAKE2b-256 d6c6be8208fdc304298c8ca7cd42f782fcbc11e908e3263320411d61a25a28fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71c0b4e32e15043c7b1ce0dab2ed371fb8635e86753b253b5fcc1af7726732e3
MD5 5054e17af2d1b453f341a160e95f3e21
BLAKE2b-256 507fdeab19d7bf65994c191c69c46f157b89c0cd2af65949c9d107f79180a646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4810deac8c5f28bdea6791caba2201a7a425d13abd0b7dd5748920bf7882ed11
MD5 a38446d3f81e9591ce894f37156b5304
BLAKE2b-256 5717d81b7f22c9af6c9e1749a3c3b6c784cf23dd04bd19523f221aedc0efbd3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 966f87204e70ffebf6eafdd625ad43cf01c845a2055ab7406e6b954ffbf775fc
MD5 a9fc21df03b091c8c7ed4a57d4027889
BLAKE2b-256 1bd5f99bbb0a17129c48f93fed10540fee850a4ed27aeb20969db41ec638d7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ac87720ac96fe0221a45c1954a6cc1840eee19ce268a6c6b0ebbcf7ad1e0fb9
MD5 506d43795e6518a11306355ef7c572ab
BLAKE2b-256 76184090bcd2f39af89309bae59f6e1b9c3db0adca7a7fa542724f05917fda0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a67f637094fa13d32b5de41542f313d69e0fc3e56a0fc7984923be11c674c98e
MD5 1f2d67af97c51e0011b81ef5a99fd412
BLAKE2b-256 be1b7777b01fe297e9ab2af7f8dcd8da75f3adb84dbaf584dbc9bc1cfffc0042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b44ef5601a80ddababdea72a75654c2a9f86980503d17036ded736369dc9f06
MD5 1c7d2b8070d17922a41cc53e4dececc8
BLAKE2b-256 c310cd16cec3a0c04590132182351276b800456fe45de8ec176819515a357c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48ecc4b892c2d321c0b60d5f2db9a1602200db29c50e9c8e6912bf430887ca44
MD5 d69cf21ca4d7871bd55058866fb018c5
BLAKE2b-256 0c86e319e1b2b6a851f32a0cfe17bd6ed84c95660c803a30686a08a62448f195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40938e8870d44a9eb210563303e8f015aa1ee81b8d109c25e6ba4ba13f8911c2
MD5 f01c23afb573daaf40e6fbafc2becc28
BLAKE2b-256 d67c3c4178303137a432e04cbf93c5214e7962f00a64980bd72e82aef3beab70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cde164af6529a2fe88e35fed476bd513c422e553f5a4f83c966001d8f3f766bc
MD5 c763bc9cb35ea212d93f791fcac5359d
BLAKE2b-256 ac5f83c6379a26606f3146fdbd7097571e8617a80b173e6c899501fa053e9c77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d48bb0412e386af79ccaa9874c81f7f8e43de11e1cfed8aab4dd46cbfa3c2604
MD5 097435d8d7695efc25cc28da69d7a3c3
BLAKE2b-256 cf59b124d5cc516944b777ffcfd65151b5b5e34fd534ca9f5ec05b10ebb6ccf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6977378555aebabb15a98eccdc2c3bdf31591dbdd1c7539681a2a6dffd1166a
MD5 ba8167e81e63514403c557d842273b27
BLAKE2b-256 0eb8c2e413776ffb83f717858d3deec29b4399eb3388d1a0ebe5bb33b3891771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3687bb6ecf6a9af6b9560f487e1e0375517c5454ff15195b60d958f982e21443
MD5 3efc34a615e1aded9d8984f33203ab8f
BLAKE2b-256 1da60a6063275008918ab90e4168a8dcaff8ee4eec755ff2002eb61d2a94a3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26c864a70987377a4b3972ea3dacc57dca8649cc621f9613d552dafc68a9f746
MD5 f6832652d45a862c196cbb6bfe713c9f
BLAKE2b-256 d942be7f57889dbfc38e93f15e206ac272b050b93f02d3462fdd3ba9eb9c99b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 455fce12e07c4e3e4a884578f20c2a7dea0ad5ab81d9774d09d5e14cf90586ed
MD5 fb5563df2e80d321ae45a5f575bf4608
BLAKE2b-256 8c430b2fad34d9f4e19d1c2e04d6e3fa4ed638df26f427eab5e86ef0dbd4756d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fad9be4292cef7cbbd3ea6772ca03bfb115f6fbdddfca8a2835be854b4f69e71
MD5 5feaf3c98c24600f029677a58ae67559
BLAKE2b-256 350c6df0a00067ae3d80c4854fb44b48f08fb4600f9bf9a0e23c1e67b2f329a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8da6ece2435363d40fc47d81327aea924769f368b6e21eab4375c9d1a1af5c36
MD5 264e5a9b0c2f5b08c3bc15881edb2db4
BLAKE2b-256 471be80bb905ef0fde0bea0a290b6515f7275bc126d9cd7374771d4ec9d38042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1017982ba2ca00a832976f016b2861f29d380571fcb45d048572afe67f57197
MD5 c0d4ab656903670939c17783be5ef1aa
BLAKE2b-256 6829a832d63a56ddc6d7669566e54cfc91ee0217b24065fe74d602ea67871d13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8d171c38c5d7e6d2c21cf92799c6e2515cca6d214c50f4c6272c0f3654dca9c9
MD5 8ceb339a1128e2caab495e8ef52e392d
BLAKE2b-256 0ddde331b1445e94efdd041b1b526370bae4cb336568eaf2ff631b7ee0184650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37a03263107d08f17c0574ce1084621c71679241dc243cf7f728e67c55af2a33
MD5 243be50d579b7e01412e918553c8b378
BLAKE2b-256 6a907d05caea7030941c1057475c66e2c65bee6f38728fbf174a60a0d815546e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92fb59498f0d874ba30da5ad77f2d1e0bf2a0c192e2c5937c2fee7537035042d
MD5 40246f87cfe9dde86a6ec0bc530051d8
BLAKE2b-256 0d24c54d98ef949c6b742a80f80fd74b23a706c5851295900e288270dc196424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c7e765cb315df622cd3c4f85000ea3320aba10c3f852ba94fc991fe85080bbb
MD5 7bb8fb693c72725cc8d78360833b7ccb
BLAKE2b-256 d8486354c0c35b3de24c71206f1ea5766f53898f1fa1cf6b0bf5b1f948f8db66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 40dda8dc38a4c92386c29c1a66d27db05fb110f82a84cfedcd680171f8087b9b
MD5 6c26342c541368005ee6ee5935b267d7
BLAKE2b-256 3226ca0d291ab6d05ef9343349bcb33fbddb3775d5672c43fded403335b9e0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3c4b63a273dc20eb9e48a90ad391941baa082abffa8e3dc367c013c04eddeaa
MD5 656e3dd336a9eaf98e39bb4234b627a0
BLAKE2b-256 e2a22aa7f65ee1a5db72ea395c80bc467b73ee8a979b4421b47d1313966ab410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4009df9ac8172a405be6fd79e9e9c46e09c47da90e648acbe5089c4c3aad37db
MD5 dbaff944fc5562967ae78e5501ea7311
BLAKE2b-256 d847d5506156f461f49c134020547f9fe382e49eb31d1a8d9f6b324565b1f593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 3cd43d030ddf8ece9478b79bc3ab13f075742c2836d2001867fca5f7a1246921
MD5 1150cece19bf9a9863d12a5958578fe6
BLAKE2b-256 97ad05f5ad8717cdc3200e301acb19762b85e0295d44cf577900367ca0296946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 249b8e6117fe851bfc31d4b7e0b5f29fdd402a89974b41dae6c0cb94a750d45f
MD5 3ada71a1f7a3195773729cee142f8013
BLAKE2b-256 a1da66624dfcc7b71d2ad9f70ceb7aabd0bf374822f65812e3ab4a12b75e9158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26966e8a70eeee9b274c0c4e7223a729a3982ce6f9bf7a617fd89be2415c492a
MD5 8cd3508ea328953595fa8d9f5734ade0
BLAKE2b-256 f4a7dc641576a86c2f4ff7ec2d569dab69b2910a9049fcf17b88c380d37c4185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a86a8f43ebb80275655f753ffe0e336f3dd07cc306dc03586b7e03710a56149
MD5 a3a3abc66b46452eb80747f767e04020
BLAKE2b-256 8331a72d338f7344d33beb645d33d5bbf7c9535b66bc8b8e76967e2178f37f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 46500c8d0673b65e126e388f72a289721c4cdc80a3c9a07101a8950a81d5584d
MD5 eb28bb854ea806685096d5766f076e45
BLAKE2b-256 f1f3d702bf567e8106f2c31a2655a99cbc6ae911376a01201dffa1d39c74054d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d94d686a0f9ecafd7fcac91b6eea1ef71751212ee32df7e6a7242e2dc8e1c65
MD5 13a17ff3958ba2946920c984480833df
BLAKE2b-256 ed108f46545da09c0ac6f35e622825fbdca18032f362529de8142e014838c892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 567076561799794593b844e5db42e78918eb18f6871c5909bc67924bb52680df
MD5 b146c86b6d49992ecd16739223298611
BLAKE2b-256 f2c065bbcd9171c5000f1de812141ecbfa3748458512cbfe041d4c3ce47446ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66961329fc4a305ff1aaf3db28dde12d52de2e730710f756abbc03703a26e3cb
MD5 4dcc1beadc811097b3f2b589bef59a44
BLAKE2b-256 f535d1b6e592eb27da69a3d1945ae66db30108affe73f9a0a678a92d010480dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43b1163cce1dd10e57660d0812f955ed126a771eb42713233d507becaced4ae3
MD5 3a6ed59646de3809f54119208b8420ec
BLAKE2b-256 04f670ac0c36dea0a0096d262cb11920f00e4ae9bde7b1dd739489c3af9aa7fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ff648531e4ccb55d4f4715f4f464b8ba4cb2ea26e7dac741e27583c4484df20
MD5 5e79e8ee8acc0cbc8c7c50d1b8775a9f
BLAKE2b-256 0d83df311c44b06b6e9ac278086010c3efbf0388f0940a445a4021e9dcbcfba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cec91c722670c2561d625a1efd3897000fbea40de3634cd243bee91389d22b5
MD5 daeda7b821c4cefaa769d8f8ba3efe03
BLAKE2b-256 757200fbb72a756abe00bb6a3c59275a8d790304baf58ca737a7a16f10beefe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c909dcf23b8f0c23caf92a000f93deba71c8dbf06b37c86ad578c7e8290aa49
MD5 b0f60d0dcc863934477af811948d8c14
BLAKE2b-256 e919b3ccbf58fc8e6932455d7e3144ed916b67c305a696bf3d611a99277b9220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 325ab24024f770fd06a8736e273dd348bcb8af71e2b96f9a6c6cb7330d3f2cec
MD5 ceae92f9c3582dde4e61bb1ec092b9af
BLAKE2b-256 cb19d72e8a5d58ac4dcd30330404e52117fbd1f2da19b000279e0f3a8d29c919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6d3c305684f468e6ecde2114fc1c2a256166a0d7a0ef15e8cc00f066e90c2cd0
MD5 a1802a69e9521be5add294c9246b1664
BLAKE2b-256 078136ba0ace448f5c92df0ca99fc905872150f427bc5cfae1810e1952a5f031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 cafea07756e450aff8f9f2dad86c7c9f1542aa050fc9124be0524b3f4372bd11
MD5 35e18237d6cd1dd0961862b32ccda867
BLAKE2b-256 bc29fdd437b55371d6c4cfe0ecdc977b41fc89e805c114bfc20781bec3c3f520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 728cdad2a176d527008a6c8e491b8c078c9dce37fd37dacf3202f089602ed949
MD5 8e346af56c890581c352556dffb7d0b8
BLAKE2b-256 f2eb072438484fe325c6077117749c6c39d7f7597d8ae6b9b72437de151c5e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3768d4f82501f87277e558637bd08ff3ab051f8bf691e97e44d5b59e17c44a7
MD5 f5b890955f4e114cadff26615e825713
BLAKE2b-256 cc4a2d59f2bdf61a2ae6b3f670fb39130936512ea323c0628082c62ef10af797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d8238e19984676fb8aad3853e83d65418a70f538de44022d8be5e94d8da80a3
MD5 ce42901595c7af38aa8c676478007eb3
BLAKE2b-256 6c93151a3042c9771614e9172fe4ad7d0b90f95abe2fd55fa50b25d699707871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8b62cddac8d1d202472f690bb95b0383c1a81c5d8247ef36a186066e296ca9c3
MD5 6665fe2bc1ead97c711e9a14aab03f3a
BLAKE2b-256 fe467fc42c81b126851d1b068a023c7239fe8b7002c591a3d6ce6ca8bcf3b07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b4faeb4d4b8a910c39f054b67bac9dae277f79c63b39534ab87f57bad7eea6e
MD5 ee920ab77bfafbbec46153c0b3592328
BLAKE2b-256 b762f5ed99739f41d0ac4db2ff309471817c83106363faf7eead673644a9f94e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53f3336ca2c647f8978cd69b41f4a8720e0a829f9c901a5fcdee7a692403e2df
MD5 419da778f8990733de9151dbe5ecb6ff
BLAKE2b-256 ef5c13e1ee13d3cc458b3154a7a1477b5878a897ba1d043858fd6dede05ac5c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4c87ec32a9ee42269cbb03faf5886eb9060a6f3939549f9323a26d7166f6474
MD5 52e577bf2ab38cd517d8f4f9709bf2e2
BLAKE2b-256 7e93bf589ab648aa7c9883531016ee8c32c3d5db4d219e911ac72a9d38999f8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6fa4e5a02511afa4d750fd3946ddd5b48c687b96353f30107ac3c648aca1c29f
MD5 e620e075a807882e2fc1c55f885f66b0
BLAKE2b-256 584edcb6fec03c24829d39d69a8f7d220cc3c4be86f0eb91d5fbf7fff17ed372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2e68d49f7cefcc8681b993a795b79530d406b46db976c6fa0cc29153f253ec77
MD5 1197a73113e8efbfa5dffae469211738
BLAKE2b-256 e0230b5cb59fe39b9964810830f40005d25bfe6c4440435ef01008b361dbd341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 199bec5f93a91ead9fd2b8947f0b3bdbad1de78afe3eb6e18ac959157a0e0c24
MD5 a0f3bc1148b9e0bd6f0eb7875f0e970f
BLAKE2b-256 341e6ae0b5d38eceb3bdead34729299d22e9ec9bd964fd5d4f627d7e3fce1c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 01ccfb0f971b1b51e43202abad4640507bf40ff2cc4fe7ad52c6f55e0f6a3fa0
MD5 729593a9e08ec6ff92e33954f9d90c9a
BLAKE2b-256 dcc0c6991018bfb325ec3f70cb169acfa4a0f3c130dece7bc46cb5f88489375c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd42a726c1a5646e0ec33e6874ee829b664fa0d3c10b9411de97237130f0c93d
MD5 cf3d5c41e1a2156956663aba34d499bb
BLAKE2b-256 219c1f8e30a1a2aca1e8f6bc097363273561a039087d29cfb9ae8442b2f9d063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e8ce5361f546bd0438989ada3bc3c29ad79845d2aac7f56833786d3cf0b6a25
MD5 9ec7ae8e7c30de7fcb80b104a2b90758
BLAKE2b-256 5387f67e79cace2c8a261c1858b3f14ab9a34e851cc028a33516dcd07eec89df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 78618fe15bc4757c38a93ecc2b24184b8cb18b80727d267ec43cf27b88fcd2d5
MD5 c556b1dc370b154a873c3888c270afb8
BLAKE2b-256 73b58008b2a0bb4ed9c4e30ae991b0492ddc9c8cb3fabb36369620b6b6f18332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 eb2f6e4671b6ad2470ea90b62a8326b7fba7397a3d5eed8b895b299a739bb25e
MD5 7143243135296f894df7c18baf17200f
BLAKE2b-256 3d68963fc700f437ba0eb3c5fa9166102842d16df12deab802becba80484fe77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8016ef728fae3a99bcab77e8d70d1b70168f1406e38ebd4d2ee4ce3c7aca0d9e
MD5 baa60ff7d9f18fdc8a558625a8b6da63
BLAKE2b-256 ce7f4569b66bfd4764aebef70ecc4adfe2c1dd61ce69bc1479dcd9d24a65e514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2154d4fd29be803ef053b7c765947fa193d34ddac0d753646d5d3d6438e76aa
MD5 7af8b123da822a32a37e8a305dc3f61a
BLAKE2b-256 a46e77231e566234f7a6bae93cb984d94a0c17ea61c1f958d7f86736455556de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 88e4361d467f423bc605d33427dfb41bd42160a53c7ff4ede234cff0eeb899ba
MD5 dff9fcaf4edb7d6ccd6904c664914ffa
BLAKE2b-256 314ef5b785e4172542b9d0de2685a66316b3586215d0758a9b6f01501bf017c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44c71a8ba8fa9be3f6a8bd1cb790eacbf1b864f55fe8a36860aed8f359218f0e
MD5 6214425edf95b9681cf62ff88d1fc81b
BLAKE2b-256 cc2dddedc5541f5b6982340ef921c405f89ca6e0b57801e1b4769b9d62aae1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e1a352e7fa31fdf98ba782e8ffb26f15faaaf381749c433ef35f69f8dc539a2
MD5 a5c795a81c68cfe75e4367e8367aef3c
BLAKE2b-256 79914464e29f183c5f23aedbf1933e90e730627a1ee0b3d2e47617cbe2d6f74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e91722890380da7ee329901ad71f81e59d35e852c3b63dcbeff80d6df98d3f7
MD5 7eecbbd0b5f6c0b626299fcf3d57d55c
BLAKE2b-256 7a81719c2f31dc65a0f5af40f8447027043478d70d1b3b6ce1393bcef6ced8f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0176857513b9cc9ac2c4f0b4ae3db384957a63966db11a5edefb0d5484e97c87
MD5 dd427e58db2ae67edc0e9eb1df9ea38d
BLAKE2b-256 d3789e4fe3e87df20722d6adb173df43c90dadb769f244cd89c0713b1427e68a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bed57d849d2f02d1014d45205f69bd6c88993a8481e6bdde3e0997f803b1234e
MD5 1370c60116ef20efd0cd1ee20a98211a
BLAKE2b-256 efa9dfe56bc7e2284fa6c81be7ab5090f7edeba7dd90f3901e99643ad7c560ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a9542a19ea0008f3dd738106e40dcde5be78f827dbb2c0743d57d242d0fc619
MD5 254574fb7edaca29d6e0ba26596ea9af
BLAKE2b-256 3260c561ed2a9adb6bcd292d951bef3d1165beb3ea5abbfe36e59c091d5fc2c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 899e1fae914d2dbf382133027d393e6e031e2407fc28076921a784df9e48b5b1
MD5 291c57f25165e11a5cc21dcf0be16b0d
BLAKE2b-256 53cd4a5b8511b6446ae48509917eac69dd074b519f26e499bab190957af8cfb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 494f8c7ba5e44fc330bdae6cf80b3c66b828c02a7a975388ad8bd2eb4318df0f
MD5 1576a145f2bd17a23cd00d9ac2cc3b3f
BLAKE2b-256 d089e023a76246cc02177ebd1e659336c14ce79fe75f9db71e3992304b692762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 178529a4b0165064029ac833e7094c939bb62814baaeac9bef22e1d8881727d7
MD5 f6e395cd55211ddc1b06d9c0bf139575
BLAKE2b-256 d2bb5fa58c440a414f2d76d403e1a70cc1ae93a5d8af2d6be42b5e7ef0ef9a1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.2-cp39-none-win32.whl
  • Upload date:
  • Size: 443.2 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.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c56ec7187468823797a03bd443c6f0192022778c054c4b75915d21ad1c9015d0
MD5 04ef434cd2620bcd5487d4a2bf8df2fa
BLAKE2b-256 9a9e9858ff7f660fe070b39b933f8b8baf0ac19de2f0d9b8128ebf606c5b36d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d02e1e334a1ef1ff4f5642aad1c897a6ee8f400fa09f8928faf4ef960a57c966
MD5 1618b83bd7fa22bd99d6701e56ed2906
BLAKE2b-256 75541872e5fb7f9ec9d64357dfbffcf6fd275867bafa9072e25d0ad4068cbbb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8a29aa9ae4dba80dfb7566bc3fc7b170ee8d1728287959edccd4fbedf75008f
MD5 777f6589cf497773f7c364061df91c8a
BLAKE2b-256 e014130c3153cfa5590599cff68384f273d71f732c637c3864dc411cc3f83c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c49ced3f12868440a4f26a008e65096e2546c3995d6f51b65d005e772409022c
MD5 4939ae09e32cf5fa04637d09b4d9ec32
BLAKE2b-256 5031cf3623c65a723750a814fc77c66dae86b632e380e58f009ed71c36af827f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed5da18badc370adeadc4fc5aa3929a28b8a13d3c5eeeae4e28c4ceac9dc083c
MD5 96eaf0f21140fba9f1e05db520ff518d
BLAKE2b-256 c93737df908982aeea30e91eb54f8412312bf437c08800a89394e3dbe569d33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80b17daeb00adf4830ad2616030a9a2ed8946843da561602111be29c0dee5784
MD5 cad8b545c929c71539842f6d66c5e814
BLAKE2b-256 7c947802e186b25cba21eb2907ddec33cce14eead1175f646baf65f541ab9407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb1ac5a0b54d8ab3c8b21e5a7f2c12813057c57ef09ce9dbdaa0c7f97e92a621
MD5 50bbd41724474124704c9be5402e76cf
BLAKE2b-256 af6a121e0cc08d5098c57890412edc415520c272019c32b1356e39a0a1334acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e82ae737620508ad18d9075458888486d28927b37c8b8fde22c825f2bee00110
MD5 c193756bb7aeb7cbc49dd047c45fa193
BLAKE2b-256 355d2921e1ff070f32c1ec06fab43ad6aec3ebb274051ee6ce8fc0328c0289a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e26ee45dc4f623c69df461a56d9347ff7fa3da2199d291b10601606eaa704550
MD5 7f1474adb3ac9d0af8123f9fefcdeb00
BLAKE2b-256 1c038e5bde53d02a994fa50c67a86dd3dc06215e1cec6f7fd5bd2a10c0a77c14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c5c49e3d1368f5813c9674e186fdb364a9f69ea1c0ddd56d4ca20998bacb98d
MD5 2efcf605039f9e07d9524f6c84e2830e
BLAKE2b-256 303abaf6a3508dd1b590acd73887eb985b88f125e4f163cf38f2aa7fdbe0040b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7394ce5ce1bd2714309cf74f99698a0a2c380d74de1809210a0dfdc664a226c2
MD5 148f5a523bc224aad46e5cdf4986cf8f
BLAKE2b-256 4ffd1c03e80f7e1a8d76607f41d8ecdb5f746e22c1141d511cb1bc2c46fe396b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5dc5b6a1c8761f4e1496219ea3fbc6fbbad8277cf4bd8ee0796f785e3145636
MD5 120e6ce6915e6ae5067678dd06b1bbe3
BLAKE2b-256 97dd11e78e5d597fd0ff3b68392f906f2b353cb9ff5613ad214d4ccda9696b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 2e7b2c4b06ed67d0117444fb9485024fcb0212c9253903895dd129d42ecc3824
MD5 da0e54d478ce6628a49e3d93e412addd
BLAKE2b-256 dbb90f0c33fab500efdd10b156fce7a58556dfaa6c9d974e76f5faa6915946a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bio_grumpy-0.1.2-cp38-none-win32.whl
  • Upload date:
  • Size: 442.0 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.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 09817501e2cdc9881fa4aac664e7feab544b093d653ac49f40685ba0fbb8856e
MD5 6bf7deb12da0eafd2ccae5e8e78b71aa
BLAKE2b-256 419ee02d450090f3739cc2a7ad034d5c419582c87fe56774e680aea8f27169eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9635b04dada868d956ff16389d173b924ef504bf7e153133f3f463d952a05d31
MD5 811a20d3aa01912d01c3c2dbf2993240
BLAKE2b-256 1834cee389403845151d57aeec5404ed8d830b9208c0265dfeed238595d7ff2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c54afee6487469cd1723040819c3c1dd81bc29446bb3b26e74a29c3bb9447c4
MD5 2dfe355953b6556709a607332983b729
BLAKE2b-256 0b7ae23dbeb388f43d288505e759a84eba350d0c2278ced678d2b4a998156142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2cdc96471977ed724f5393bb644eaf80bd110191155671699b79269cb6cf43b
MD5 3392171824967b236bf15fda75abb088
BLAKE2b-256 8e0b627eef030780213c955bfed72e1d3d44a5d354fb6c9952d4c3ca76d1b28b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af5a6f26e27036be48e2821fd7a28a9940bba6607a6ead4f2dbdeeb2024613f1
MD5 00decd2bc43c98eef9fe3c88b4df427a
BLAKE2b-256 d2942c3380ae14eb45f859892484c13e3334c02e55870bc4f7f1c06091e029bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 128c9ec91896643f1fc9b2f1c9789080078cde0f74f42b3f87a3c25bcdf40bd7
MD5 8f43dd74cc1c8ec33d1c5f358613859d
BLAKE2b-256 21b7858216546fbf173ad7b7ea13e751ef55bcb85d849b7a3e057de4d538df18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3c545c3e704b1d03a47dd642992d2f6994c31611b425f834892bbaa4de936a9
MD5 5216f463b50681e9d0d47fd6880a58f4
BLAKE2b-256 d09057d73dfaaff8971c41b70d4d5ac5647910fb0eedbbfaeb379048d3a25ea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d135caabb505bc57e760b2e0f182028fa4bc91b32e23a204e27eb784681e0297
MD5 9bdedf5fad9577a7c9f698b89ec085ac
BLAKE2b-256 586231a73bf545a91048465143a5ad90cc0c0ff341e828ff7ae2091b94c8e292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e87ba6c419534d76355760d37f4b78cc7e6e036929f3d1b0b827f666d2d9f10c
MD5 3c6bdae21ccbe265eec9a8a00b3d7350
BLAKE2b-256 4548164b3fad4209d9f072b3f6af42e4350681e63e5caa2823a7f84e6a32acff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed1c4816fddfc1d12d37ce0be2a266f441c87d5ed27e3f99a03e133378184fba
MD5 bacdc92e6c5506d071bed0120d3f6e5e
BLAKE2b-256 5185eda7fd3f0097705c206392a2584dca77338b10a94af7ed06469b9a6006da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bio_grumpy-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1fae55430725270ac8a156a2834f3f3f53751c2e2ce0dd3eb93a52d5ce6d612b
MD5 11fbf6ba6e32af495aa101044c52abe8
BLAKE2b-256 c7d904a723d7617377ad3694934f9dd8f970517e9a55022d20eaf55e65f2e4b0

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