Skip to main content

Fast multithreaded implementation for calculating Fisher's exact test for any RxC sized table

Project description

Fisher RxC

Fast multithreaded implementation of calculating Fisher's exact test for any RxC size table. Written in Rust using Maturin.

Installation

pip install fisher-rxc
import fisher

Usage

fisher.exact(table, workspace=None)

Calculate Fisher's exact test for 2D list according to Mehta & Patel's Network Algorithm. If workspace size is not provided, it will be "guessed" dynamically.

Workspace size of 2e8 takes at most 800MB of RAM.

fisher.sim(table, iterations)

Calculate Fisher's exact test for 2D list by multithreaded Monte Carlo simulation. A modern CPU can quickly do 10^7 iterations and get accurate results.

fisher.recursive(table)

[!WARNING] This is experimental and may not work on every CPU platform and generation. Any feedback is appreciated

Calculate Fisher's exact test by a multithreaded SIMD recursive algorithm. Despite extensive optimization efforts, this is still generally much slower than the fisher.exact function. Only use for small tables with low numbers.

Return values

0 <= x <= 1: p-value

x < 0: error code number, message printed to stdout

Performance

See benchmark.py

AMD Ryzen 5600X running Linux Mint 21.3

-- EXACT TEST --
fisher-rxc      0.2631  in 21.11s
rpy2            0.2631  in 26.15s
-----------
fisher-rxc      0.9981  in 4.95s
rpy2            0.9981  in 6.96s
-----------
-- MONTE-CARLO SIMULATION --
fisher-rxc      0.2631  in 0.60s
rpy2            0.2630  in 16.10s
-----------
fisher-rxc      0.9981  in 0.62s
rpy2            0.9981  in 19.38s
-----------

References

Contingency table generator (ASA159): https://people.sc.fsu.edu/~jburkardt/c_src/asa159/asa159.html

Fisher' exact test - network algorithm (ASA643): https://netlib.org/toms/643.gz

Fisher's exact test - recursive: https://stackoverflow.com/questions/25368284/fishers-exact-test-for-bigger-than-2-by-2-contingency-table

Fortran to C transpiler: https://www.netlib.org/f2c/

C to Rust transpiler: https://github.com/immunant/c2rust

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

fisher_rxc-0.16.0.tar.gz (25.7 kB view details)

Uploaded Source

Built Distributions

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

fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (492.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (509.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (580.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (491.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (433.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (317.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (330.1 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (492.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (509.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (580.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (491.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (433.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (317.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl (488.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_i686.whl (505.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_armv7l.whl (577.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl (487.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (435.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (351.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (314.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl (488.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_i686.whl (506.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_armv7l.whl (577.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl (487.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (430.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (352.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (314.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (327.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

fisher_rxc-0.16.0-cp313-cp313-macosx_11_0_arm64.whl (275.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher_rxc-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl (290.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fisher_rxc-0.16.0-cp312-cp312-win_amd64.whl (193.7 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher_rxc-0.16.0-cp312-cp312-win32.whl (174.7 kB view details)

Uploaded CPython 3.12Windows x86

fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl (488.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_i686.whl (506.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_armv7l.whl (577.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl (487.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (430.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (352.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (314.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (327.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

fisher_rxc-0.16.0-cp312-cp312-macosx_11_0_arm64.whl (275.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher_rxc-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl (290.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fisher_rxc-0.16.0-cp311-cp311-win_amd64.whl (193.2 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher_rxc-0.16.0-cp311-cp311-win32.whl (174.9 kB view details)

Uploaded CPython 3.11Windows x86

fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl (491.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_i686.whl (508.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_armv7l.whl (579.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl (490.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (318.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (432.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (354.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (316.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (311.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (329.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

fisher_rxc-0.16.0-cp311-cp311-macosx_11_0_arm64.whl (277.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher_rxc-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fisher_rxc-0.16.0-cp310-cp310-win_amd64.whl (193.3 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher_rxc-0.16.0-cp310-cp310-win32.whl (175.0 kB view details)

Uploaded CPython 3.10Windows x86

fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl (491.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_i686.whl (508.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_armv7l.whl (580.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl (490.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (318.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (433.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (354.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (316.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (329.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

fisher_rxc-0.16.0-cp39-cp39-win_amd64.whl (193.6 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher_rxc-0.16.0-cp39-cp39-win32.whl (175.4 kB view details)

Uploaded CPython 3.9Windows x86

fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl (491.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_i686.whl (508.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_armv7l.whl (580.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_aarch64.whl (490.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (433.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (317.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher_rxc-0.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (329.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

File details

Details for the file fisher_rxc-0.16.0.tar.gz.

File metadata

  • Download URL: fisher_rxc-0.16.0.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for fisher_rxc-0.16.0.tar.gz
Algorithm Hash digest
SHA256 586a98deb8f79bc37fa05aa7c54ca7318f56cd5a0e79f7e68f13660c414f279c
MD5 ca858965b8665f784934f3915536d3a9
BLAKE2b-256 b94e507c39dc89301eebc556815c3e0959979f72ce4f7ea6f4f39871ac3b5f37

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c0d1240f4c05a64f6c8902d2e7f47a7620389aae0df453d324b485d87b7aca0
MD5 411e72607a68a98bbe502460f7980d88
BLAKE2b-256 8020712e019e47a4bef67e9ccdf4c96d795f935863f7c2dbb672808a885c1dcd

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09ae7e1194d40f284f12fb02c2a1ba3db3533c434c8eba8d40982a485da19f9d
MD5 8dd4e0630493da09927b4544b2ababf8
BLAKE2b-256 609c5730b3d4cd0229666439b6e82a1f4afc8f000022d207e9bb774b41907912

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 07a60eed7fc7b1d13cc72f1fd1eaf6bda19b7aaf61faed3c3c389cea1d556aa6
MD5 1f212a6e00199fd861a4fe2e07e683cd
BLAKE2b-256 6f7517da6f77580b88bfdb695aeb9f9de0c71cf642d3b6dca0d114e6ee5809e2

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1189519bc8ecedbdca3b5c51d62b59ec26d7578b079464de8cd29fb39884339
MD5 144c53f8fd1e2e234a984673ed796884
BLAKE2b-256 a0b30dd89749a7ccd2822c402c87bc0100280baac613886e3458450a3a0c16c9

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa812ee8d43b2f97cdc53c9c9d0824332867a3c2cc29aed158faba7579267a58
MD5 e3300fc63e94c350782425bb4a585f76
BLAKE2b-256 cce142ee98cc56ba198864802bcfc06b765cc30135932a85bf5f3bbe3b1d761d

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab02bf07e3a664ada3e4d341a5db4f9ff8f1c7d615a03e27fe1eadff0b80ff8b
MD5 e72df6073abbf7029b9d551b52a60930
BLAKE2b-256 33da679c9e75c6730b8c0b73992553088dc210d4d1c99bcf835e834a3c3f0533

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1fd15f1b6a229526f1bbe7232751d7532d98e400234d2877c20b353f3274f343
MD5 3f9eab24e8699fde17c8676b53459b99
BLAKE2b-256 771d6ef92f9c682de550dbd1fc6ed6fea96a4cb29d549668a293a10fbce060f5

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6c46ea27216d5a6b2a0b9071e9e1dba078205f15546c46c78047d8ff990ff57
MD5 91c3f16708380cc3ce4dafd620e9d58c
BLAKE2b-256 ed39b5753fc96fbd8d5a52bca8bb9f07ee258196d82100153a97a5e6e92de0f1

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43ae02dab2f94713b4305ad8652e6ad71236199e2ce488efbc69f30d43c040e3
MD5 864c92469f6b0b2f89890d6e8a806346
BLAKE2b-256 b4053e7c175a65036cba4f4719e98a5900f4d6383a1af710ca1526f573445815

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1402bee72abfbb1a8c98559f2839297d0cbc906b2dfabbbbee8a6613ebcff3a1
MD5 b12a7545963584ef07d61ea2d04200da
BLAKE2b-256 2c5bfaeeb3ec1de19e2f567dc9cf59c59aca101db85418e8666b11af845b5763

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 231fa4a10caf3e233502c5c07bed343501d852008927a045d5c85c3bca6788e0
MD5 e20e87aea9e849bffcf55777e8ffb498
BLAKE2b-256 e7bfedb88f9d447ca33c93687f0470b7c32981a65152011626558a3f7caa8f50

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 857cf329c61689cf964f8f55d6f523ba822b8ee3a7813939a3d663a5286b0a26
MD5 73ae215c2aa8c68cd47b974c9718012c
BLAKE2b-256 db6144769bb614dc932a02ede2533ff4eb87377d44eedd3e58fbec40b61dccb5

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8500bf2407e7a3e38cbf020261a419fd1f36f88077c7714cb4038167b357be0f
MD5 af0e0ab211a6bedc52c0e611eb0120d6
BLAKE2b-256 0953d136e15eb8cd84c24644e4c63e0bbb13c916d060a1ee088bb66bdabe2186

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 614674fecd1869344bd2d50808c190bda4f0ca17bf556d2284b808c8ffdfbda5
MD5 86cfc0b0c4e2590637bb0bb16b4f7b50
BLAKE2b-256 a628b4aa9bfcc57c65dc1d2d2f7e18cfae5983c0bd88bf9ef4cc55e2d5189219

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 340d210d486a99b76e15b3914acd045bacce01118d130fa8e4f549355be5dd04
MD5 f309392169239e5f4d090b24ab3397af
BLAKE2b-256 7466cb628d589dfece28866c488f5125d17aba59857e2d764d2b23b27af71d4b

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c2e9604ef0eb545d45cbba0cb1b1a9f478725123440e2cced01a46e636b6d959
MD5 fdc590b3f5d69eea8b8039e6e50914cb
BLAKE2b-256 d56b6205f286749cbdd9d6fc7af1df13faf22d2382be106689bb072d4e36715a

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82198ca1bfcc126b1524436f74851ac977010c78738a64e94c7c8cc7a24b1512
MD5 b4a91c836901bde5d822564d68913978
BLAKE2b-256 8885afaf79b36f106ab17ea0dc18b3c3f5452f1287d00ec04fcc81f4fe58fad0

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52d17f1c9bb35a5bf0463658f8fdae66fabebcb65cb1de00ea0b1ec7c4f860d2
MD5 a16000de921038f96d1948eabe4a5fb9
BLAKE2b-256 0f2ac05c733cf5d7d99cdebe45e33e1f5fd6316bd29e98d1423dbbb3cfa82d2b

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77ef416d4a11ad509a2ac588b3c2ef0049d76f1010947c11efcc9d464160b103
MD5 ccdf7461f204271b50c03603924d4c53
BLAKE2b-256 a700876fa17094a61c5b1909745754cff65abb0f12501994e5421f5c8c75e18c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5944d3ac485b276469147a83a98e76c3df7b34f8aeca2f84a7f44349fa81f7e8
MD5 3c1b70b0c24faab18de3aef1323d4241
BLAKE2b-256 3e2ed9d9d0513b2ea91296a82bb607fa1e192f9810dc57d2ff7549f70cfc4e16

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1b46f46964504f50477e76979009a0d6d24ea0ca108b8cf9f818640f98a0df87
MD5 f1e9add14e516c388ca44b5f27817c3a
BLAKE2b-256 804bf0689e69654d1db3e5923f9e5fa6af01bac9d6d90d5abb82f34f4cd15d12

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7db2f2854a236aae43eb78e01c3e8091a10831122f7b8494322277f1b9592f86
MD5 0d5babd6e375c4943cda6f0a1def5f65
BLAKE2b-256 64e148e3d4fd5320e42629055c8422884bd9e910e8f13dc939d191b792d0c55b

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b4d886658876e9875bfe6d36dec44fe3f85d82f2be5597462bfd1df2b2c8887
MD5 a4777da4bbfb7684147bea19d3712c31
BLAKE2b-256 f267089f3180f930c60535334942445378462b463900d41dfeea85131d0a4705

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 59b21bd5e03463a2cc98ea572100f599f420fbdf39b86e941c29b7fa4b96dd06
MD5 5412f3d19140a483c372d7d7aeb6cdd4
BLAKE2b-256 459b33490b128942b2aeb69d4654f1dc8b946acd10b5c761e42b984eaf373d7b

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e9cb78afc00982c5d12ff837c0d8042077308498074072d63f1278cd51e15629
MD5 8f9396ff9d3688bd543aa66ff059edc0
BLAKE2b-256 a2b8e4c28cea358586a8f2ed71f6eeded247c8303f7fcb8860523aadf7b1af67

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d674733ad8976982a4da11fc47f1ee87518691f1a0d57b23c5ba2c2ee36bc8a8
MD5 24f9ca24e6dfb2cce42e0ef1d0065b7b
BLAKE2b-256 74add10ca3bd00b50255dcb4fa4c5dd2c0715cd3a44dedd5a7257a2c50edc5e6

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59d94b443c08219e743c630e2a07704bb8ca768792442a0afe94f26de451e745
MD5 f5648b00f3d4536936b4af8a3cce9b92
BLAKE2b-256 bc2384eb514aeab3f4a2cacde96c4cf1456d88eec2b504247f7dc7b203431c53

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c2a9f5fd767eaf62bdf9fd031f84147682601cf19ccc063af13bd4955b0e25b
MD5 e62e994b9545aa066e24ddec842fbc26
BLAKE2b-256 32d8118a1d7b658db745874beadfeb59c6998c1aad01f9b6d537c074cf8ff0c6

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 653242c9ed68c38881ad6f560454cd896e75803821e8f0e03171b821daeabe26
MD5 856a2074450ce9a3e78a760be8df9388
BLAKE2b-256 1f91c68a183e31c71f33087f4cdfb94dedf09388117f42817f5f6a5db1b290d4

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea51f08ef10a0840b6b500ed1140a361408d5e8fe48dd422be5a85c6977cc43f
MD5 589260bd8a4748ef98ba23a5d3ab9c29
BLAKE2b-256 a151dcc4c70fc15a3e6478815c07dda0f0701dfb2bc48d50b6c91601740e767c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc8b1a1b7fe816502f100c924bb68aafd43d1ccc5bb435a63ce657290afb3bd2
MD5 6e8916d484ee33c23beb296baaf73dad
BLAKE2b-256 46bcd009a1057e0ac8dedb9baaf398ebd76bc441cacd9a1946e4f6f7405e9064

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5cfb03a9be69a82f0d44fe2da0fd3cc264a90614464ee0a71b48b17e8a3f3781
MD5 753e707398a2e3fc71495205a334b48d
BLAKE2b-256 0af72a7cf3d9de8db8764de7fea761391e79c859f0f782e31a3bf771d8e10fcf

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 63e51373dcc67f8a484bf0bd9591991f42bcda4498223a37aca841b54ab5ef0e
MD5 115acd59efbc5571df70eb5748c5f63a
BLAKE2b-256 5b0ecdfd973a1a0f4eb232fd0b768c92b697946677481054a2701936fe22fb3c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8ca622feba6ced4fa537e3059235a3e70f9f08b36b26ef6039de6774483b4ae1
MD5 5d23c770eacb7f2b9c09507e3ce87227
BLAKE2b-256 5175b7170b5fcf68567496b3585afaa65691322ee1f70a701c2df93e67aa215e

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c40d536087c7ecf8db52f09ded5e9bec6524afa75b7df8d273542e943c9c15a3
MD5 d0844528aae01198021dcd7f2d8efa7b
BLAKE2b-256 4feb2950766cb2973572aa0c0708848d7eff66f6086eb6b37067137ee124b601

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 170fe7440a2fe57a828d8dfa987324038f1508ca83eb8fe1e039e7297ee6abe5
MD5 9b8f63ff07516183189f4d548fff4a26
BLAKE2b-256 d4d0b2d620cdd9229130445d488336cf7ce0254e54c30a77c264a27475cd8238

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17f7ef0b622ee8e509ae6c9b512c97002fa1fd27669ce80a0f3a53dc3cc3ef25
MD5 1ce521d23b1685fba620b73ce18c8158
BLAKE2b-256 f97ff69322553ec88eb2c9fcb24a30c9a1ea1acc43f9eecb4f80b69fab7d75cb

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80021459d44528a8fa9eee9bd97443851985d86df3c13a0571bfc316b042e91b
MD5 dc950e998ec3b50e2b153968879601f0
BLAKE2b-256 97478948b6aefefca044f484ec18bceaadd15ef270661bd77fb8a28ae774f2b3

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6d768bc59b9f29db6ec52057c5f9800f8b5d8ceb61d981dda7e297eedc6a1455
MD5 b4df555cbc25f02f588cceb8614e1787
BLAKE2b-256 98ad0e2bf24827c6dfcf6091a7a2b5befe9e0413ce2607ed0aef47a39a3317ec

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b33c25f5e99cb8c0de5549432fb4564e1a20ae21a15340a489f8ddbfb811fd36
MD5 d056dad79fbfe488a63f6e75f6de8485
BLAKE2b-256 1300376ce6f47e4af09bfc5eab624251d679bed0a3ef899931e952c59160d8b2

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40df5b002f177b2a3136cfda81c4fdcd0f55a40848eb5d964e026f59939d8388
MD5 4bbb642e78e39a002e71f5f8a7821b25
BLAKE2b-256 a6ce4b76613775a916a7dccd5ac10e33bba59e2e2a5f61bdd7fa92cb1af35245

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ea96d6dfec60cd2b23a43be84c62c1bff33c3a872eb916f529aeee3617b4f76
MD5 db5a8c4ac0de35a629debb383737d75f
BLAKE2b-256 01571f7d4d6ce4fbc9551939167732d69d13b3ddb167758a6e6d3264669656cd

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b08ed24e295c40cee1691afd7147c019ebdb0cbaf20cc853fd0432173c8a1709
MD5 0d9c17c30b7fb7e2cd8b3e89cbf797a1
BLAKE2b-256 abe14eecc9c995956b8c8d528d42ec6f4fa4245cf2413af90c144183a890d374

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6f2efb5adc76869e4961534dd4d42fbbd4f4c0849645887155b282debac8bba
MD5 616a3692973bbe78210632486b48abc0
BLAKE2b-256 aba0cf576ba90a9f6b87c00c43baaeab1e32305f5306b755546d62b4f207a777

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37fe1547e5d1bac1989286a75ae0a6a7e2e0889585365092c3bec6d10ce79cb9
MD5 2949366a45bbc410649eb169f9d925a1
BLAKE2b-256 d9e304f70b5003044f8e6e284f4406ebaa8e1870c0a65547c3cc257b98e7ace4

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b42b6c45ef156192aca75e5466648cdd59a55618e5a19890338415f45a458bb
MD5 f8fb51245fb70c45079868e98bff309c
BLAKE2b-256 c0af87795296f1e006ca4bb5a3cf0fdcc3ef6623daba14dff47801b1618d2156

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21bf59b7d827a94b05a0c65039a58496aee93fafe883295b4d230a951924c4c8
MD5 9b3c7f7044259501e4d4ba359b576c5c
BLAKE2b-256 0a908147afeb95bb4915ab576cd1d425de0c1983fb9816440c32ded0f1ad9cf2

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 50ff0fddb9a2b7eb65680be7c65aa00c72db57f24675624b65419b927f0cfaec
MD5 3e705b15dd507641582b1f5250c741bd
BLAKE2b-256 58dafbf807b5bdddaf25418e5f41526e4db89850b9279deca5db14a6a667a665

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3081e4a314959dd51b6bb00edb7663374472db516d5b4c26784bd5e9925eda6
MD5 2d1af5b6f1aecb2abbbaa3a56e020017
BLAKE2b-256 7097c01ae6a1e97ceb35dac7fe428cf4bb3dd98c732ee65abe37c590637f57eb

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ce3110a8eca2a7e5d73333cb6580b3ab54f3e7ec25ec886cdeeb0d2d133de86
MD5 d895b669ae64065c03446a7e853e0a5a
BLAKE2b-256 6cdaea040ce2fb0400d6d9479218682a251b994d47ffddc743ee8acae86b33fa

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 636d8068578aa9431165c611a7a4aec3a5eb6fec50b015641afe9eec0e6fc4dd
MD5 ac55512a4b00f1765cf51fcdaf9ae7f4
BLAKE2b-256 24f3d418b11decc212e4c61acbc6eb506fc65da0102df11a90dccb02fbb39843

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63460a0df489a1599667a130b9552b8a3faccd48424463a896522a493a1d9258
MD5 b0bbd39c5f75958507d76aa36608c359
BLAKE2b-256 1de7dc35a6cbcb04ebd17329a5c90ab6fe9a6ade49c4b62f9dfb0ba24fd1eb4b

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c13071dbd33b9b2c2709494abe51935ea27a0f63e922e509c5114a55fa711a9
MD5 b8a9a765b74fb2aecd901895d9c7ed5c
BLAKE2b-256 d193b5cc0bfb395c70d80d0f6a8465f9f42581463d6a2d11884d1a745618b29c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 65cf2f9e3e2a56b44bd40ddd117d9d753903a080e81c13b6c7a625a4da7aaa63
MD5 95caa477b77e25618add7c2a5d59e810
BLAKE2b-256 ab09794064ab4fc1ed17fd3cd784140abb2e47f50226026dcfe2731b7dc0f416

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8472acee9e14b57202cb8a96d298616fb9ba1833bd5d98d7490e9a99677fb6ab
MD5 40ecbfc6ba9d13adcda84c9a4b7be922
BLAKE2b-256 bb5b42498ad4cb4c50afb71c55321c3963ecaace00653f7bc9bf19f12e802e77

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa7148a0830949f809e7957f85f1e100a80b43939e9c20fe75592c4e52e8506b
MD5 72e61ced132c5ad6d7dbc19c2ca8d11e
BLAKE2b-256 92e30089152e29a7e6f46c08052db43455228c95c4de905bcd2e5c40aa094966

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb537621a089badebb33b827ada975b8c2448fb63e280421ac07c340f84ce582
MD5 1b27e5abceb892069eaebfe51f68a30f
BLAKE2b-256 9f378049017639955215291554f531f199f1389e95b713cb5715c1583f2591d5

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b81550d81e71d8c1ff756aad4c46cfe44a6aed239c581b97c5f4d78ecafd093
MD5 12ac454d8d07c6aba180d1cb9dff7a86
BLAKE2b-256 e6f351f52e73f3857c0eba215248f265f535e339381095fd11c898fa10aee287

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb4abf6f7744282d3ef93dc875445ff84801a12a890c17e8b730f3721831ebcf
MD5 8645f700aac0cb55e03932ce72bd38f3
BLAKE2b-256 93116b6c32b162bbc56571942a6307b09f57115822b8add61ae18ebc8a4468af

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3edd46471e47d95133a3d5a6445f7eeffe75c04cbd45dd12a04a67c08f8bec5a
MD5 108e9754cca906c7ec81eed4832047e3
BLAKE2b-256 05a570112ee697ef194d52277f56645c3a91de5cc43e098ca547e8dd58665ffc

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 115ae461aa62f350ae2a5287cf5acf214b88bcc366a2c59f49bf8af490e12ddc
MD5 caebf92aa77fc5861a6b4ad70699f053
BLAKE2b-256 82aabd33e6a6fcecee7e85bcea43993b3cd5ffbe4990c562af3f2cb23b91beaa

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7137fac966b77619da510a55bb99058993283a76bfbcee1253ca13464536940
MD5 e0ad4ad3e5592e552b6f61a304bebffa
BLAKE2b-256 86ad0e35d239f8a36a074667e62370933dd9613ec8ad203cff754bc13923f25a

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 573f05704ad01ba0dbe811c1ecbd8e6c0049f23ce7200053e33fd619c52a2622
MD5 40b638c174b4f91049967c5962dca2f3
BLAKE2b-256 a609d20828a97896e4c8812470883f3d7a4b43a0a06719ba83a378869a206a16

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a12c0cd5abaa2f9996c4109443be6e622ab6173cdab5030aae8ce47ce462b798
MD5 97f3641cc21730bdc8e94735f21104a4
BLAKE2b-256 bf0381af89ec2afd67a486aace5376d9209a7f4f259d3e59196365a5674ad0c6

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd7a14b701dfc6b2a245263758ab21a29e6267051271f815687f547be130986f
MD5 9a29b83360b59f442ff5b2741e5f439f
BLAKE2b-256 85c71a6b5c5b671c137c617504706c4b7ac8d2a1aab631698b8506b88a6f1caf

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10e6c7e930e165eb9fa5fc94c27ee3030293b91b393bb4b13c8c5f67697a6e20
MD5 bd524f9e8c51502ba2ab1461d9531e95
BLAKE2b-256 4e0948fc1beca2b471676d889595b4eb3d2343d55ee83d4d2fff3b0c2da3ba9d

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 75a0c73664420396e884a03aab868cbc65aa24ab67d99deebb85a5d6195702f6
MD5 f1dfefb269991b50cdc1d8507f1909ca
BLAKE2b-256 907cca9fe35fb44a084b94c6002e5a8fdae1feff45f1c9388501f2f54d02919c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 225e90d4e67fd5bbb17d50733b6255fd38218247de8852d57cf35a42d022ba15
MD5 e3a1567c27e9cb7f23354271beefa2a2
BLAKE2b-256 b1e573f68991a1c682ce21d7a2e4649affec117f309e3a0e3ff3188245be81f3

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3a482e3ebae95964b3006d07cc1959ad7fbaa9340a2e856f59d45a61ef51470
MD5 f2ca49bcf394e92bb2376676cf755bb7
BLAKE2b-256 bac857e8f7e4fba839595f3843d41708dd72b1ad30acf88002664bdb96b8eb5e

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 adb766ec248ab5bdf75b815c3ea28298f48691b9fda3304fda36abb50ef1b748
MD5 5a3e0c3cb1c01206955f232ba154f67c
BLAKE2b-256 274d7900564ca5f7831fcacdda991ac03b392c1054c6bba53f97f8e972645121

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ac831ef27540ad53b434387698f16db80fbc3fb80d56bf0facd7c726e61faa2d
MD5 33488c874841a9cab6e99f4e40684633
BLAKE2b-256 3796543c83ec24562f99d53e47d5c64f475a153fd6c231bd6fb6a2a76eba3db1

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1223598525c5efe5d5377e545643355acba4f078bd59aa68fb08f7c09788365
MD5 f51af01362a8af487cd13bbf3c939f72
BLAKE2b-256 dabd3df48bfc5b58d15c1964a921cc70619ee142c541659934868c3a4b1540af

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 211569dcfcb7cbc5d6c8be14fc21c71e48dc88ae801334f1a48adc2909d2d64b
MD5 33358f906b53be0dd376e6b37975fdb0
BLAKE2b-256 41e8bfcfbe1b81109434976a867b40bfe0b68b8437d30be96a04512c8686635a

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe5a51dbc4e03dfecbafe055e0e4c0c4ea134ccecd9d488dd3bd563ea023ce80
MD5 f4a4b43ea013b833120bcc2b6428d2fd
BLAKE2b-256 c4417d5c7334ae7f818759ec2e44ec130082ac96d705dda1f584fb10dfdd1863

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ebe232302aaac7e20b7dd822f197d2505ac75b60372d38b9101944dc8dbea977
MD5 88d36b1a6cc5b949043b138011178689
BLAKE2b-256 84904b926c3f41b7f3e9ca3562788cf6463000b57e4adad8344d5bbd900a6e87

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0597c824027470a69c30a52983573e6797fb93360e06fb73d88bcaac6210e788
MD5 71b14ee667bb45d40f4f754174c46e96
BLAKE2b-256 68bd635837f187b13a7a023236e0995810036cf35dd3955f7e2d39d14bb8deca

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc6a02605f13adab03676440cdf4f6427cbc0184ea0163be60a7761b11a4945d
MD5 86f670ef34b9ecc146c9c130f59d536b
BLAKE2b-256 3a848a2196a96fc2b9adc38f553761fc93e52807b78896ebaa4eff25ac5b0d01

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2c118d0e1dbed077a4e4d49ea847e79eb169bc57e28bc5d63fc8d3d35f6c8db1
MD5 2968582bc198024d44a4e22da8b67832
BLAKE2b-256 3d7c22ab4d934cca04fbb402d48b3e1819e777a20773b2779385b97ee17e4656

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 aeba27370b5c8f18fe07237421e58bb501d77cb98ffc1c0624efa4417f5fea15
MD5 53b6592b826d19f8a55d3bc68e367568
BLAKE2b-256 d40b6214e771337dc8f1dbbb564a03c10e754be6637b305e19b90b59c1f97324

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: fisher_rxc-0.16.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 175.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91353134fb30980a482b7454e09d3c75d06794064606d34950b9038a05a615ae
MD5 2e559c97c8085dc03a79e16401d86208
BLAKE2b-256 3007db84bde62421500ab591692162650fd5420acb8ec690f7add7fa7c953f44

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29c53617f9467532b5c1839db43f5065b2ddb244f2d67b9610a9a9ce5c6c7300
MD5 fcd1279605d4c94baa7af9b4fc94957f
BLAKE2b-256 44a3880e2c43772d0803cc65c49b4b1ddc22527b69d489b96f321d6a9b9bd75f

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b80d229724e6e1815b97312bd9767444bdc4e0fde606e56f2fece0eefd10f8d3
MD5 c94708d8c26ad6f5e5db58fea4bfa73d
BLAKE2b-256 d4d941f5d20017d424072a75e3339a3b66938d6b351f5fbb10908ba3392a429e

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b94489d11fabaf59af477a61d943dfb3bc026c28deb44c9d5363890a3d1074e
MD5 be595d90135a7edd1452f5688523f507
BLAKE2b-256 e434ca6fdb146daf1982c7c01580bd9fc35cc96bf714ac003fb3988e74e8690d

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db04cf9c1f619018fce42db2c98aa7017a16c1e8c6f6f5cc01103cc31816f51b
MD5 659314ae23f0f1321e4497a1581a8fe4
BLAKE2b-256 bc2c42efa9b8599d4eeb7014066f338a81e39c16c8e2bc82e308f206c1923c3c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b9ca0a36f689f5ef7a8318f99e55c223dcde64145e4c7d21f690eefc4cd24e4
MD5 3a54c9ad631c5449920665d6f714eceb
BLAKE2b-256 d97f22871be4442ca282122585f2d59430acdb138d37f8f1ec5381d9f93c1728

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3e0bac0e1036acfcacc016f3d61b242837763b19c2e12358dbeba9e455430cd
MD5 3cc2c3a177b89d990e6a76b0281fd287
BLAKE2b-256 9870fe1062f122a90c9b4dee6bd3246221a73f46f0c35785d3f684ec1d350be1

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba231882d453aa145d9502187edd5604f79e77b16b4b2452e5bf1a0fecd32989
MD5 296ce15f48781679fa5563d156265260
BLAKE2b-256 45a0a568eb48c6851c1cd7812ad1a1c7a94d793f740b4dd28ea7f98eef9e3279

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 69e6264c8abe845206804873af0855725034f75130eb6ec3cbc4ed5933d703a1
MD5 06fda368cd186938bc1b0334764fd9c3
BLAKE2b-256 a522d1a0a7fb141a42bebd917b5c020a710a0e9a33e4df42f1fa5c15e3fc95fa

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a6a4b856f880aeb04d9097531fd2874b27cded25511e6977240942d66c60741
MD5 c5e6e5de22cd02921d9900d5e42fb751
BLAKE2b-256 56dc5ababb03189819c13861dafa55c690c1ab77f8fe3e7cf62ca8cba3c035cd

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a397e3186493146a0ea19752626b5cd1602541d135a5628eaba81de4ef3e152f
MD5 1bb89e717c10938c8d78802794dfe995
BLAKE2b-256 9d42a6bc59bb6513b8f4601b2098a8148c403dcaf029a7789582ca17391d1a83

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