Skip to main content

Fable library for Python

Project description

Fable Library for Python

This module is used as the Fable library for Python.

This document outlines the distribution strategy for the Fable Python target, which includes both Python code and Rust-based extensions for features like unsigned integers that aren't natively supported in Python.

The code should be annotated using type hints and statically type checked using pylance at strict setting.

The code should be formatted using the ruff formatter with default settings.

Fable Python Target Distribution Design

Design Goals

  • Provide proper type support for F# (including uint8, etc.) and performance using Rust extensions
  • Support cross-platform usage of libraries compiled with Fable
  • Offer flexibility for library authors (bundled vs PyPI dependency)
  • Minimize duplication while ensuring stability

Architecture

The system uses a two-tier architecture:

  1. Python components - The main Fable library functionality
  2. Rust extensions - Native code for performance and proper type support

Distribution Approach

The fable-library package will be available through two methods:

  1. Bundled - Generated and included directly with compiled F# code
  2. PyPI - Installable as a dependency with wheels for all major platforms

Library authors can choose which approach to use based on their distribution needs. Note that libraries made for distribution must use the PyPI approach since the bundled version will only work locally (single architecture).

Version Management

Major Versions

  • Versions are aligned with main Fable releases and a new release will be generated for every tagged release
  • Older versions for compatibility remain available through version pinning

Implementation Notes

  1. All Rust extensions are compiled for multiple platforms during the PyPI package build

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

