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.0.0.tar.gz (223.8 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.0.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.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-cp314-cp314t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.0-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

fable_library-5.0.0-cp314-cp314-win32.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86

fable_library-5.0.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.0.0-cp314-cp314-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fable_library-5.0.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.0.0-cp314-cp314-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fable_library-5.0.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.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.0-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

fable_library-5.0.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.0.0-cp313-cp313-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fable_library-5.0.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.0.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fable_library-5.0.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.0.0-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

fable_library-5.0.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.0.0-cp312-cp312-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fable_library-5.0.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.0.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fable_library-5.0.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.0.0-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

fable_library-5.0.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.0.0-cp311-cp311-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.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.0.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.0.0-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fable_library-5.0.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.0.0-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

fable_library-5.0.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.0.0-cp310-cp310-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fable_library-5.0.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.0.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.0.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.0.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.0.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.0.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.0.0.tar.gz.

File metadata

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

File hashes

Hashes for fable_library-5.0.0.tar.gz
Algorithm Hash digest
SHA256 b473d156c979d8b657df1029a5744a4ebde523c8e9215ba55c3dbf5c5f326e66
MD5 9e3b6f8b922c0b041444e7a03c946abb
BLAKE2b-256 8409e304c0a9e2e82885aaf5891fe697cdd31a6d3fb93fea50650171a9e5e90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3d9fb7e6152fb90e7666f77cdf7b12ac5c470415c2922b2ddd048b6dee2247d
MD5 f284580b5cea2d749362608d65ebc745
BLAKE2b-256 1082974183bfee6774c9f543a2191d6ec011e29332d1128fdc86c5d7bfaf39c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f09cdac59ef3948631712e1606563ce9e14c77186a66395c1decfab4d4cc6b5
MD5 6b0fa287046c7a5edd7975503cd808bb
BLAKE2b-256 d97dddf4bec75d6fc6a2587a0c27da002200ecbdda48650c8dabf09f659f7843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e4b5e57bb5e84f812ee67cbe87d7dde5fc8dd8a7ecc852d8a0e3ddbba6a2ff16
MD5 c6c405a44102576be29f04acb04a5d4a
BLAKE2b-256 119ee95222c71f9ff25b8bb370bfcc4c71ff1860949fa4296306657ae88f5c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e5f444b3c83aeda95559ee45a9a0643e5d8bd82fa33e5a3c3bb874724eefbfa
MD5 a8b5feba923cdec8f32f980492efa6ad
BLAKE2b-256 3cd796032eb692fb6330b3f42161a8c7c0799480de7c306c63eee9287d68f154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3e27d4f6653808073e3b5f8b26f4750fba86706ef29153370f2adad856de3cb
MD5 e474a5746191a3501ab48dac2feedd2f
BLAKE2b-256 9be9e362f88e3999146d20e996f9c31fa9b8226f06b7a47e7869f1673af7c3e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 70cc9186ad94a2de00a008311592a0a0a05280340c3901e32844bc02a95d0ea5
MD5 039ecb821d89b47211559236019bd425
BLAKE2b-256 ff687a3d5a0cea28e14d12d9e08b41c9f03c073a79758098224ee8ae08e512ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7982a96751ca8c09e93aeeaa156d8ead63a45fef34269e54386f94615c708b97
MD5 4bdb1496989d6f5c7a7573d18826f623
BLAKE2b-256 924cb61e26cddfb7fd55a77af977faed4cbea9717139e0db2ecf00b843a99157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6fda54098d27acbda89fa5b2eed14621e7497fedbb4a53a4f05da6d044ef9d9c
MD5 77b07f9529408665d9b9b3e71a107de4
BLAKE2b-256 6210d73a3031af9046c43f1f7acf7a2ecc287d8a7feb6b1903440f8dab93c767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 137053bfb07ffe2336dea706c8c56e3aea073dfedc2831e73c41c288ba0d9a5c
MD5 d1efebbda891c3b16bc026ebe68609d4
BLAKE2b-256 c7774bdcf48f9cab8560c67303d4118a4f47fd6181ce52f31f336596b37d5ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f21d7b96844bc3f2212b8d088de8112b7c3d2b1b7fe106d58b7bf6cd20076fff
MD5 022f47f0d0743c0bd9c225e35efa377c
BLAKE2b-256 07a5aa2b75232f950c4ebed0936e2e346ab6e65752574827640591493d611c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d10cbb2b97432b4e04edc0f091fbf259fc3002b9c6174382cf38ac9c1391a7e1
MD5 b0d20d01932b7e2891cae3383401e38a
BLAKE2b-256 4dc25d128617d630b14296871d23088702f995d0c3d3c9b52cc23e8dd16d215c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eaf396be1c1ba293bebe1998cffc34cb41ebd6255704634eda7063d2e5de152e
MD5 0a80def32a0014a2a7fcc8125190ee0c
BLAKE2b-256 5063cd860ee567aa700b0f498af05da415c2776098894f97d1593082a80d3a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 073590ef6ff58131652c9e536bd3abe2f112226aceb47085401ed216eec13b19
MD5 c17a80777a21ec41348eb4de1f8e6a67
BLAKE2b-256 ec3e65512a54cf4c3b7efc328e20df6d2ac5ab72ec71316f02ca619f0de11d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbaf128ef653fdab36aa2016ae71f7f5648d88ce7d5ab80b73eec760e6e278e2
MD5 b2771ce7b823e38502ad0f40a33db2d9
BLAKE2b-256 aa7c3a6cb1605dcc950a8e76fe27daf887361807a966bccdc68cfc93a3c02f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f17638eded8a9f276fcf1d93c09c3443018499e2524b64b284e52422153f9012
MD5 82d8b8db5b1b24129544508428376903
BLAKE2b-256 2fc6f4476b007119f91ff59f97f3c465c961a7713784be5bb4aa61be01ec535a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64e3fc6b644449e82edc20caa54a64cfbeb8006e0dd462babef023a99cee2008
MD5 0c0a5f83ea9dcf537573f49d2e3c2236
BLAKE2b-256 f5893dfca39b0cfbc4033fd2f5ca289ad14c1f7b296e137a7c4ca007c21f37f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f4c11001519721f5598348cac8a8cb0576844545c9c061f76c02b30eb88b93d
MD5 cdf4464836b6ebc41b502c8826496c6e
BLAKE2b-256 957a970c3ed763f0dfba0d0a6de0484b725ef62df9102ecc6035a1ab5affe656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9d3e26862f67b015d612f897976ebaed91e12b382745561b33d56d363266e70
MD5 29d033cfa874a23da920e89fb66a3f20
BLAKE2b-256 ebfa457ea99a809013b54ba3163d1e17a33c7d6bc0bd819468688afbb0219c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d26d05459b5579021fefcd0ee836dc6a2000235c4c5a72f23f44161a5e317072
MD5 0516544ac3664ee30b713ce82e782ad8
BLAKE2b-256 0c2bbe1606d34aa7f68974ce8643d54c31c40dea89a7e42eb43f840ee73df165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9c2f69da2854ea4b1bf5dd0a38d4ad2dcb3aa95d0795f4f2e3f1c09c7ba2300f
MD5 211acb0143ff5385fdd7a7a9907b07dc
BLAKE2b-256 e2042f7dbf6a3f3a41c30b9152c96d917692d9ba00e4ecbc170569368b09ba17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b735a4f67cc63ff51b76a32769a7e94746baafb547dd99ed06ee7792f209dbdd
MD5 f428c7281c876d8f6eb5e0d8f6da345a
BLAKE2b-256 090c514619c984ba850974ccb2025515d5bd210b6d00e284be1c3e71b1e8f90d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f3803f178ac939169f3aff057d4fd870e321c593d01607f49c5797d21528936
MD5 030c482110cda1381010ad3a43d70fe3
BLAKE2b-256 92c8d9e4e7239dacbcd443ae9bb83a792e2ebfda974c6764df019a9ff89ae575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2d792cdef5dddd1da4bb48a3452a408daf04f4a84973e3334457b995c46422e3
MD5 258dc4bdbdcd51218f39936317bdfac9
BLAKE2b-256 0ecf6d31965d55981d7779a2315fbf29deedc311d8ca268ce47fe6e82c0bf675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbb16632c02ad4a3ee05a89df8579cb9cb9c9a829a249f01f2a99b3851e094ad
MD5 7d0d2b6f2c6b9675b436bc9c0e956446
BLAKE2b-256 c6ea5b91ecb4370be034a2dc0bbfaa3aaf3f9a64f2984639856248ba795ce845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 200e66e53a4359f6da67be5587754e34f64ba979e10c4c4778e443da5757f884
MD5 8d91f74408143bf605b1c5d1fbabe857
BLAKE2b-256 b82e8af4f88de967ebfdc5dd7933500958c39ecc49f1a6a6987a07c5ccf0b971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4742e93d3a0b92009ca05c53f6e5545acf121ea2111e875acb0ff0c41f4956dd
MD5 5fc5dcd3b80fa1fd4c7025f686777df4
BLAKE2b-256 dc9749982d0e7c9f8f27dff1999210a9e88573ab967d76e3e199825d8a08447e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 babccb4f34d95b736aae5321a91fae72c05e6f6984a8609d3e3a677b82926dc5
MD5 07a02c61d70c10b8488b3175cc4e7c65
BLAKE2b-256 aadcae5231d0c5f140003a3b8542b3cf05f59068cae98943d6ce391baa9c1050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c5f12cd6076228c6e7ab49412a0e29bd0003c08965703eb97dd402bf70ce376
MD5 c4cb9361445f321614e8657ea1f69ffc
BLAKE2b-256 62e3ff42be408c742a0e14ecfdf06dac1100c9810b123fbce02b74978f24c063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 847a795f2b672316ca978659491ad4b314fdbab6ebc547cb873fe48abef8f2a7
MD5 9fd72c3ddd4fd2edd6a825178ee83cb5
BLAKE2b-256 8f786dd2da3d82ceb1f833a198447e6ab6728211afa669598d4f96c977599d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68288a44ac91c0511248d6daba16d980027dd0be49c46dd6a1fc5864add313cd
MD5 76f9371e23f6291b2e0614706ac076da
BLAKE2b-256 da881b615bcf12ede96a8fa722aa1c4b3a52ab4502db67869bf4a4bfb09aaad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba63d177ebbe91faacedfa3a7e192d76fdd5eb9f2b8524493f4b36354e38eec6
MD5 0fb8365720f47b21975af894cc2cb040
BLAKE2b-256 a74581d0e33a5dd6a571dd1143af51b0d6f255c06aa9059419924deaf7cd9b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 681adabd5ee7993131284b044ac70e4629149f6d3538e44fb1f79d416a1b2a76
MD5 3e7624025ba2de847cef5e4bc3a3b4fa
BLAKE2b-256 9e0848c06c8d389ee951b613a4aee101f12822135744024f074913878c2cfefb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d3ad0850a228a6c551aa119c056c1d08912ff2d99cf5fea397ab7f16e285f82
MD5 9d27e0c5297dd1aa33be78ccd3ff4531
BLAKE2b-256 5aa1824f2b65bed0fd934f6a67e52e20d28f4f1b8cb8e4c7f5dc5820be3da058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f5ff10a70a068cf7e2e0bbbad58a692e6e628dd1797adf8f594812eab9f24ac
MD5 24e4f4e79d1af90958ed353b912e7b2f
BLAKE2b-256 a5bde7af8a91a45ca3524d74cd781707286c7b7a4c7e3ece005141d32e1b34a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e76e812df8dfe7071951f83c84e54b3ff2bf509f7faad3187cf2d329949a120e
MD5 cab3f1a1ecd284290fff91ef60072cb3
BLAKE2b-256 6856121dc3ebd37dbc134ef2db851623f2bca608df062e9c33f31fc1e6a0f9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86271c807a48fccca078cbe258f8ff8400772f77f2add95c18f12372aab678ea
MD5 8ee72f7b222c5505c3c47828f5b32ffe
BLAKE2b-256 b95ef75d0c0c2f47558fcfd0de3cb00240681ecb71c598d742162f17171b0c99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b86d5f2109a867d5121e8c93924180ed48df380f31fb5b055eddc7be26fc5351
MD5 434d8e13a5a5efe1f5d5c35a9d76179a
BLAKE2b-256 e36d16aa1f91534c53ac786254124e791739f3e90439bf15ccd39d8504a018ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07657a66252aadd12c2d48b0f342e309f9c1549e529412d99559c78eec0194a6
MD5 58e836fb9e810a38988b9e47db34b775
BLAKE2b-256 ca176453663c2218f81b9167691c1150390138033c654aeada557c3ae8eb3ac9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 caad7b855bf8569ddc1953ce90d015ea914604bfc1c3510ed77005698bde5296
MD5 aea78d41076d1a4ce9104ef57c92b854
BLAKE2b-256 f554b9ba925247d2ba42048fe523c0995ab705c4525cf7dd52db7ad7163cb5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37430327b8539d582404ec1ecd42dc10c8ac3a980a976635e3c74ce877f65f18
MD5 aca8238e8287455161350be4476182a0
BLAKE2b-256 230053447a5a66f00319749df32c830753607424949b78a66f62895174c13fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b15b24047aefac0120782badd8607036c51dc4a5df39a98b5aeaa638461e5736
MD5 aff2feabd9303205799bf0503fc5e76c
BLAKE2b-256 ac0fcb2ec1f5a1cf3aab5be6f3cd377c22c1d29e4f289e8541c4d33440314143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16ab604fb4dd9fde4a099e51b4df778b2b4b548c9907bf74d499456bff9d1f55
MD5 df30255742ef9262f9e5c70e9785d2aa
BLAKE2b-256 79c6a2b071c4a7dde9e6f32aa6bff2d05acd27753f3ad1b95ca2fbde5f976e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 066aca8d417db8e628cd37a346c9e03a83bbe5c2ddee6087d00c7b6af952572d
MD5 79f342851bdd1896f91497236a7e5cd2
BLAKE2b-256 7d5df81ba425d0ac718e9da692c8fee0d88a730a0e460238bfad85fb7ba8916f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a28909a9d2c2e5191ff90ada3cfd82d7ce5c096dbe2a3b81afbaff6e45fdbab8
MD5 890e1a6f8965a2b2cdd4ca1239f51bce
BLAKE2b-256 679c16f3c044a7c7fab74b72a92467f887cb0fb451eabd807846145733b76ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf0799bb8f344a953ec9d720600a9dd2df0008f11cb156305bf359fa83cdbbfb
MD5 3b56f4fc4fa24a5ac9da7916b2dcd486
BLAKE2b-256 5c18c8aed01514627a01a7ba883d6fc7431527f6a7a6000e1483793d2594c91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9be462e090eb1e79221a48b6294cd5aa2ce110f0b7b6fbcece9171a74f325466
MD5 40ce5abf0adfce5e9e0e7c87fef91345
BLAKE2b-256 7052ffdec950f9fc724ca463d7c562be12315793fb10cf6f629d3389039b05d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 59b026e80ea975990179d8084a373405e4ad23b13cfe7b0bae3ccf8166b9512e
MD5 ab120e0dfe0d00af004bd3f2b7563ede
BLAKE2b-256 e321b6b26b2e335c6be7d11e47044cd631007e32987224ef5ffcde126d3972ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c002ead1b89d4823a2814db64599db82f1dfd6915e516881f73d473ed12c452
MD5 bdc8141dbfdd2ab29923def09a16b593
BLAKE2b-256 e0a553dfc9cd1288ff2aa5489bf801b35972da617c9227109ecc7661e7b9c4ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 abad6cd4b5cd0144379d16ce17c1449a813234c987b093913d97fd70e2968d21
MD5 b6640667ec230570cd1fb816f58570f4
BLAKE2b-256 72315c6a6b70eb51c7d524622d7a7029f23605e76bc5180dcff327484ac0cd03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24f7ead1733aa664e19f93983deded9778a8b1dd8807c10d09893f02d32afaa0
MD5 8b5ee4b056f00b37bc891216e7eac4ab
BLAKE2b-256 a765eca4f0da61f709d19ec5d7005f696a6a7eb29d246955b5cda8fd6b242d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c1b961ccd8ed6fbe185460478db97d9bfb11b121520174c3927758e4fba003e
MD5 c821a47eb15e09852bac71343336ebcd
BLAKE2b-256 54f50a07dfe0fa6e487891c8874dcef72c32ed5f802735d243872047d21ae1a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a611edf0c81403805f12a274d0a3228153d7aaa131b50f3c714ab8edf257a34b
MD5 2646623d096947bef3f0b199fd524d6e
BLAKE2b-256 632444a21dc471727b4dc9809e9be5e0326476107153e8db4d62d6e66f3471eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba6cf0897148f6db5bdf178ed8351e8edb5473ece92b95f12382edfeae6cd6ab
MD5 d86d43b7deff0a41db873d9d8b2a9ebe
BLAKE2b-256 1ee877914065c2568b54501f47d0034032867bbc322cde1e73469078c53de918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c09fa5c0c4448d60d5c76aeb84e6c9ab040213db1581126dd0d2e7a9351cad60
MD5 39c189c226fb22cc70bd531f15b9aac4
BLAKE2b-256 d4fa41de814316bb0a1ee761ad2a081a51a85cb0d6ce25f3575248f276311a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08bda17d1db5174c3b6dcfa3aeaccbf1a49d1d11245774b913aab874ad223275
MD5 36b975d77844036ea4fbb88465178ce7
BLAKE2b-256 3e8fe64d1c578ea67f47f6c9bbf7ccc46002d5fc1ba9fb543cf73025d2d5bd01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd9616690bb76ecb492c6dad22591e299a1a72119697f48746d04cdd7646f62f
MD5 6f228fddc34fe3ad06218b05e50ce63f
BLAKE2b-256 4b7d06a00f85333716fedaf871b04f190d32c740790a5d72fb0ea08360a18aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2fb9fa71bd6f41a3b1d6a18f642e181f2d0792c974d9b2e3bb1c55d79ac66303
MD5 1e225a96727b5e85e4842982e074ecb7
BLAKE2b-256 740736bfe2d07e6dcf17d17fa5cfed9371765e7ea562e1002208d3546f989bab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 501e1bb8f64c503e6e7b2644d83019b07d621effbed974c5ad0f3024304d5ed5
MD5 75f6e07dcb1d867685c16dd2ee595693
BLAKE2b-256 72f8174bf01d5d893fb5c31d821ccc5da74efeecef83b425967e435ac7d339de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5212d152d5580637a26a6b846e061fdc13af11c0e2a16425116073795bde192b
MD5 3509a76fc730aeab6f847def7eeb0398
BLAKE2b-256 c76502abec443fbeb14d8a61a99350cbe971b66bef94f8642da94cbb630e3cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d97d6db6630162a6380d1a9bfa0cc06f52025bab036d4d07861fa763020ba85b
MD5 307e65ec83e818e00db33fdcb0cb3df8
BLAKE2b-256 092432bef07bc8da921b78ad0057db902cec4d61c123f03c2076129f1cace4ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86cc49f31b3e6bc197fd91e573312a0037f38d93ed2b50c573f6159a80a8e529
MD5 0274ba60b42009ab702f7ae35c8c90c1
BLAKE2b-256 a20010a30df8ef50b5b98495153dab68801cfac5d5bb7564f4c818b7b74ee221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5cddbdce16bf9adff1eb2ebc214e0dcf07386f806c367b6094fc6a49c5d34988
MD5 ed1d7400fcb1b10850f8d32449b771ff
BLAKE2b-256 0d7a071d853885b7f67ee99ba262c6ec14eea99cbd5c68d9e2b7c715069d1cdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fba80d311bc97b346566eb3cbc78419545dbd7fa8484b92442d8ce57616119a4
MD5 ffe120466e044e23306d85bb434436e1
BLAKE2b-256 653f5f9039b78896089a126b8b648f6ab8486dfe1d38b132b73d7274b2820cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f1856251d23df15306da619b13587359bd19282bb31c5e7b78560f0ea0f56fcc
MD5 388aea12b8feac5bb8b8050e40924b09
BLAKE2b-256 4edbd7c6c58c7710b2e08e6c4dc44063e6dbcbc6280e82211ef59768c0d6ba2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09f6d91655d307b80c96654e62ec39873f03a858491d5b20e0baba5dc32e2622
MD5 21c0e1ad5fc367cd73ab1359b88ec37c
BLAKE2b-256 328c609bfd876818c055c68dabca273a493f5a81a612d9c7fe920d9078416647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b3fcaf808d6ce2713611c9b0966f7ad0ec301351a3edad2bbac074543327d85
MD5 1b75d5f244e042b5f856e24f23a3a2eb
BLAKE2b-256 03b1f8647438142203a8b13d3848d16919ea57bda28a87ee858044217566e900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9032e0bf06f0f2d4eebe865624c83cb75abb33b6973786fdfac30104f89380a
MD5 f64459fd1d4922f96c645c72628dfbe2
BLAKE2b-256 0146e5b151042ae2b1272221564167ff2717fcbf92661b2f62b650a879692f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4c033b0a17b0f2512e22e0ebc46a404c70dafa550c14365a33238b74e3abe1c
MD5 4ea1f07816a2716f6e8bef5dcdfc50f5
BLAKE2b-256 d98cc34a16975ad4df5b722233797bb27f49869f9e6f803121f686868ce8734f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b46ce2ab8987ab3a3d2d7cfcf2ecf665b45796171958b722d65b9229d16c4150
MD5 a0927dd940d1a4f1a28867a79295cb68
BLAKE2b-256 96795d31334510c3e8c3c1f645bfb7dfbdcc3ca3d682885fe0fdef7c281fd312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 26ac02e408e22509a0ea4d2d92d438e70956c1bc65fb1113fbb1ebbcd87cafdc
MD5 cd0a031bb2dce8742d45115a484ed9e8
BLAKE2b-256 6105afc56ed9aee6c4fd47fabfbec5b71a0546bcdbaff48011bf7abd1bcda697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d452f16b1352e93f3961f427f9252ab5cd24db98926988867500dcd59668302
MD5 34503564879baeaf70067e48624f5e4c
BLAKE2b-256 c6cb8a4cf47f3c31cb6d9a4f5e0e7340a7823ed26b7b7d9ddd86c05b82721cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a54e8752c56cba124cb142a65d7fff02b47a97741207bc7a606c24e8ca7b7558
MD5 cfe8739088005a3f6cf0c0867c9d0787
BLAKE2b-256 e832751dd64b9c5e3df15e6ad1efbc773dcf844a9e3e8d547698cf7e43c3b6a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 328d288433569df38128ec19f36d8f2e033d62543a86292cc163a1dae2ef637c
MD5 33cfaf42d36bf4e8f7a0babc8c6802eb
BLAKE2b-256 0ffba5d58ff2aa4c133dd5a8852b31b2e4c8374b859518a6b4eca5fca9700165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5db4603c83d7bfc5f98f369f7a88268734107a4dd74afe9e7e4e3f0b953434ce
MD5 8a108a4da107ba24b2cf12cbc364dadf
BLAKE2b-256 0bfd42aa122f70517e44e01bcbf45dcb1ecb99e2201d4e40fab49a43c214202c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d92c587e8665e0ffd07f9a3cdd672f4fed6df2709726428422436bac5f827202
MD5 0b0f539de4cb107dbc4d2132aa8a1971
BLAKE2b-256 1e036d379551726de8b79689d5cdc30383dd4f14aa8f5f69c9a11c34c287e9c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c77bf3826cae72cafd777da438c02dcc2163f1bf9ea68db210b69a48723f216
MD5 3d49eba26d2df041287798a26323f0d9
BLAKE2b-256 2663244c866adf5170d6117222d45bd5f469aabd92a210dd7c3efdf0f8657025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a75b7bfd48f534221bb40e15dfbd222b44d8287b72098b9d338b0705d479646
MD5 ce4a856b230e48276f6ca11aef16885d
BLAKE2b-256 f9a97fea22013a878f1fe32b3df1537ce012f5ffaa090ee4c435821fd199f733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4d5c87d70402c0446bad1052ab613fe161485d6bf64eaa3429916704aec2972
MD5 822f69534b3212311eb50edf6cf3e311
BLAKE2b-256 4745ecd501d22b9f48222f03dedafb08a1a45a4d697c5c3b8ea7cb8a9284435a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 876c2ba969ec3f41cc03adaeee0face4f4da85b6eacbe36102ce842ceef85409
MD5 b2d484749be3efdcaf0a2c08d53cc75f
BLAKE2b-256 64d3348fc3d59f84fcaa04fded0a511ab1131e02069a516eff22b284a313a7c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fc1a6246fef41fd0bf763f2f67bb579ce955803c551b1325b8305db80b7879f3
MD5 83f208a9140fe03a42f07771c0f04d0f
BLAKE2b-256 fcb4c4cea97c34c2e6ed7cf11142a3749afd8e793a3e54aa912f70c79a3f9355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43b578547da760c083f2cc8d8c6852081d9b3ffc75bc87af522e3ab808f8f560
MD5 1df0ebeb823056b468427f7577bb38ce
BLAKE2b-256 689061fbf5f9a8247849fa99c17d5824708d73a745acfaee49bb3d39c7b36a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66ee99de74d339435475573e22094f9438570e52095f2a135327a43556524f36
MD5 206bb2e9f32ddfcf8690f6f66382eece
BLAKE2b-256 5070b9b14075c92d0e561a06168b785c85595aaa718266f9083a7b085e35eac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4df5774dc9f49f8976e84aa19774e404eac0cca62c6e480511c79787c1351c0
MD5 3a34fbd7237f40a51573f9424d5354c7
BLAKE2b-256 452e647586e17b320eef3bab63c6d78de69da1a50ad8bcac09ee3b85c541e35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88d4c44917d808981561518356275f31b5662653daa50938e98d7b2f609aae61
MD5 af65ec20eb80dac2c070f4caf360c330
BLAKE2b-256 5b0946a8bcd2bae702ba7bb821b3c819b4088c9e38e72fed1de87680c2ef8e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1765e1d5bac5441d83cfca032fc4c4cc750d4efa3dcdfe031051d0ab3b6f76d7
MD5 f377f6078e603724cbb40a421e8eb570
BLAKE2b-256 292117b3309d2045ada8a9ad3b4a2c02f8661d25bf9cd837860b3658dbfb9c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e0068c20f150265bcd906e71e7a7dba0c93004099cdd85ad5fd2cfe37f4b99b
MD5 4bd55ef14d333ab5940e102cf7263bbe
BLAKE2b-256 8df9d53aa073b367e5d90b52364563b446290e444b28201520839670058e7d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0154b08a610ebdc93488c964e545aa04e636ef29f0249c8b385d6a2c1cf1a540
MD5 62c8f61fa7c9d82fee748d542f99e05b
BLAKE2b-256 99c60b8f0a3a0d5060b4732a0a7db816001f6f8286b86202698cc8d60d0950cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f2c814190e45a0b093ed5bad6ed1e4804b608825c6169715da9da079ca7e7bb
MD5 29ba5e96107d4134df46316165bc3373
BLAKE2b-256 5906308a2e3e369d305b1c070ed91cc86db4ef57296f03db8c51674825393559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 325fa6855551174b361b426d8b49e9601321772ef0a255d8d048b40c5a841426
MD5 e2f3b41ceb4a7ab100feea8c0ea20c33
BLAKE2b-256 66ed4b02c361674a7081b16012ee63256e80a1a2cc69a84a73605a8293e27ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fable_library-5.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc08243d661ec8806581d1598c610622a02d5332d700fb785777c1f9dea12104
MD5 0f6fb2c3e861c033229284849a51c032
BLAKE2b-256 0818a26cc6a30267f0d5a9edc59cd9f77f0c6902312944e9e1a67f86c7a91add

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