Skip to main content

No project description provided

Project description

Flower Crane

Flower Crane provides some utility functions for working with NumPy arrays.

  1. viterbi_decode - find the most likely path along a sequence of observations.
  2. compute_thermals
  3. apply_time_limit - apply a time limit to decide on base or excited state
  4. bearing_change_rate - calculate the change rate of the bearing
  5. arg_max_positive_diff - find two indices a, b with b > a which maximize arr[b] - arr[a]
  6. find_meeting - find indices in which four dimensional lines are close to each other
  7. filter - find and replace outliers in array by comparing with running avg

Develop

First, create a new virtual env and activate it

python -m venv .venv
source .venv/bin/activate

You can install the module locally with

maturin develop

Make sure to update the python type stub in flower_crane.pyi if you change the signature of a function. After you have placed your PyPi API-Token in your .pypirc file, you can publish your module with

maturin publish -r test

or

maturin publish -r pypi

Tests

python -m pytest
cargo test

Benches

To compare the performances of the different implementations, run

maturin build --release
pip install .
python -m py_flower_crane.benchratio

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

flower_crane-0.5.4.tar.gz (337.5 kB view details)

Uploaded Source

Built Distributions

flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (440.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (459.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (537.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (455.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (330.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (284.2 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (440.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (459.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (537.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (455.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (330.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (284.2 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (440.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl (459.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (536.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (455.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (331.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp312-none-win_amd64.whl (136.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

flower_crane-0.5.4-cp312-none-win32.whl (129.1 kB view details)

Uploaded CPython 3.12 Windows x86

flower_crane-0.5.4-cp312-cp312-musllinux_1_2_x86_64.whl (438.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-cp312-cp312-musllinux_1_2_i686.whl (458.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

flower_crane-0.5.4-cp312-cp312-musllinux_1_2_armv7l.whl (536.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-cp312-cp312-musllinux_1_2_aarch64.whl (454.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (320.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (280.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (278.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (284.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

flower_crane-0.5.4-cp312-cp312-macosx_11_0_arm64.whl (235.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

flower_crane-0.5.4-cp312-cp312-macosx_10_12_x86_64.whl (238.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

flower_crane-0.5.4-cp311-none-win_amd64.whl (136.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

flower_crane-0.5.4-cp311-none-win32.whl (129.1 kB view details)

Uploaded CPython 3.11 Windows x86

flower_crane-0.5.4-cp311-cp311-musllinux_1_2_x86_64.whl (439.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-cp311-cp311-musllinux_1_2_i686.whl (458.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

flower_crane-0.5.4-cp311-cp311-musllinux_1_2_armv7l.whl (536.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-cp311-cp311-musllinux_1_2_aarch64.whl (454.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (332.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (284.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

flower_crane-0.5.4-cp311-cp311-macosx_11_0_arm64.whl (236.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

flower_crane-0.5.4-cp311-cp311-macosx_10_12_x86_64.whl (239.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

flower_crane-0.5.4-cp310-none-win_amd64.whl (136.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

flower_crane-0.5.4-cp310-none-win32.whl (129.0 kB view details)

Uploaded CPython 3.10 Windows x86

flower_crane-0.5.4-cp310-cp310-musllinux_1_2_x86_64.whl (439.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-cp310-cp310-musllinux_1_2_i686.whl (458.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

flower_crane-0.5.4-cp310-cp310-musllinux_1_2_armv7l.whl (536.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-cp310-cp310-musllinux_1_2_aarch64.whl (454.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (332.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (284.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

flower_crane-0.5.4-cp310-cp310-macosx_11_0_arm64.whl (236.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

flower_crane-0.5.4-cp39-none-win_amd64.whl (135.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

flower_crane-0.5.4-cp39-none-win32.whl (129.0 kB view details)

Uploaded CPython 3.9 Windows x86

flower_crane-0.5.4-cp39-cp39-musllinux_1_2_x86_64.whl (439.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-cp39-cp39-musllinux_1_2_i686.whl (458.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

flower_crane-0.5.4-cp39-cp39-musllinux_1_2_armv7l.whl (536.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-cp39-cp39-musllinux_1_2_aarch64.whl (454.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (332.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (281.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (284.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

flower_crane-0.5.4-cp39-cp39-macosx_11_0_arm64.whl (236.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

flower_crane-0.5.4-cp38-none-win_amd64.whl (135.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

flower_crane-0.5.4-cp38-none-win32.whl (129.2 kB view details)

Uploaded CPython 3.8 Windows x86

flower_crane-0.5.4-cp38-cp38-musllinux_1_2_x86_64.whl (439.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

flower_crane-0.5.4-cp38-cp38-musllinux_1_2_i686.whl (458.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

flower_crane-0.5.4-cp38-cp38-musllinux_1_2_armv7l.whl (535.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

flower_crane-0.5.4-cp38-cp38-musllinux_1_2_aarch64.whl (454.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

flower_crane-0.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

flower_crane-0.5.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (332.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

flower_crane-0.5.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

flower_crane-0.5.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (280.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

flower_crane-0.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

flower_crane-0.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (284.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file flower_crane-0.5.4.tar.gz.

File metadata

  • Download URL: flower_crane-0.5.4.tar.gz
  • Upload date:
  • Size: 337.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for flower_crane-0.5.4.tar.gz
Algorithm Hash digest
SHA256 9bb6419acf29f9cb336f6eccd20441ae90039aa6876d0aebc43d10d1f42b77f1
MD5 271ebcccffe38776702aa8d5fb275264
BLAKE2b-256 3327b6a6d3fb104b086303d94606bb0e1ec2f09d824d5087eec2cc108f7aca87

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f1b7a37649caae2c4838d95df5ccba9fff397edd05e286d1a411d61c069ab65
MD5 68d5b81b630a651a4816706f08d98768
BLAKE2b-256 b2a40be1ee44aa68845314bffebadf8542a556788f417c307473dd09a369cea2

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25a8657f66c8dcacaf2235ef4b8f46f6e80ad3bc89334fe4766f864615b6f7cd
MD5 1275c4bf4fe5fca6f01ea01e05fa786b
BLAKE2b-256 7ac679da9c93082bfeff907105ceb38e1b1bbd85064854a3bb6f7e014dd0c2a2

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ba8627544e2e17df837eb5e378e85684db1fa32f11e6b60bced4b7788e98fb4f
MD5 e02a24ddc2b819eec0b3177029f94156
BLAKE2b-256 539963dedc37f3ce474b6207867d73d16c854a9cac695762c39685821712857d

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70fafbf87b7772e77c82526b41c7a3cab40b2da0311bf985fb0416d361fa693f
MD5 2b51ab13ea654ae2a5c98a1c534838b9
BLAKE2b-256 80e123b0c3fb6513ece88bb03fe457237b00532b5a6d290ebdee1366d8701344

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5d0144dbb6d64c34a6914aec67159ec344eaca2fa1e5e37ab05401c7a64e419
MD5 603997c3cca4c23d8747dd904b9b3ed5
BLAKE2b-256 7c11efc6023823e768f6310be6014c00b36ad7f78b98c646c5cff3524471432e

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fc21b23307423151b484cea930c6bb03cfb07307eb2c6c34949e844282aebf2a
MD5 1095e477b3f4d56cf405bd3cd5a87287
BLAKE2b-256 37d7e5187b472b73c1b1dbac7b858ab7c0f0e2339c694e5a9aa8394187e165bd

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b071b2a3199af8e399657c2ed9c0e031554ec2a410d83ce35433f4fe4dd095a3
MD5 f0b374a418a41c7c1c33096dc7185890
BLAKE2b-256 75c7b629689018b4a2e63897501d94518b0bcef424e409bfb17653e1c8b63deb

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2e8b3c53e5ca1d3079c9aec3f939602c83d4e0555085b44f871d97dd35c84f70
MD5 17c9e21e81502e184f8ac63e4504916e
BLAKE2b-256 f6366e8c9272d7a221bf600146f1bd48684e4a703300ac6cf6446e6e679910aa

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b99a8880847a536fa2ffa3d557e7e992b58ca92b52c8b924c67c5c32aeb2fe82
MD5 70370bb347ee9159768f54169200a6ff
BLAKE2b-256 2d4f3a7c4f80bd4a4166d60bfe6ceaf6770bb5b965a3271907d18cd66bd483dc

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b71f7834c8172bddbe1cb50a2d71b742f311b999879f1d3c52d5d7bd3d82751
MD5 c75dc9ffb3f0aacef926505467ef3d00
BLAKE2b-256 2e9aff78d179a4f68ff82b615d7c8c57c19fa1081d1ad406a80f4ce009d025cc

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96a0a164ac20d04ad148bf714121cef53c0808f56a9a9d51e4c9c6dbc5863e68
MD5 5728ed322972cbff965d20cec6ad8117
BLAKE2b-256 1451fe1f2a3f5fd1f8f99ba18bc222e5dd491df1afda3d156db279c920157ffc

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 806c5fe8bfa02029cf987eeefbeec5799bd7d742a2cc40849086771d25a0112a
MD5 160cbc3f8f1fbb1796ab0009b9ed0f02
BLAKE2b-256 298a3be72d6d588af862fb031ac112aaf01eda158f60a8e5885381c4db7d29f1

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b170778990688e2091434932753d889983f564b0fd3b8c368a64279eed1fc66
MD5 1353375822cf0d071cb6f80b64565349
BLAKE2b-256 de6bfd77d56ec0b90b8d777282af12fcc35d1131b0b300b36fbfe7ffacd611f5

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 317d162c79a9bc328c2233ee72d8ce9b3eaf620f8c3cf76ed6cb75b60ffcd77b
MD5 7b4684c51583d38b18e5b6e923aa64a9
BLAKE2b-256 ed46037ddd8bf333a28c3b6e8c26f14e7ccf80b3694e9fb6e0df1d97c6a58889

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 357b4d63edaaba645c7793ce529a2eae88e23e7acdba50496d9b0c39e4eada92
MD5 e848b714618a78643e36e94542784dbb
BLAKE2b-256 ac45478735c1ad4bb6bc17a6870d4fec7a95448703be7e68da47845c87d0d542

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd3173901e9ff9a797f8c6c930da1dd2b93a98b7f32cd9e3bc62f9be855977ce
MD5 8f0c80752391df5b317773715b140a88
BLAKE2b-256 948551a295d12cc7f24d700418835e1eb25de62dfae54b892c4e86bcf9194128

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b468a27c742b9d611fbc31bec17b019f2aac21498a6dbb3ce427d6fd5e9ea353
MD5 f90f57b0c14aad744e74795c79a783fa
BLAKE2b-256 09181e7e5070f9ecc1fdf305ab90e1055ac0060fc616e7c6c7fad10436e42804

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2cf50edfe5e6d51da2f4af50d250e7f05f220d33a6df13e23b47aa1dacf6c9f3
MD5 e8029b78023e46198e639eb9e85cd04d
BLAKE2b-256 57c3a7421986c35b89b35c26dcda64cb82b28aa6174f560ad0191f520a6b145b

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1083260c45cbe27be264611815547264dbf88941cde2c7ccc9693f46180d437c
MD5 a86ac734b7638a63a5ac48bf82d9ec30
BLAKE2b-256 23685232c89a1c0ad8e515d3d3307f8571c84fe5242443097c5eec685666b1eb

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4cf4f19202bb15d53e5ee30b3442e78f37e55d5047bc8dea3fa701c64cbc39fa
MD5 fe98c0fbf5c1c136ae9b1926496359b4
BLAKE2b-256 369d5203312cb8ba8927c171ec2955fa6a28ee6dcc84dcce1af6a1531c020652

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cabc7d9549558a58a977d28596eaa111a4d5b8a867570c373fc5e44844f9df7
MD5 f6e022040016e20be63e2eafa6f56b61
BLAKE2b-256 bb4ef55bc033387c5cade2227376efb7a6a6316f937e1b27b4e55e8c45564996

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9676a2eff608aea49ea9d47ac4efc9d03c2c0adbb6b29960067dc21d3fcf0f4b
MD5 47b0db851c2073e827dce2cea50dc7c1
BLAKE2b-256 37e27e7f2931ccf1bc36388a3b21948d7bac4a2c89f182d1347ecd0937c77e72

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1e283cf217849bfbc218334898dfc99a1992a575526d4780c74d175b510eb05
MD5 8494c41e11b5830c23d07d9a0681c5f3
BLAKE2b-256 8a5ebe596d1cf4b60460d80e2625244d20252629ed4c45b6e7fad4d5ffb01129

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcc3e459d18cf4289f9cfbdb4f511699323335e6f35e08a4fe8c075b9dbb284f
MD5 34680a43ab7bc0899dddeb8d931d49c7
BLAKE2b-256 d89344ae6599b4f6655741eb5a1befb201698c25145bff99754727f8f0d0e4b6

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98bf0f758e58098d3af71bc2a3b41eebce00ac16286da0252e344cd8a5db9209
MD5 3643c7a047aa014cc247f8e164caa767
BLAKE2b-256 4400a48e4d95d49436baad9f358a33918ad245efc1a7f6f8b2657c7608c6997a

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7beb2c42f918044d7330c391d4decb069384cf0b708cf6157fec2f4e03de20e1
MD5 395e744770ae2ada2f0432b17b95aeac
BLAKE2b-256 6a0aa2920e87e99c19c2d9d5cae926f9e5b30867679d5297c1f84f5316999de8

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1e49600a2eebc0e5468763c8d971abe7456e8bb478d5438a328038576108bb1
MD5 8d254b119095cc91cd0cce099e7be5b7
BLAKE2b-256 edca255ab1c618800376c7b51c6a260aec8b52a2c67e8c1659becf1a6f0d0db0

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a34fd68f59f0a4c1d9ce502024f95b97f01aa6bd49ae6a729093cca8662be19
MD5 62df4b39e4b452a74406cd4020a1bb13
BLAKE2b-256 ae850f0b4ac9efa7b111df977d1d8a119b8d6b8382612b340f4109c46d365fb5

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c0542a108eb08d27c27c37c711da95c3498091dc354fa03f8fa862b0257af404
MD5 caa162e2f74d922794922d4a97699b75
BLAKE2b-256 b6de849bc348d54578d30036c18d9c08dc7b2f235a9f5eaaa6507e9a16bb4716

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-none-win32.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 eec3c5b2b3dab504dc795f3afdd6ae38f6d726965022b9db5e6bf73bc32a0a1b
MD5 3974b2eb737ae2cd3840ac073c4afe88
BLAKE2b-256 fef9b38d8b0a47671011db12a6eba991157731d5f0a5d07295a674379b545e55

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7d8b1ddce0b16e5fa49b1b0cfa450f560b023cc12ec7667c02367591b62bc8f
MD5 c42eb6003e880d19ffb4b3db2bf4ddbf
BLAKE2b-256 f940f227fb108f3a31d3e5c5de70b4d4fe7d36f0a72cefe487bb304b4d4e7496

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f1262e396deb4b91fce63c93e71ec442b8f9a2f7795a353722d7a25658ea51e
MD5 06165e65a5216ad9dea934dd02a05d03
BLAKE2b-256 3d50c15e4cd4914f28082c2981b91cb021a52904719aa752a0b1a14ca6f4bd44

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a9af9484907b0c04491e058c1e343a2c77e2bd264688fbbdf160ebcc5e3086b4
MD5 0cfb66532318d8a3aaa48cfdeaf8f084
BLAKE2b-256 2515d690c3c86091f00d46d9c7377e616ac38178a0084b754747ced2f3faab28

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf2c9958c6bd9f29b0f1bbd4b5bc195df0628a4ff2bfe10f9c4b5c7f0d56cee6
MD5 78093c20b4e4a89bca41ebb66558f7fd
BLAKE2b-256 11574586e6bdc45e9bcd8f3a28cdff7a864460d089839ec5b39fe32391f96104

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d3fcf8ad4c3464cb8a71c718d8b3c858c079311f8941a0cd31f5ca8d14fed35
MD5 080e91c2aaddb8ebbd43bb582a1d5a2a
BLAKE2b-256 b16c22e41bd78d65f6dae1864ad0d3df96e37cefd3f93de526de92ee923af34b

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9dd45e0f884dcd5fd1a874ab88dd6fd3bea9d1f7ffd83c8cf184424bce83261b
MD5 be1773207bf57decafe1af4c218c7c65
BLAKE2b-256 2d1eb84c1e27492f042952562f40ff4ce64c0ae1ec4836051882ee6ea8b01247

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7267b31a45c03315bf928916a18763fc984be28db45d12ad3c39473fe8a0b9f0
MD5 3acfe61876dc37fe5dd83061178535db
BLAKE2b-256 7df9abee2b73ec1cb91febb66087028881b384de8d433dd7cc319fe8fe8a6746

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d4d00fb1821d749f7a39d6d5098079d577ef8a9753bbebf1daf7d6bfccef88db
MD5 779b20c041cce1ebd37443e8c556608c
BLAKE2b-256 eacec78ea3649fd5dd52af8973ef3c6581def364441c0fc803b8a0c429994ffe

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03ddc0db018dc1dbe42c4d9b046726980274af82e6394bb9dfb2c741c6487534
MD5 1fc771d20a2cc8a58877d525b33a4627
BLAKE2b-256 423183ccc8dd11dc0230b5448babff0c5bde18b17b88a9af7ed24d097cf734d3

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2715a2e5ce56daa3c7039a9d21485c70f15d11dc9dafe96cd92753af42833414
MD5 d170ca15dc44d2e204c212fcf2d26c2c
BLAKE2b-256 9b14abff4244e87ff1c2d9855b7797c58a69a467eda0441c92c5d117c655a3e7

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac8d9ab4dfd8af995e69c5ff193f702df102a53398f14204e91ff24f849ae950
MD5 9f986b5eec042d9cd4f936d02ebb7f95
BLAKE2b-256 3c8b50afaeca69276eb7d99064b84a0660b326a04ec32d1f504145d154d91444

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27afe9da2575a2765000bab4c59291c894c627ef949cc3039b3b82f5932a6499
MD5 07adb8160d70676b22e0a6a8a70ed618
BLAKE2b-256 5d2bf855eb5c1741974ed077ad4b13c863fb7d0a836d1615fa506e01957648ad

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f7c69067903aef549094a0b2a2ed3a6fcdf4e3cc1dede8e1540c6c94625dbfbf
MD5 4b1565ceb2629528e344e45324b968c3
BLAKE2b-256 0b74d2271de5ab9f08f7dda1099074cbf0f7f581cbb78a3eefc2c1e46f2d6ee5

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-none-win32.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 eb62b4e3cdc60d86177bb5421c9cf03b72a3fdd3779f104c563c60b0dbce3df7
MD5 4fa2ab8ffb3cd81704e741dd4f8fedc6
BLAKE2b-256 2c998c277c654b9ac3e3bdf343ae5925426658f54b56f189387ed8b315e0c993

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b66a3a0ace46b13cc85b8effedd001f14f0bd7b724e99ce1b041a15631504de
MD5 092364a44a11db65258c77f6517dda3e
BLAKE2b-256 3285a1278e2e2fe8e4868a72dc6f0d3c5978e20aa2719f9ae7922a148060dced

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7bcee6aeffdaa5adf455e567caf6681ee82a7788f30ff3de49ecfd391a3ea049
MD5 5cdff1a1fab789f5234e3de0b6f50443
BLAKE2b-256 d170b7fd55043e3ea486eb8a99627d7e36180d81ae505af78abdbb2b2a0ed8c4

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6f29d45c7e411d2d59c1df3e7bab531071707010a487d0a271f33133b36d03d9
MD5 01c1eaccdd87c9d40fbee5b5957fe72c
BLAKE2b-256 9d27ed01d53b02c78d7fec7620f802bd6e15468779f40e076ec3992a14efe5bf

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bcc886c170ae05c0a76836f5d7d28eeac3ba4d6377e3926b897f55180757764
MD5 c097c76fb1b1ca8d817fe9da38dcab4f
BLAKE2b-256 a2c3613c098e9d9ffd93b0d4b0087bf506529800dfcf053118e43819fe466214

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92d590fa228a58544b4f43aa4dc00da4561ca24fc4411a058c701dae13dbf1ac
MD5 9521b8ca9a49fd290489a84c7af55dc0
BLAKE2b-256 7afbfbe3db4031dcbd550ce0fbf60e6f6d926baeaaa9e54add623ac14ffb9126

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16a65398e533ee82f9e2c1d5c02ca0fbc4342cc62de3ee61bfac87d50d8c3ee9
MD5 e3475115c97b7c056eb764c584a1e1f8
BLAKE2b-256 6323e6b7b57bb5d5b6506563b60c218c390b2ca927762ef59a8c042bc12c662a

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c19270ee0cff6bf53e3545445886c072023a7a853e9ef538cbfa98918510567e
MD5 5d22fc90bf554db536a18b730134f999
BLAKE2b-256 841a6215e10d0f4d01005c93da509cd73577905ee6bdbe2b49f54715117598c3

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 876b21f2d364a5826964de93e3ab91c2c384231f459f4b3942ed71cbfc4fd8a4
MD5 5d2e58060113c1995352b7942de7c363
BLAKE2b-256 1706847f793af4ced4c327dcc750094bd2649cf5e39842b0bf11b31eb2f15b25

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07eba029a4e6e23254480b079161075a8de27e3fbbcdef53c46b7b6774b62d3c
MD5 a032ed6cb9fbc1be1141bf5c86710280
BLAKE2b-256 c3592fe56e9529aeee9b1e25b97e27ba61750a761f643d61ad0b0f4dce1aa863

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 20e1c4ac812f964fdc07b0598ca3d1e12d099d580a34f534869cdb7839b89cd6
MD5 d002eefdfc8c0c0c7e0178b5b6975ea4
BLAKE2b-256 bc751f5aabc16b2205b3f37fa71f429db7ea899b14c2f482a4bc34fe3533d844

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1f5ce1832041e14a70cf040c63d397ab576b6e76198843b30d8e80618f6d816
MD5 02a7059572188db68213b45e68885673
BLAKE2b-256 92be40a52104b2945dc7f4091ec5b5694d64526b614cd3bbe2bc95aa6382274e

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ddefb383da5f09ce90fd8f250095064567ebd7115b3675f795808e85bfde9950
MD5 e00c9f5883bc71d694c9af66a8e73b1c
BLAKE2b-256 d200e76b7c95a5515adc3c45da3dec7ec623d4a5dce8e978111300401a1d5879

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e54ec6c37ce9e29ec89c6ffdcafe58fa6f79257b09e5c6770913f2d7e369c780
MD5 b4004f115945738254a5447fa0f78e46
BLAKE2b-256 530dc0bbe658bc9de54003a1323491d4af3d8e5dc21339db688e2e645fdaefb6

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-none-win32.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 55ddd3ce0ba79a6da0bebf099f99349545abb2925a2c3aaa87c4b0f852895d1c
MD5 85e104ab3f22a3b3723ea3d702b5c74f
BLAKE2b-256 3e86c0f83cdaca693d06cac9e403a64dc4b5359eaba70bf75d27f242f00edda4

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1e46723266a5fd5181f9f60895ad334cd62428d503d1f912d373f8c2f85be5
MD5 31914b54d8457eb7655d6dcc21cfac57
BLAKE2b-256 eeab52b3dd94745c20911b7d07c5cd3472ddb2c3c3b2139cc755b46b4cb783b8

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fcc7d9e4c7bda8fac43bfe01b9951c13c779fc71a12f3be6aeb2107ab955fe2d
MD5 e13ddb885c6f2c8c9af49bf7e3ee9e0d
BLAKE2b-256 398e818f57b4f9488e4e46c16f288ff3ce88aac8371b941a7d2f708900f5efd0

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8e883742a85c355b36a0b11d827544ce9b2a5f1f8536679c3762a5092f3adecd
MD5 bd1491b07bc7099143be79b2a130cb44
BLAKE2b-256 9b76c28b7d951e99151bb1ed6216319cf6ab64e56a02b5632c28ca5ce103aebc

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 104bf82014ff7481736dfb5c9698b767e5d3ab188dc687264a19200d8cd5f3ec
MD5 930f4e8bb939a89c13de79c278997fd8
BLAKE2b-256 6774211763c0cb3845659529ace39e0638ef11c33a7da1b4b6845913e8875def

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f4f2d6f9ee48766c0e93a7e84031d118aaf8c5902a9ff4658c247588964d486
MD5 051e6adaa1fc4d42cfad346aeb88cc01
BLAKE2b-256 0bc4aa6809330405554e9e2a53b93394d8b2619cc0a9ecdf94add4f14069b587

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f4d9a5b201ceceb88d01c58376f27b8a240be38434a4efcfa9e4af005b36d64
MD5 d230dc8474c4e168a0c764a95abdf2b3
BLAKE2b-256 d2fff49d1d8d9523ef82ddb3786aa6523ab7213738b3e5c6c4bbca951309a6fd

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 893da7aa985902bc8706fbd9700ce5cc10926adff1af7b0cb7037b8440fb5177
MD5 269352498db7b6c6e7f19fbabb285467
BLAKE2b-256 f4b87cd11b6a4b07d73ecc9d6ed2a0c923e3a5859d9b70b4d98780471910c98a

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f9c012dc8daca2b8478b9cd4b360e36a6d5223835a6f2e17f1183b0fef2f6f1
MD5 3de0a5e4d4cdaa2eb14e118306d89172
BLAKE2b-256 4b92db66fe8cf3848d3159cfbf566ac0b10fb97f2c805df9d6f37f3e536673f6

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b504104d9f96821e5955c808aeb9b77f84584a3f127f71290c3c2d7a484f2cd7
MD5 2d41420efbd2daf3aba2a33e56f5cb59
BLAKE2b-256 80947741b01ef7ff86ce9dac5427a0c72398bceeab9c9ec01fc3979594bbcfbf

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5e579885beac69c32e62dccf097be4929d1f7fa49bfd1fd8efc3fe4e108e104
MD5 a699cd3b0be03906e49a862ed418d45e
BLAKE2b-256 01b57c735a70da80ae2f8169a2d89723f39987b91ed6c5ef766ec0d1b8af9581

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9bb08098871beb96c0bbdfa33773353b55a62b9b5e4e064c3934246fce79bb6
MD5 611ff07869f335645e3e47ed1001e847
BLAKE2b-256 a1cfc543c6a1f10b90d2aa85afb409c3f9374a75b4f5db89aa6e288ba99bd287

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e2f880ef089d4fdfaedc268a89af662fd20d273dfed4b619c2dd1d9a3e4c42e7
MD5 a5eb4c9cf211592b18f6354ae5e33d99
BLAKE2b-256 88e1a38d627f24e5d36b814001670f170e7058d90d409d82951933858aac6e59

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-none-win32.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 78a16b076cbc6c4509fd44659c639b5aeef0ff86657efa3081f217eb25b72cbb
MD5 90e35ea5c9e275a3c1326e8a65f8aaca
BLAKE2b-256 a14321b091f08bae94085e107f1670107842ea89d1fc872bcfd27c171050bd11

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c3637ee60ff8e9d7531ef71cccb833ff5e29dc1983df9ef30abee70f04fc02b
MD5 c5daf8694e42bf196a3b413f0708cb80
BLAKE2b-256 6fde9d562bf75014b6e0a2b80d30fd93659afd7c9ae1b8d8552a0f3229c3cd37

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9c89b211360680ddc845070d6837601e57ef78019a8fca36f6f596196f2036f4
MD5 28088f4a7fc46eb3cb896e59b50215c2
BLAKE2b-256 80f603157e8887092841ed2d5517906a745b76336eb9e0848f7b0ae1af2f46c1

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee7b6d53ed8137d31ca133a47362090e4211718e6031034999cf033604b705a8
MD5 ddb86a5e89dc59efd6901ddd570d72f7
BLAKE2b-256 951bdb22603f7c06d6d60e669d2b71a7e9d809fcfc7c95e27d1de94d957601c8

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 684ba6a692b76eb4c24614e7f8010301a0342352045260ffaa98df329bc73b13
MD5 5c89a34c6b39e65d36ebc6b64f1eb2d8
BLAKE2b-256 85012fcbdffecb9f70ed80f99b31a7415ac75040bca2955851851596fdd7a0de

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01f44fa55c0813d0623a92aabbf4ea4728695cc43939e60010b9e31334fdabd5
MD5 a3227bbb06e4f05b20428696910f0798
BLAKE2b-256 e4d40a75289220600d65e9a0c1580ce679a5aabf74405df9bbe097b00e572448

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 68d39cfe12c4ddeca521b06a911cc41efefb26dd8e701850211c4abc9c4dd885
MD5 8874b7b4cc1572aaf1776fcc6d56f633
BLAKE2b-256 f63859156a1af72668e0954cef567a73e894d08ab908b21ddb8439ee2d164ed9

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9a085c5581822a096dec2bdde29a75b8bd9b1de1c1a2277f2053166746fa7ed7
MD5 7f53f34f3e9125084c8de3cace5fbd07
BLAKE2b-256 5e6b790ceb5abe7c804fc9d01862570cd055d820d76fc97ea5b0ff3c661ec3e0

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 abe4ac699b6c9435337028803894476930da2e9a24e43f8d88b2377f1c90656e
MD5 1048cc7d99c7c6966421454f4fbf8842
BLAKE2b-256 245653749279c19b9abe11997ab52026c7d826bb0e02efd28d7aea3773f9f995

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b24b95bfd683a008fadf871f60f592489bbc41363ffdc18173bfcdd4ab23ddc7
MD5 ba77de8f9053ae57da7a8a31454e9921
BLAKE2b-256 6f35786093bc19e07d1ae5148fb1d927fa49df36a0f740ee7f72cfa241ebd19e

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ea31476945a28ad8095947a87dc6a71eb5dac1cc4aaae92f5f01b1a0dfbc9cef
MD5 129125d1017bb737181d9a45819f4948
BLAKE2b-256 1f9992f39b06793fc918cfb396c279cd605109d21845f123c99ac40602e39247

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afc9063b3709677b123eea53d5c39acd22450ad5653222c24f24f6b22c2a9c11
MD5 32a39fd559c058126565c7bb2e612325
BLAKE2b-256 b370bf27a8c6875bcea9013a1204e5ec94f1e8c4c6af965f5715ca7b838fff0e

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 e9d703b9e311d5f3e9567150349be1a337b1fc7dc8ec9c1d969534eb10ca0d85
MD5 0f58cd24d78f14cf75fa51279b272ae4
BLAKE2b-256 8fdaf6f6269d7dd6339f57a8d40e08908da80e022532d83d36e6fbba3bef4aaf

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-none-win32.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 cbfa42515d7b32976f50995aba4e4a5185395efda7b101c17b8dd01b3d355098
MD5 6783385e100cc33afb33ade0e1443883
BLAKE2b-256 1e4c96180a1e06b73cd87aef72ca0312fea21a59cbf6000352845355b2d5e9b9

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8c527f17a9a26bf7cc41b0573609268c65ec6afbfd4a23988922d334198fcef
MD5 39ad7a9a449ddca98c255039f890e508
BLAKE2b-256 a965fbd6d73bf5be202315ff87bd221d027f1cbf43bfe1939bc5259062141f98

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11074ead5b863b2c21960f68fab171c31c41d6517e351afde11bd31698443d62
MD5 8ce37fd11e1f1f8f607c432723170d43
BLAKE2b-256 ae0d6edc198b4a38d22225c43c89812ab873fe148d1c6913cfdb2b5a112f3dd5

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 231f884f4a8c707d7cdb4fb7b12b30f11284c9dcf48e5dc7d2cf6076e6225a94
MD5 fdd8f0f1144030def7c425790c8db14b
BLAKE2b-256 c37ebf0f479321316c59fa1fbf2f4566d905a5a2264a5e7fec8d40aa613e1e34

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3ed20738f0442b520b8630fcab683eab11ee7c22bc58e227684e3409a1851c7
MD5 486a501a6c23b2cc167c24fede0d3092
BLAKE2b-256 df1c945878d563f81a7af3dbca4f23393c2bba5ffdfd4d299e9a5098d11b3326

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6abf93a8fc858ee5cf04f78ae6a2ab4257392b73970c31c67e52f92b1c99f52
MD5 ca19f5a9e8b5745f507ee348809e6160
BLAKE2b-256 98267259f7f4e2e41381e2de9237c9d85fd2e2e68dba9f08246e3b93254c7bb3

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b211a7438a75f11d45b845051c9e0c61927c200b249de268505d13848f3f6bf4
MD5 c4721db21b34506cf3455d654b5aafed
BLAKE2b-256 c5be4739363ceb50b080a71307628ed64b76d62a7f71e86c776f999f7c192ccf

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06088c42b6a8449906a658cffc5033a55b95c9151d5b7805d53eca8d413ed2eb
MD5 39296d98c6d13382dc63add1a5b11fd9
BLAKE2b-256 5a82cdba49a66e239e064e254666433dccea18cd063803cd137bae5abc0c700c

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 833f162cdcd95e8633e025d923d136c77e067d9499c2227d5491c9455c1fbe25
MD5 dec444f4d1dd0a6da8042bf4674fcee6
BLAKE2b-256 da463e4f0cdf23c16fe8b2f1b632b2d1d63a34568a2daa3fe24e8592cb0d7452

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f8959dbd2dca149c0e967c093029946f8a499507ff1083a8cd4e77817cb5cef
MD5 c42093ae6a08ef1be5bb01d2821cbf1f
BLAKE2b-256 542749b58065b33862bd32bb51002c84187e6501291e2958145287b5e6693cf3

See more details on using hashes here.

File details

Details for the file flower_crane-0.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flower_crane-0.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8403bb6001ac302f8f981b8e9eda16638332e95aeaf495287e25ebd3ad021080
MD5 0e5709e72f4702aa5764266d9dce0840
BLAKE2b-256 65694901b991f039b975dd716fef6d40e6b690a3909525f78853c71613233c23

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