fable_library-5.1.0.tar.gz (225.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fable_library-5.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

fable_library-5.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp314-cp314t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

fable_library-5.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

fable_library-5.1.0-cp314-cp314-win32.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86

fable_library-5.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp314-cp314-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

fable_library-5.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

fable_library-5.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fable_library-5.1.0-cp314-cp314-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

fable_library-5.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp313-cp313t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

fable_library-5.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

fable_library-5.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp313-cp313-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fable_library-5.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

fable_library-5.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fable_library-5.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fable_library-5.1.0-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

fable_library-5.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fable_library-5.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

fable_library-5.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fable_library-5.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fable_library-5.1.0-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

fable_library-5.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fable_library-5.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

fable_library-5.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fable_library-5.1.0-cp311-cp311-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fable_library-5.1.0-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

fable_library-5.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fable_library-5.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fable_library-5.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

fable_library-5.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fable_library-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fable_library-5.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fable_library-5.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fable_library-5.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fable_library-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fable_library-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

Details for the file fable_library-5.1.0.tar.gz.

File metadata

  • Download URL: fable_library-5.1.0.tar.gz
  • Upload date:
  • Size: 225.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for fable_library-5.1.0.tar.gz
Algorithm Hash digest
SHA256 e07861cfe8679e12eaa05756fce5e09a4f8aaae3b417f14071dba9398573a4ae
MD5 e2d7f1f2b191b38a02e1e9c5b9c5c629
BLAKE2b-256 8ee065fe5e6b0b3816b2807d9c445b1de8264727ec31aefdaa9aa442652db84e

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfe441b05924d20b29840cf3281e6ffc9d18e32b077d80c18f0bbd9a6387d513
MD5 d4e8109b69c859b2c27156dea15c3e54
BLAKE2b-256 54fd5e9f32684594c3c728976dc1f6cfe79715cf52f86236dfdd2c6e2cdb62bc

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f416296b2911dadb90a1d07f6f7cfbab41d6a858baacf472dedfad3ed53e006
MD5 81726a7391727d9572313f11fe74a6b9
BLAKE2b-256 386730badc5e95c20005e15a4e7b4762e0bfcb190e6089d890d6f0245a000384

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c7fe0672b0e67e38549ffc68687d7a8f52552116f183bfbad0fd3b087a367e20
MD5 292505bb96e1a346cdb690bcc110f662
BLAKE2b-256 e9b86c5dd31a8f5e3261e870956ead30742c24ce2d9014a5250abf95631f85b9

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ff66e4377cab8e6783f7b2e89bcfaaa66232e7c1f9588e16657e345adef1324
MD5 2141deb7b38418862d1cf9a2c659ceb8
BLAKE2b-256 6596e6e877591fe67cfbfbe7b9fad2638b297bdf5ca6a51ca756c9dbf2690ddb

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e1134ae652180e16a71ca4d68fa167f6b4b81969924d2f48644662be1ba3f27
MD5 a278cee2217314a2c154f3907cc2cef7
BLAKE2b-256 d31687da8b87ecb99cf9c62516fdc5229c217f4a68dd7964810e5d59803bd521

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9700b6e7033cb670d2be85134da0f1345802b4bb272aff671c0eaf4a3a8d2118
MD5 5bc5ce5becaa514a7a6db4612e46b962
BLAKE2b-256 e1cfec84b80990c6323a7c39c70bba506e5914a6a573bd2b8cb1ab2ad21a3011

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 faee2eadaffdee5319c393dc25079a739f519e1896f2c3482e53e746498d933a
MD5 79a17d7b0604da99fc64fad4eab8875a
BLAKE2b-256 ff0395d9e09df8f3547897f6817f9ed3cd9ceba228f3fb9cda1ac16b0e0e6407

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16b68f368a0ce7ccfa7273cacc4f4b7d736faefc6a964ed862aabcd44328f7d5
MD5 6664d660f06201f6304299e01436deae
BLAKE2b-256 0768a3b260b4f5089d08996893cb75065d3f20fb5e5d81a1d91986f115cf3e0f

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f75f645640f6b05ce4c2fffbe32f20be547cd1bc8f9dd15f5ac73df39a0b2d7e
MD5 c01e7b86b96a8c95b29e63924fb1b4f4
BLAKE2b-256 287587b23d1f7ed602f484db2023f7931973454c75c5a811011bedd4b115c974

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 509551b01170998b137443968e15c74e8294939094424771d4e86495c9e5b3bd
MD5 99846d9c7d3d373f89fcd5d10410f530
BLAKE2b-256 69c7de9ef931b1fa9d4e071c59b2c0d700dc976d81b71d54af22508d8bc68575

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 250f7230afbc25e339b90fbb9b761eee12056cecf20fe14e1132afbbb965de90
MD5 68618aa54908cae9de072788b2cf356b
BLAKE2b-256 ac5d5c3fa9eeb4807b9c66422d67ccfb333a4b1b52f308a1c920064d6b20954d

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ea1cd14828b377b4e1900da8c76381bae3f7cd60f92c9e82aef577c33f84a19
MD5 603ee2c17242e830c143da48bd56da82
BLAKE2b-256 5ed121e9ec870f10093cbb3de0c7314e3d0857c337d7339147b16272bf1024c3

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94c449469250189a72d0a04f5049d7c1065201542f393084a24689df78fc9ed1
MD5 18a9ec08d1544a049597553dd5ff2a0c
BLAKE2b-256 ebd652dd2d2c23e4b11fc4a6d78bb470b0b0e2683fe982fc836212f829a369cc

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab5e4ff1c167107147b91d8743e6a52314e08f8ea6461faf62adbe5d79537cbf
MD5 1f98679912b93fbbd718bea606505821
BLAKE2b-256 c7083f96d42fe6c2c9dcfb2ac7332dc7edc63f8a5705b3c34206e05bf168b5fb

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7fe3bcc7d713db7627890915c0b2feed3620c44033e0969c7f88cb7d31c365fc
MD5 56aa1d5fcc242fa0779d31a44621fef2
BLAKE2b-256 48f203a37c4d77b06f331fde4aa48a3f9afa503fdf81a67d644b4ed8092a8d63

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b3ef8ac594a5c2b576e62f5fbb8ab9a868f49c9fdf9b0a4aeeaa93cf369a78b
MD5 9cafa5acbc694905498e605fd7338074
BLAKE2b-256 2f1b6fffb5aae6a1c3bf879173e7ac6529c36ebcddc4d780aa9f0e2ed5fbd1ab

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a47acfbba112a8f9a4ee1e500c0aa480dff8870c7c7a83cd3447eee6c15381f3
MD5 00ef4ec57b3a341f43b319ebb409e554
BLAKE2b-256 3271b2bc2d77034e37ab43cef914e2a9c8f0740bdb709f6b76d62e9ed3a631fe

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 15e8c882a87fd1b22706bf7f8631fa96dfc69dff6743a7746cba176fbddeeb6c
MD5 1979d71e8635775f10fe3c318c073f9b
BLAKE2b-256 a3f23a03ccdf8884d8ab84c429ff1c91ced5756bfb5a58b5c51a395fdbb1031b

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c01ba79da927d0bd4e8e82744d23d55a3f49d131296320534a01b919aa9c728
MD5 19180b03b00bf19a8a5b847176bc07c3
BLAKE2b-256 be66e1b0d5cb3351ad9e84feef9d9e09050f978aeb90fd31ccc4b327665bfb7b

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b69a4a7926ee5e1e0e39098b487bc3cf0064ccad4870486607aeacdd22a180b
MD5 b9330569acf4c6df27cc9bc2eab8f082
BLAKE2b-256 ce0af50c09550cc4f6fed55c41aafa8e3b86e65296c688d9a35a73e4084ce4e2

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cb712670710ea74e4c854d248c8427f8659145f28ff75f4c2558c927ea2fd7ff
MD5 351b14dae71e628edd511bc6c803a2a0
BLAKE2b-256 8ba37795ab9395df60df808e4a5bd67855890d652a527d6a0883624a70d59272

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 df85120f94020fb98ce4781866fdfccda04a9472ddfcab0c8196e14be06c31ef
MD5 2a73bb48e01729825a14363918777713
BLAKE2b-256 418e38840f14d96c85bc2944d1c63491fd862f4c17f1b00b43a0de993975b62f

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7265d3d0fbc5a9c8239b094cd050801af7299fefaae056f0b8bc1f34162a3719
MD5 5d12487f18ec0929369ec8a8560947e3
BLAKE2b-256 6819eb1f9fd98baa433b0b5c8ca3ae95b5fbdb6324b6b1155fd46399413010c3

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 795f943625ce92ee5bb6d3e37710e6740a92bcc31b1ea83179e46528d5405e86
MD5 5b7b4546d09e00c5f35314a55711af72
BLAKE2b-256 a34466fb39d4df35d65fa0cc5976c31a61662fb15f2cedc7b980c2a70702a8e4

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a5fda73f39fff62514030084b93ca49b2f8ed187f5a5e04449298975074f0ff
MD5 ae18150aef3e09df990cc01c97ced0b4
BLAKE2b-256 cb2b0aedc0df31fc64b9b331bdf5025bdf32921ebc2c72c9d1694e53c55d1e42

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42c59cb9c568327290f7481f7f1e5697d90b1d179b70f25a10ab890b27be12dd
MD5 8c2877a4dad90898584d0397958824b3
BLAKE2b-256 97efe22cdb6ef00ca2291fc8e945f6d125e41258be1a699aaa761dfbb6f7c70c

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd91146e762771d9d14bd4cfd8ccf2541a872487ff2e613d7b8d52792e107231
MD5 40d9bf3113d496a264596123b0410041
BLAKE2b-256 bb92373ca04d371a49542cca40e425060cf29d0de7789d32cc03bd850a98038c

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 842ca3fd1b8d04386564fbe547713f7bf1db66cc4159469dedd3a1db453a5ebf
MD5 b8b408e128bc0567b496cf63c33627d4
BLAKE2b-256 0babb76423937e09f41fcff5096f116baa23ec9ec349c9f6084c3558216c8017

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f64e25f298c85f9d777ae478aace5121d22ff9789fac6f4933c3fec60ecab17
MD5 5d98b0b2ca13bae9695ec10c7460fbac
BLAKE2b-256 c3c7f38ff7579197ad580c08677b11c29a0ea2c566d6f64c6a5cc267eff41faa

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2fa8228739efc17ae3a5e7829252ae80c3a44cc696d5fee7d09a9bfaf43056e
MD5 4cc123fa0686a1d509fbfc9515285ac5
BLAKE2b-256 98b537d700f956325a4782a2b0cf3a0749dbb2955c676180d8af96cc405633bb

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c452d2482ad28f9fc8c97c5ed2bc47ffabd85c87b40fb5ea49af22071725de9e
MD5 2f8f7ecfd978a9dd4e3625fb2b9415b6
BLAKE2b-256 96b4e73528f386a323f1e9beef34434fe771e2b378c025cda13103b203075f0d

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89ccb55ef768bc7fce6c514c999c35e5c0d4cdc3ef63bf6ee98c48342413619b
MD5 6fde949a4a81a923203d4de95ab8d8ec
BLAKE2b-256 f5356516299fe5357674f034e98283c97e886cca7bf46a9f2a12b45d39502b1e

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ec49c6dfa3c0dfb9d7688cac92beb138ccfeaca8837655f8ac3fc8e7be10edc
MD5 64a45cbcb67d595178cadac1ca83db97
BLAKE2b-256 ace7480fdab9e2bedf37e58939b362e9dac2e50301989ff29600c6cb08efe5ee

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 111e2831bd7e7d2cc58cdc12d3c45486512cbeb807118749ae63275ea52223ef
MD5 da620809a28e9cda7cb96d89208e74d5
BLAKE2b-256 8273aae7f2e77091486f88a38fa26506f44bc6ce90cbed903c3ad93ba51f8500

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d8fd0e6fe80094de1e6ce96a62ff5b5ad00f78f8cacd6c16b6649304bab4e67
MD5 d5c4709292d991470e03751ac81a0539
BLAKE2b-256 251479255fd317248292a29ed789248c11a374e0c839cde22db3d56ba26ca353

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc8cc244b78f69654573f6ea20c00cfdc0f1555ad3c3329d0556660fa2773ee0
MD5 9d591ef302c5acfa7a6d798810979f9b
BLAKE2b-256 c6c22ef1724ca523f067944c0a57290d7b31cfcc85a10764c76d135c04c18e37

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9deeb7cb1c0ac7b221cd0f50478174f107a8ea19975674161ee3bb7dd689f856
MD5 df8ceae9111183ef442ee8434c8bdfd8
BLAKE2b-256 7b5bd37767bdd28ea30d4c864b4eb8652ec46c86cd8eea2dcff60f3732a6ebd4

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b899c5dbe1f3d697e8416925207e695ece767c39c9b74a00dbb2929b20e5f1ab
MD5 12ef68c9cbc3ebcf0fe70a0e93ad5106
BLAKE2b-256 be2202f68b047c36268b211f29b4b90d007eff1437b21d75de22c4c9322d3d91

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a4a45baaefaa1b5ae447fc8cb1084e0e03da74d77a3332beb9b1ad8ec777d518
MD5 a58ebcaa57426897fbfa1af4e157dc34
BLAKE2b-256 5193d9984c7011f41d944d8332cfbc8e2a691776a1a8ddd8cce5114b2dfd8dfe

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0fca3c48e2925a0f878807f472d29d0d939503c06bfc51cb4bf9e4ddfe3e2c7a
MD5 52981ed1918135c19152507952318103
BLAKE2b-256 94bb5b7fee29e7f7c7ce7188df29fe09516207ec5917cca3120093da776a60ab

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7fd9010ed6ceb13567f06a35ac45197a3f476877667d908d13a0283773aed0fd
MD5 96492d93cf3cb7cac3b2118516139a70
BLAKE2b-256 e9f253ced59f9a9772452283c7e7512a92b01c1c3e643d836a0c6787af604029

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5e502084d8f959e00a2f131e9fcd3f61a1065812f3f942cc1d5ed5ee783f1bd
MD5 843eec399267e0c013716a3e57607315
BLAKE2b-256 0b9db32a6b82fa7274e3a44d9d3c25e6b60b3e193bd98567e75be415f0b22290

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 93d11e83b378e4a1f2a2e5a15e5abb04a8637dc0c8be488a38d6285fdbd35ee8
MD5 e7cb3287a04e21c383e7ca0ab081fcd7
BLAKE2b-256 ff58952d53c9c33eed6be7ba4efe0321c7fedeeeb440f7c9f02eee21f1e78ddd

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c997598e0e44e2031026799bbb7346a3b07a1bce60820229d8fa3b9455d72263
MD5 c5c87b3b9cc6e5b22e16bce6e340e17c
BLAKE2b-256 d688618b4e5115cd71f6478ad8596bf24998b2098092d254f1d2eb89a8ad9335

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 558acb844da16b4c5f843ea257fe364a0c51bd08ac5c7728918a2c3c30bda233
MD5 8941e6e3ac49c62fc0162352759de986
BLAKE2b-256 f6415883a418408dceb88c62bed1e3d0ba38af10d134801179086fcbeb2aacc1

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3582211ab399c5a1422dcc9a04b0759b4281bee77aba1b93779fe76124d845f8
MD5 8106c8495a04f51d5d01a4623d48b1c4
BLAKE2b-256 d8a2761c7f609ff9538fc39c48d1c2ea7c43b1f44928a806aac34ea73787d23f

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcb5be21b793322bcd358eadb1867d19ef6b54860d6115296278a79967e8aeb9
MD5 4acde9168457c36b14be999f9abdba0a
BLAKE2b-256 8011859dda31260317b144bc1abca51568cc1fc86c6c172f9d5cee78fd0bbb63

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3abb6c08c472a2b9cae4b99f6c711190bbcca93064118d78cae392c2cae95bdd
MD5 d347e16a8d6c7b7ff55f69126411fb63
BLAKE2b-256 fdaa2aafd8b94d8b59e593e305809b9d06c00e3ba1718aec6dba99b8896ee066

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49c67ab8c55674e0680c4cecbfce71a02e552ca407e0ed1a80cf6164a6bbf9b3
MD5 dfca35cfe584e7a27aa14fb193444e40
BLAKE2b-256 3408ee044e4d39a5dd636b3ba1d5758bfd92f9cfe8bfcdcee1c35bf629c5eea2

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cd77ab45ceadcf68e18bb45c3765b9e75e3522c36d19f841e60569fcd51ac11
MD5 c2ebb3f4a02fed0f85f9a70f3f2baa61
BLAKE2b-256 0ac28cab73c01e530e4656df6ff3e770bba849b8aca61623837a5744388ba36e

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f72d4f776e4019e66c8275fe38897521c56db629dde05130e3d8836482a8464
MD5 998bc5032e354a36519ad1ff003366cb
BLAKE2b-256 38a16348c12c1d191e965dcd64f6aa65b9250a82d6438298f9c09cf85b3adaf2

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e58febfaf6f4ebc8f8a40a1dd500eac40ab94b8a073e5b66996a23757b3ca168
MD5 c8d123f62e71b0401af449fa077f9597
BLAKE2b-256 41194108b03da4b1fd447d7f925899442ea3872d7d9ce07af7a68616b3387c57

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1670a0081b9b4bbe49f4f10ecd6c044c0df6f82f8b36cbb54d1c43d817d4cb5e
MD5 e40cd9c4193fbcd11ed04c59b2191990
BLAKE2b-256 e6f86aa1140f8a7cf285e3899d80ba7b472e7da04dedd3c90ff6b24b9073f22a

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 042d3fd496d592325fa13b978e15c9293245bc630b71e082e1714b5e5807612a
MD5 09e65f8e11928dbcdc9b612f42cd5384
BLAKE2b-256 8fb38297bdc4c1011511805ac2a5276d31895e711548d10596c61e6aadb3ce25

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 739227603ccc73fdb3b11b2ba903ca15eb76795e47e66b5facc9da53ece2c04a
MD5 7e4ea57333d6dc22e8f5b412ded1b8c7
BLAKE2b-256 e54efc75965c4a2002efcfcafe967b82003ea579b407eae0b9e5f18e17c10b77

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c2fff0f730c060f9efef23e2c168a6edb889b06f3a11969e20c13ba0fb75d1f8
MD5 4b766173a690a274ca9d2b41819b490a
BLAKE2b-256 2dcaa6f32aa397accf7a2d9ade026d60a080b026357c122f7d9b911c5d90aa2b

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7da4971bc03a648d99a64558ac9d3e04b2822612686b7ce53f3f11d9c5a41b90
MD5 baa6717b45288b3abe1efc75eeb9b7d6
BLAKE2b-256 5f15537826692478e97cf5a2feede9b6b5b0612ea6d801432db1ea2aed9f0707

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9c74c8bb937a75995f081d45985ec75ebbacc5314fdec48594e71276b4d564ef
MD5 a95f0a62d0874223d85a7b7b92713cee
BLAKE2b-256 a7279b854ebb135a523210271033149ec4061cc061161fb6b02578a58b7ac77c

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8e9d047247ea9806a2f07d77b5eb266b58396f1877d9d386d3054ef22a79e4a6
MD5 9287be885bfffeb92e7ca2f6817a5de0
BLAKE2b-256 c4e38d5ce2cf8b33d8f227de09674521a1dc71f65a3a423015e46405aa0b1755

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a840498a15c9f301b51db4c39abfaa9d62741620e8230dbc0e5b7d2aa4b26105
MD5 8aa3b339387321f21168cedcc4e528a5
BLAKE2b-256 72d9a706c7e1f312cfb7f5a3da079ec1f348e0cfed1139535a3cdfd3c93aa8df

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe3a215eab1e89cc04ad6e9efb070687d98f02e8b801d00f1abbce430ddd9ac5
MD5 9690c6c70fb87fb3ba19f2ba67ccdf7e
BLAKE2b-256 14258218e10419644d2bb6fd69bf6b2e6449c67615c58cf435e6026666f0d864

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c99c79a4186b59b93b0dea60dca6df492cab75af7291205b85e132552afcffec
MD5 b07de70b3ef41515e8c673ceed79e75e
BLAKE2b-256 4a900566cfa959361981bea50c89b7f680ecbaf34cfe2017013f123ae2f3d0b9

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6cf09736782c66915a0d46f90ec3efd9590afb24619e7d706997d97fa823d538
MD5 feb6f28ed1e8c3f8856c0eb31a48aee4
BLAKE2b-256 5c79e9efc3e9e27689978c0d03c0f5f7b7abe77767a0acae5c3bfc8882251a27

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 03038e88fce4ce2d04a89ba7f223f99e1c2ee04ce3cca8e4f770ccc072b88c85
MD5 3fb55a09ef0a4390561f69a6b7022f76
BLAKE2b-256 3f0ef4e2e2e4b68e52a55f26199c04e3d7ba79b2704f7f06cfbf1d50189cb19a

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d798a452193ab21c7f53316de4fd6eebdd56564b4d2f4a6b5235092121698354
MD5 8f7a10501213cb2f065e6b2bc37b8e66
BLAKE2b-256 a45bfd3469754753f7c27949c6ba5dffc14bc65afb9936ae6d4a077a647a3508

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 35162ed32b195890fe4b1b3b1a366a4c4638bdab85a95fcae8e9ca74bfb599a3
MD5 47f79b8cd73c67000213f9d9bb94cd84
BLAKE2b-256 2ffa30dbafec3b835425f1dad2884373dc9122b880cadb8d0b772cffd4045cb6

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c8ed6a0e891a817ba1d3fd37d03c540ea7e3f9773dcdaf83cdede1cda2e72c5
MD5 11c6f0fd082f7006458982ac0964198a
BLAKE2b-256 50a76efdbb24dfbffee7789fd8c0c4caa0be1be89f66cc96a8714f6603c4c216

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23beacb2ccfb2b686ea4749c0e6c132e69b611cd8b3e7a8d33f7b4dc09ac4752
MD5 78436502e5f13ed0e5e123d68cb16ba0
BLAKE2b-256 e05cd598285de7019d8ef076323bbcb5b0ce9b7880404cbb746f97372c73c664

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 350ae2e72f2d9c93a68c17281969ee02d2ecd0c62495f31bf5a0381e9a85ab39
MD5 6c8d165caf07621770440fb9edfb2cff
BLAKE2b-256 79fc273d4e67d4c5ac8fdb6222a71760938785d5ec4128620d4186392b02432c

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcc76de53b06c4b99be9cc97bd79da984b84b28f218863a3b72ab4e8c408e5b0
MD5 21fac3d11b17ba12191280d472273ff4
BLAKE2b-256 c453b1c9abce98d148ce37390f8029991510f5a492dcfb72efdc2db2d9164327

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7e7c214b6b3dab524f07afcc845318bfdc7e523bdc4dfbcd260d4924ebdfa56
MD5 32176e364dc557a237155d181ac90d14
BLAKE2b-256 7560b9ea057bc988039594e1683cadb5d284194e1e8847ee2509c921576bb9e7

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8430135556bfa18131c4fad3e7369ebd74d5f8cbc16591fb76a0a759e5b79bd1
MD5 73fc55b64a5eb279fb3c24641a469d0a
BLAKE2b-256 f3069f30981d116836aca9eb930996be83820c528a5c48ae3eb4e81be6370fa3

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd47584b80aac4bf756a79ba29af22e34217eba4c2b128759039f809f75eb2af
MD5 4e53d920259cc4cd61e8479b948446be
BLAKE2b-256 84cedd8c40f00dd98d7a0e288c75b4c0bab4853ee057e90bcdca765f4d391502

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10ee271df1c4d007b444d1ad2b4a2666399257e6e96229e92f85a5b82dd18f8d
MD5 516c3c3a113fc1415261e26744f022b5
BLAKE2b-256 18fd888c82eb2b80e65edd5df2f304f2c574a5badd5f85da80a25e05702e32dd

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f628baf8301171635f1d47e9ba633b7cfb8e96b0eb11fe504720bd58e83070e
MD5 cccc1c610b72cb98dc8f4dac1b91ec7f
BLAKE2b-256 c2be42fc3e7d210da9c92aa8999527afad81f8ffee0e4900a40c5b3feaa37638

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8be4bb2505652daf9efacd4920fa6f6580791ba20c8b73292d93e62ac03d8f22
MD5 8e969ec878fc0dd5d89caddfa18acded
BLAKE2b-256 36d62ca394ba62249d0b0c1a5b62088f4d607705a28696381338ca6581244739

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b85c12c94acc87c80f5b1c6d5e203108dc1e3485ef9b14854337f2a8288bc211
MD5 cf358557dae807d8f1bc0d2c64db2603
BLAKE2b-256 9d2c89dcc4dad9a114b01d3124b1d2960bac002708157fbd3183592e9dfc83c9

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37916b8a1a3867cb0b35255af22c220d25737b457b2751466367990c299efd29
MD5 4bc497ab32f849e74ca946affe5497f9
BLAKE2b-256 17643e8cff1536cf1ea5132a54a2faf2661e8a4acd8102d55adc38539bc24402

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6588af26b5c0583557a1585a57d31ddfaa4d951738561e953bf0be5c71185ec3
MD5 8310e4576141ce2eb01352116d0b9aaf
BLAKE2b-256 ca049cd814b2916af96562dab4ea65d90f1d32e221a72fd9989c4c182df9fafa

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29dfb17b7f289797f24db300ec337e695b7244b88fe6d0adab8a09076bb0ff09
MD5 45eb65c098c612a7d834a0d25655293a
BLAKE2b-256 2d671f74ccfe063bfcbe55f669a47e9fbfebb536a12668fac2b46f75ff5b73ae

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37c3de0e11ac2f8d784b0e7bd09a1d15b8c89b9bca663f15dd759708034737d3
MD5 3f46ef7675dcb8c63c70ce98cd79b94d
BLAKE2b-256 b6e98dde666c01c978474146ba42434f211a2f80600e7deecaa7ffcc4a76bee7

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 347d394fe30b5d7dab36fb20c7f79bbecd1524562b04c24bffcede868fc29c0d
MD5 f7e8897a031d317ae9ae81c64c64abfd
BLAKE2b-256 ed404aff7a88e082104de11e24ec63a3aeabc5edee991177695e3a7a9cdb93a4

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0099f4cfbaf7bf6b6349486dd6ffe3a4e3d91a3653c8acf4f70448674d5aa077
MD5 4c88c9c632f79950d8edf0c4a9ff0541
BLAKE2b-256 10759b9a691c59ce5d950f415ff3c2711011a7b2b6a7e5bb878f31542863fc48

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5004a427e668c1970ef1bf3cc6aa0d6137827029b8de5cfec426342a077e4419
MD5 16b051ee61224e89e28773e2898699a8
BLAKE2b-256 8d9496b2ba0d82ba709d105e26ee2f067dca486c10b7e5f2fd1a0062a54760e0

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4203ffb1c4b1ff227e50bd4d6e317b0757fb0e335d6ed6d2296e02835e93b7d8
MD5 921e717e2aafd38b64a6fb048c8a3a87
BLAKE2b-256 b567fdee92522eb0faf864673708b7a6ebc22da1a54a67e9e4a64a0d9f484de7

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e74013c10a992baa0251523fd48b43ac95a616efa2c66ef7371df34a8f1e4b8b
MD5 dd906f27619535e93f301bc8f27241f1
BLAKE2b-256 7607d0e0d37553c65222e49a279ceb11c07b27fca0e65a9878586200bd7edf7b

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 046dadfb9458bf47a1d60f775874df37aaba8717f5c8751d4fdfccb7937c5741
MD5 034a63f247dddf6173711498faf5df6d
BLAKE2b-256 79214980065105af3a3b45362b14abfbf97987201e8025b4bb371216e1c72aeb

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed4b52598bace610cc05c7ee70c745e18e03a9bdfbce7adaf85c0e55ecb3cc6d
MD5 d5bd3186eb3af3bfd5cacee729a44d7b
BLAKE2b-256 dc1eadddb0a1ec9b4285edb77da05926a93c1d2f3c0e340572e4c6d66a779f1d

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 802e62a05ef158a6c3e27d0f18d412ef9212ca256406a23bbaf550dd42c1ece6
MD5 f7416a5f4d5c032ed0e996ba3875627b
BLAKE2b-256 5998eb8fb690a7c527e5eefd409a983defe8cb4b09ba0d8e8b27bf406d776389

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5140fe8f64c1a5c35085669a3fea771867d24cc6ba2e58fc22f97f58a6fcbd5
MD5 532562dc3e3e0e1efc093596b5ef3c01
BLAKE2b-256 522deec1d77ede001a97b3eb9449640ae7f14505499b178cc487484f99bec032

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cfd5ce8262dcb33a56b27105dde37d38e543318b0aaa40d3a74b5178570e1608
MD5 495847d652d5eed496fae9cd07917611
BLAKE2b-256 7be906b06d665f220c83a3caf6350a82d4c858ec54d237c1540fdf4bff02dbad

See more details on using hashes here.

File details

Details for the file fable_library-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fable_library-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 377146cb07153b997a5c6cde48aa5a1ca222d7443dd82f29d053e5e598598a33
MD5 83ebd691eeb503e0e920f62199f85a9c
BLAKE2b-256 83b968a6f1c4729d90edaef82451902289a92ee13cb27ff7c7d61dc76d4450a4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page