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 LMDE 7

-- EXACT TEST --
fisher-rxc	0.2631	in 20.04s
rpy2		0.2631	in 20.64s
-----------
fisher-rxc	0.9981	in 4.71s
rpy2		0.9981	in 5.28s
-----------
-- MONTE-CARLO SIMULATION --
fisher-rxc	0.2631	in 0.58s
rpy2		0.2630	in 31.53s
-----------
fisher-rxc	0.9981	in 0.67s
rpy2		0.9981	in 36.75s
-----------

Building

Windows

python3 -m venv .env
.env/Scripts/Activate.ps1
maturin develop --release

Linux

python3 -m venv .env
source .env/bin/activate
pip3 install maturin[patchelf]
maturin develop --release
# For benchmarks:
sudo apt install r-base
pip install rpy2

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-1.0.1.tar.gz (25.9 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-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (488.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (513.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (586.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (491.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (365.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (334.0 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

fisher_rxc-1.0.1-cp314-cp314-win_amd64.whl (190.2 kB view details)

Uploaded CPython 3.14Windows x86-64

fisher_rxc-1.0.1-cp314-cp314-win32.whl (176.5 kB view details)

Uploaded CPython 3.14Windows x86

fisher_rxc-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl (333.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686

fisher_rxc-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (277.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl (486.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_i686.whl (511.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl (584.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (490.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (364.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (353.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (319.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (308.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp313-cp313-win_amd64.whl (190.4 kB view details)

Uploaded CPython 3.13Windows x86-64

fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_i686.whl (512.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_armv7l.whl (585.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (490.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (365.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (354.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (333.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

fisher_rxc-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (277.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher_rxc-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl (294.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fisher_rxc-1.0.1-cp312-cp312-win_amd64.whl (190.2 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (487.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_i686.whl (512.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl (585.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (490.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (365.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (354.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (333.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

fisher_rxc-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (277.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher_rxc-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fisher_rxc-1.0.1-cp311-cp311-win_amd64.whl (191.5 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (488.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_i686.whl (512.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl (585.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (491.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (365.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (354.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (333.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher_rxc-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl (294.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fisher_rxc-1.0.1-cp310-cp310-win_amd64.whl (191.6 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (488.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_i686.whl (512.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl (585.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (491.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (365.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (333.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

fisher_rxc-1.0.1-cp39-cp39-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (488.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_i686.whl (513.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl (586.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl (491.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (355.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher_rxc-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (334.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

File details

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

File metadata

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

File hashes

Hashes for fisher_rxc-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d3bb103389f35977cf172907a4b9c00ad8e896b503c7da634b238b9dd1ddc927
MD5 b64f57128873ffb18db706bcffbce401
BLAKE2b-256 144c855769d15356f2334cb26d372e6216e4a06110dad1d0b4a2815c3d4dbe1e

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2d54d8bd832d1b68c621536032461e77486f0aa395dc8934e54cd4407686fde
MD5 e437d10b899608fe697d310b816faf8c
BLAKE2b-256 9ad98d702fa1b06a4a30c58815570b4e46a2ba2757599b5b52b555d422153070

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d57db572e8f069ebc2c85142af83817d99894edc293ffc9ca806a2f9c22b242c
MD5 c5756d2447a6813222e1aea97744d894
BLAKE2b-256 2c3dc659542bc3e4328d2c8708167827a1b0904795578ab4861a551f4e24d516

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f7e14fa31a291af936fa88da75428e8c66ae9d48c9a2e0b4960f33d139a25fce
MD5 167053f90f507462e634e49270ad1d8b
BLAKE2b-256 6c3c033b65eae1296193601705ae11030e7afe6c81190b87a8d9092efdc8d19e

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a8b8b807daf55f9dbf82bceb741f3959e841a29f7c6b7d0639ca0700f74552f
MD5 8ee5c15f97f4024fbd4bb7393621a871
BLAKE2b-256 6c95fad3faa51f00e8c269dda76296422eafb294757955474310e3a12a0a4a5f

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff63fe1e987928b1ab7e5ba58e73b16c2a5cffe67dc5fbe5023815c02a24aff0
MD5 fe129881182c875c0628c4d1f7bd1ce2
BLAKE2b-256 1122decedfccac484739152a4a67daad729930f2dd302c4793b7b1bc7c214c56

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f41c21095d95be741e19442b0635c6254b7ae79ed9e84e9ec751c0cbca3d68db
MD5 c1bef0b4b80192633ffbf79d2a8fc218
BLAKE2b-256 3236a9e72aeace1ca0fd72637186472cabd585d5df8a05a839adcc63e1f41422

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9fecdf70b780d37fe20f4362c81df86ccba1619e2b87e4f6bc6bd62331ce8778
MD5 a040388eed5cc1cc0bc16f0b063f310c
BLAKE2b-256 33530c2174f82ae3ab490cb87ff486b10619afc0c1cdd51a3c24e48d808fd9bf

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7be53789e5c860cec94a5740bb197e3754d470240ace8cc7f4fd55789ea04df6
MD5 b8416174b259b78da1e2bffc85cb5a5d
BLAKE2b-256 19e1273978cad8c4afac85d579c7fb44a790b4349c4b30511e3ca967fbd2e5c3

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 517c147b2b8a30afda7e9719d19eb917e5f84dc4e6ee8aa9f9f58d99989f7365
MD5 88f5b3b3d39ca1f2e844b19031d2396b
BLAKE2b-256 743a5b17afbd658e514deb79b4508137dc1fe1133843a0f58041dfc4ced5a524

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5ba429f1de4b7954b798559edb7339c4ccaaa2877fe91c898190a4177fa2f3b8
MD5 be47aab915955daabfe2d62ee1c687cc
BLAKE2b-256 ee4075537612a43f7564c6bc61ccb5a90840f462ac8a42d31828075d6b9dcfd4

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 527b43bdf85bbb5f231e6af7cb4a5df902b2fef336feb10567091d4f396e44ca
MD5 d0a2c4ebd42c81c384ad34cd408bfc00
BLAKE2b-256 42e4975aca94c6d37479aa47f6c60a0b2b69bc2ed221dc7e8407e06c4ed1c137

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: fisher_rxc-1.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 176.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for fisher_rxc-1.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a5ff1b56f1e64dccfc7a3b215c530ce27f35e2fb79d50e37fa5fee75839e8f69
MD5 07a133f3b98a27e4f5a810eefad045bb
BLAKE2b-256 2157cb3ee151582a43a9510b4ee34215e2c49e736837b8b525b258ed7bb44afe

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a746081a5ff1b415b8fc271e2f561f226735351a38796ad54273f54908e903b
MD5 7a26219331b11846a3097466995b3e3b
BLAKE2b-256 ec46e612faf250488d0c8f09ea719c41ba802ca3764bed46565c19de35177771

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c989450c8f98f20b7f8c4049bc6b8ff83692c05e87fb99e454a154c4f9b399aa
MD5 829d824faba93ef09ff8017f1ddb0103
BLAKE2b-256 5e16b0670f4246a7c55be3b63f62a9c649d8197a3d9228da4e8ba282693f2e93

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2be3dfc9ec2e8e2ebb7db4532ee559d5eec1634f1dff665530a509d2f7a34a1
MD5 fc2806ff2b7c28557cc0e410698d0ba1
BLAKE2b-256 b0b0a4a9442dedb4a55c4e28a08f36059af23bc6cfb9f361495bd96213c9281d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 695731a25135c46073b62ccc257af0a08c9a7e6bd622a5e37bb8a21ced21379c
MD5 9a11ade32675ea3732147aa115f0628f
BLAKE2b-256 5c3b11fded6e4d8052fa38c76ada163ca0bfac121949db8dd5ffae94385f0252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 216bc507890cf1b341721084e317c2540d8b5faa56f4cc2d7f10d4ef59b43d96
MD5 1e6bc853749e4dbfda71650bc6aea82a
BLAKE2b-256 9a6f7ca47d130344582e3683317fe84901170aca994a1f52224da8f346b7fdbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 660770d9faea37bf0550f53200c8d1cac2f834174cfa1c0e725d8452a655a005
MD5 ab570b926ede6610040b10c5ec5c541a
BLAKE2b-256 59ff45792e23104f0b469247116a81fa193fd875f8b8944c91b63b7f340d0cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7962f67a298a92a667abff9de52f72dcae7f93f53456bd7cd3a5321b1c89d615
MD5 b59d62b178069d7d6bb9875f3f9b9a8d
BLAKE2b-256 ccb288b332ed319577530dbcc27072994f3373b29f68570f95f991446a2b7634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec1239626e9f78cc71409d53761a05703c1b1c707c20ee95f4a6a49a1980de66
MD5 32c0b1eb84fbfc0ce7641478dfc022f7
BLAKE2b-256 ce1c3116530cd3c8f970fe8b47badffe7836fe4363385a68557ada01a345e1b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e9038047f52197d5e794f4b9f7f7daab5d953a5e38715fe52ed6712efa9d2ae
MD5 941fe413f0249fb9f2c9b84db00a0c84
BLAKE2b-256 551a7e5dca9ede4ca04f12dbc99442a0154bf68b5c2d923cb38952b717b6f81b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f440f8a4c744e8e57765b7b1456306cb06780fab4cef2bc10b877651946054f
MD5 d4cf9dcca4d9e7404a5532f2f955733a
BLAKE2b-256 77375042447ae58603feffbd564db8a511cab62383af7bcacecd64cfd9933a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc77d17868d275253d4f4c37ce22c2ad12399a84d4eccb575c800b7ad28c2c62
MD5 953b3113f0c9feab2dd96c8eb5abc895
BLAKE2b-256 5840e62767f455d6949abf8ef2f525f86d6b158ddbb5988bd38c6fdc43a7eee6

See more details on using hashes here.

File details

Details for the file fisher_rxc-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3842722f25237b4e56cb203d7620eb8f69d23e2b411d2c1779cb3bdfdc278109
MD5 00c6df475ae00958f5a3cd0374a1f5af
BLAKE2b-256 2c3aee790378ccc2a4b84eeb580cf09bb61249b2133149f09015455ca0048ad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd1721b67b4328ddf74bcb655204da110ed2b81aac2eefedf9e6e4e5d37911c1
MD5 49962ae790984966687f78661132d7f3
BLAKE2b-256 48e93d044ab2a200be6f1d9f7030ded14fef46189c6558ee3a906208cbb0cb0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9fb0524fcbaf2ee1504f26dab9c158c71a5e7c48fb617d3f07a28af8cd273ca7
MD5 c573a3d1f4d11f3d43a527d1947df8cb
BLAKE2b-256 4724f4f2814e7ec48fe7f0f808a482932f17349c6608cbafc88bff4fd4058b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b46b536044f4bd30dcb1eb4840426e47e47a16765427e529ffabb42f3d8bfdb6
MD5 b2055b8f22347077af9991318c7cf3c8
BLAKE2b-256 5fb79424652b88f6cc951ef7ca56bc4f1a9dd4cc917dae69bbaa01b47ec33128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab143ace607013be79ed86ae30e62633a3ef6f17cb2d57cb23dc8410ebc380e8
MD5 2eaa46fa2af62a9569238072e6b5a58c
BLAKE2b-256 50d8efc6928275f9e4cbad3915f27158f2cb1fac715e3bd0255293e111d177a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 248fc2f2f618f59db218d9ef21368740aaa9dbef9bf464e47ed02175e521f71e
MD5 ba2ef008514cf14f61adb779a84d7756
BLAKE2b-256 acf5a414861637de0daf4d8a851a68da65b9972520df21734e3149e225f69c62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b365396e9d3dabff38cc7da72b4a051689123401d87932efeec8f3e379f0b2d
MD5 8ab0a4eafed1608bc92d808d03139c6b
BLAKE2b-256 5db0056b7356929b4f79da96679dd7797deb40fd86165fba128bb2463a46f260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c7c673e8be170344dd1ce357eda1f421c5236b1beb0b4024c57f49dab2cd30a5
MD5 f5fbd883c7ccb3d7ebc05521d422776f
BLAKE2b-256 b7322fad2f0f6fa682dfd856943f467da0c54321c5fc82257befff5fc77ea3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df75d1bc9c605bc939d9a0e59f27e226ef40e9d19bc7fa2ba6ec8d9da4d24315
MD5 fe9954f18b0067569e921efb32fad0cf
BLAKE2b-256 e3f63cdc463d8db55302949bb564e47db63818633e9bfd4fb170ac25e3fcee9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6685894ef6793d25f067b176e2a12b42d4bcb06100bf5424b6aa7b9b3d35dedc
MD5 e4d4da01efb3476dcf3d1614a045ac84
BLAKE2b-256 710f77ab0c99d108ee7d86b343610113f81779d7fa1d92aff2c90435ce266c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1aa94a0a614038d66fdff82d4b79e3728c5cf5210d3f676271be1447eab6ec52
MD5 80c27f9eff4a40d3a90a4574547f0343
BLAKE2b-256 83ae61ec2c5b04131ebd623c979abbc66322fd08f6ec4b8f72f1990c7296d957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5be101202b1f485a648f566654af84f1ec2bfa9cb50f0dde87a47de3752eb139
MD5 477c5adbcc1aa6d861536b0dc1574c08
BLAKE2b-256 7756bca759a5256605fd7e528505c06c387b0c21315da529994f02aa9ff72e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 375d7ea1a17d35bd5a5d3c9af0aa67a6fe2c1daaac6c5611d8f7b40facde8678
MD5 2693edb4407e3d18fd83f9b65c12308f
BLAKE2b-256 dfb7cd6568237b1ee23cb2f3928128651f12d4721d4c9f5d5bf1d47b39b8799d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6dc05b3ebcc46fd5ed3a4335c2532be0a05319ff976466abbe45e0b7dd764652
MD5 5348c4c264b1c3663cca1d117a7e61af
BLAKE2b-256 642497bc0234200f18dd839cc00988bc88189cfdbf11806c97545636d90d299a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e05741b2f3c18dc1c03a21ca99664ce63486b63290c5661dedabd033715bb4e0
MD5 21b50688e0621a5ccb582c6251b77295
BLAKE2b-256 d8ae0c23dd16d7c513717422f276a4740fa7b1094cb6db913a6d2bf275214e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f94380d3002be84bff9013ba73ca30922530407b9db108a3fb13fd4402eb67bc
MD5 79f3784885511bbde790e1ea15237488
BLAKE2b-256 579fc63d270f09a1af2ccc102ced2e3e9d966a9fbb80504a573db75fb855f0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48e7a73b14b2c17240891adc63ee0e65d2b41fe3e41871d9a91f982839809068
MD5 3151adbc35fbef1be9f344b3a38e0aca
BLAKE2b-256 a10a317c5770342035594503babe467834107d9024b3a2bdadfa5e3a48591d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ee8742c21a7cbff8637abfa3d2a6f1ec2a5adfa33adc3889a867d14d6c6791e
MD5 5c8adc6d55e2043eaf83f11eb9e78433
BLAKE2b-256 52434d6b9e62ebf6f5df2c498ddf29fd18c61632f88d6fd6c346f66bb69750a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ea35ae0f19afa09add9c0dbe09808969b8e9cc1ca641d182c118d5260668259
MD5 662c17c79c26d70db460032a5eaa3912
BLAKE2b-256 9ced677c4fb9f6be2cad86c0d323560ee6cbfe90d9238295763b226e34ce080b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57b65a0ff5b869385119dd7d150262e4b7f6d950cf413defcd4a2efd2158f129
MD5 100380e0ecf0b7aa83ab0b7eb6f3ae9f
BLAKE2b-256 90553e6559e96982a67d5762bd03c4ccb21980728ad2d163a4c76c2ca6726896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd716d06e7c2c74e39333ea47afa88e83db09351a2a7535780b80c471681888f
MD5 a4557a617a0e44d9d678407cc8999861
BLAKE2b-256 ff7ff06c38a8b2ffb38fab21e9090144202e8f71166d0371e2c69e6001605900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 52fd9bd4ec3d7c526a69550bc3bc8e829fcb15b9b77524429ecff9544f501750
MD5 9bbd64383cfdd6803efc8fd1884bf224
BLAKE2b-256 d772e981cb4d35d319874513a9b2046405671d1294304ba895a72db273a6c636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fd7e632f1825a4a70e250dbefdc31b1638c45bdf9247b2b865086a798a3c0be
MD5 fc5c54139bce35773c5f277ee945b30f
BLAKE2b-256 3561f4d7d832246f535ca7b45bde58bd90f7bac72af5212b8811b29f9ec8fb1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2e7a50d449cb6b98cdfb6b2411d999a4444754e98c4b9a13198dccca8cfe3f74
MD5 4062a6c079c022b4ebfc4fb289bd7db8
BLAKE2b-256 98fd051aa7b6893afb177cb8c849b0799fe7972f4fe7a7d55842795d54424078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f521c35fdeb4b410ba2250beb428e21e984ee6cba146d7d4c18c201e8d008c6e
MD5 f4e0a33810796f2b7b42ee0a02f0e602
BLAKE2b-256 a77b62029aea4d814db1a08d734833a4ff246c8a2b7b5198f89f8537a0b47626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d520fbe88ac4c843279e1619d84fdb482a59e9eab6ebead14ce2e073e0019b89
MD5 964e429bc009d79e5bf66d6e68eb88a9
BLAKE2b-256 cf8f8035553e706498fb3d81132bc5661f75c9766b5eddbdd13beef0acbe7b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6e8afa098c0ce6457f2ef6714b0e63961eb52cb7b3015cd3e11f2ceb5304bbc
MD5 3348846f5077a241460ea7d5a82de793
BLAKE2b-256 23af936513eb5be7d7c867739e672bdb5f05607430e2057daaab0d64cbffa7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 312fa0199d851f616a59205ed80a798e9c87d56724901bec564d09a57c723340
MD5 b0a8a7797d1c65cfc7e678be9dff7331
BLAKE2b-256 efe6ae5cfa479e42e9e33f1714606d50d433235ec12415ced056165cfda785aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 548dd057e64e2fcb071dcb67d1a300f24ce54bb16ed2ae896fd3eeb274ca221f
MD5 93cea31f96ff2be6fca22a17772eac0a
BLAKE2b-256 6859ec906df23a6d163aafd4c1ce6bf1d254909d711360d720752e13e4400bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 85f779560c9050373ac08a9dfb2bfed0776cdb7cb6fd4772671d47a5018dc49f
MD5 3d36524ceb6c2216d7af5b2d1ba626bd
BLAKE2b-256 5822f297e66d26f1c1fecb2dd2f10c5063ff5a399b594ce97b3c12ef2caaf5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60b26abc7c31185f3fd9bd57202cafd803d685223955e63299b5f15f17e6ab2c
MD5 aba017e2352b487678693a6ed8484eed
BLAKE2b-256 d015e0a50e24165ef819ab47ed1bfe08e42a0d9e002f33a6b4598328f8dbf318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b91949b8f77ec5bfc0a34af5864392f5d70276d7b526605f87ad05a69bbac78
MD5 171b7e92e5a7f14947b0ed4e6757d515
BLAKE2b-256 d1cd42e57dc1dddce055ca6a986ae18c05c305c7d1f591fd15a0347d29f67e47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9ff217ec7ce57e102598200388420a889929a6c6888f66e47134cd2177d3f5e
MD5 080ea4e3873a932f9baa43357ee67e25
BLAKE2b-256 e0e4b9ee3a0232b6b86587823eb3227646d50381e291b66b6c03a3abd79c6c69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 95643e750c719df6aa7720e7d365d149371e0fbc4908309420a7ede42b6e2b58
MD5 6b2c53ce961733e0f67eb83c6576f4cc
BLAKE2b-256 7e599e1ee171ed89ec4dfab892d2a70c35c78bbab3e3a77ddf1078779fcbed1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a452a8d6288177d89bac4ace1c272b15c076292fc37805e972de43610b5a908
MD5 cd0d7e112fcb0ce41cbb69ae88c89ddc
BLAKE2b-256 08a31248a045f16a12c267d86ca124086618ffad67ef82d745d321f188cb21ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47d832887bfcdbd249ca885e858a0428c7eaa0f00669eada54accdab02b2609a
MD5 1edd80ed6f691835a80f919e5402a1fd
BLAKE2b-256 4b1e5b33d388c7908b980a4ed023f90f3b0ab231ad75387c74d2fe8343a87728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2693f58cc7192e67c8579bafce83cc078f2d5868fdfcc16daa537e2681467a9e
MD5 8ef7b07ac34249914e8d7b05fadac9a7
BLAKE2b-256 f53405d1c1def1bf68c688cd500d1b550a28964a4cacb7b926c632b13195f76e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2df4e4699b937194866a64adf4317ec3f9fa72fa5a33c3791c65dbf82a3cd92
MD5 58ce9b510c19a3411899aad280e8cdc0
BLAKE2b-256 a7bcea93fb69a698abe129dff4a54a8274bce17927d3bfb26e8894ee0df4106f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 73d1bda48c1129510821fe55135c56a23513272c8b4b772190d1e755a7cacf2d
MD5 9e71f1fd5f062662aac6ff722446b121
BLAKE2b-256 dfd0d49cf7c49e4dbff966e61e29d4b567aa81c4a36b4a6d48d97a33ed49fec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28e9e5ad6af0879bedc0e54ee99ed9f0382c95c4dfca6e8128037e1795df0b61
MD5 c6812754b050f02bbdb138cc22523201
BLAKE2b-256 80458a582355f773f1b011dfdcdb35e24aa30907a295c880b85f71acda937d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47b26a4438f982cba52c7c4e653acc129a3f9a0cea500f9a50aefce84c65d9d7
MD5 9d6ab16a56bc9b0da15c5d8484221bd5
BLAKE2b-256 33dcaeed9fe15e1fc4c2a29ded86d73b3c1ec054ee8357fadf3c34f8c1e8f9ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db2423b49020351ccdb155426c4a27ca663c919704037aa5c5a08e8ef961d8f1
MD5 6464ff6e68ab71519db091658ce422ce
BLAKE2b-256 676fdee3518cd49b621d4439e74cdf02829fa4516c0cc49676c68d4ecf664780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 22cc04d7938e00ecea73f5105b5ce8c54320e0510c01e46f5f8393c2ba836a81
MD5 71144e4de5d5aa726c3c8d3ada5eac87
BLAKE2b-256 3729d760a56b6830a85519222f7c37dbaa600d6c77e0327498b4c4fc265e2c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c78a160f9273bb2edcdf17748b0f53fa20fd088d1c81134bb5050bbf0219220
MD5 34b12eb18e4a745cb04e2d7194047588
BLAKE2b-256 095898e8d3eb8fc9c7ca45ec122cd8b640ac0e1e0f73ccd7f93d411390867c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8202c959d9badadb5c597675654110fe092422f166634f32d31fd9a482297be
MD5 be08a56fc2a36ec4ca50cd6df0e5b920
BLAKE2b-256 bdaa41192c7323998950b236b1d4cffa17aefb69b5f61f541fc6295a51a7378e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6783f161787e2397eb18200997c39edcaba829e9740609e24c303768738c790
MD5 eab78f1a0118704d041ea3cc0cfa03ed
BLAKE2b-256 74c27e90770186e8fb997bd496972273ebbfab73f2f142b6f430285fc33955a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de6eda2a8e572334c9da612af2b74645f5bacbd2602d2fe1c6311cbb6a28cdb5
MD5 e834d8a27c723b0ec9920c3a34f024e6
BLAKE2b-256 eeb06ad2be2ff9dae11b6438a5558ec026a9ea88322b21a68f7c7603ccd2d2d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f25dd6b2a558ada5c01a02ae25bb23abfe01c45de6c9ab9efb407757e25e75da
MD5 561e94d131da33a37a3ce5df7fd095a0
BLAKE2b-256 90400ec476b727f13860474108a73903c9dedee2ba690014e73a90d620b1e34d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cd3bfac59e04cd2c6c64770e5cd72171bf6781eab1ac39eb9579f9f37cfbc29
MD5 3e72f4a85076646713d7a7d670e73e73
BLAKE2b-256 386723a2678fb15a1398e8fc36a4b6c55c73500056f93a0c818db28dcd95117e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1321acdf1c0c56d695b86724dc3f136c7467853dc817057a5f41df90257fd289
MD5 30de1abf80fef68f5d16d1e16e00c368
BLAKE2b-256 e0d2fbaa20808498acb01a2e9d2832539f3bbf9dfe47f0c2aca3baaf3fc7a4a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8be5ff1a4ae48809935b136b061fdf4ff5858e7d4384db8c588afaeff442c48a
MD5 396088aee71ca5c00cdd98c1c31edee0
BLAKE2b-256 63f1de47215ee7f244df468207e5cf1f1e98299352447c6dab6c97dafd4a7b97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55bb8fa26f57fa6f388503c6efe654b54789328f90eb582abd690067eac098dc
MD5 62b02c47f46ae3b6295ba1fbc6bb2037
BLAKE2b-256 6ce44888b4d5cb09b924d4ccf4cd25831f71fdcae1fb29ab828c2034b12e9d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fcc057511384ce01eeb4eb10ba073a8383005dc53693a687272019056e762aad
MD5 4e6942b027a5020ab8a9d8250e166bb0
BLAKE2b-256 bb70203f2f2c2e0369207d32f25d616df5532f856fbe01b5501b71ce46e941b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 50a6fb4b9a4e4c2a2bc3c5edc0de4984079ae4d62e6d85dc81c734a8215938d5
MD5 7e2c2823751ca3543b3b14463896ee44
BLAKE2b-256 718ae06f9ee65cefc3f43af8b1b46ce26828ed7b036ec093af33a0ac7e4d2fb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b93d728f368d01689d76013bae21cec9ece922f7a41c8b9f25b0214709dd8a16
MD5 9e38593579c94c7e53fe596c1737a14d
BLAKE2b-256 b47b053c00ce85804528bfa17eb27e134778466f41afd949c4309f5a7da4c832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 887dc701b71324271d6cc384be9861bce6a87b125d271d654f11068bee5df025
MD5 20045586c789dee9a5adc687dfd3d59a
BLAKE2b-256 a22a4c695deee0a51bdb3d76bfd9f95c768ee7c803f229a5bc018ad84bea48b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c95f4d108763a55352ea6183d741830baaee3096aa4f40706925752ffc6e5129
MD5 7937e9015d9c44d0b6b24677aeb5fb9c
BLAKE2b-256 4bfe6e7017d08e30da05917312286a9a02578d8c145c7e821dfbdd638c381c21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd0044a1f7361297197daa5a57da03cb0296e01ab7aea8e27315fa7b3c7768b7
MD5 a9154357531443adf620ab758b3b80b4
BLAKE2b-256 9fad216fa6ad1b1974e01b36da6220b97edafaff72a5babb772fe844020d237c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f48037e0e789ca2051555a9092850cf8550e51ed5a61c96183b08df4a03e315d
MD5 2da8b58b9f913636b721a68d1b31b96d
BLAKE2b-256 7b48ba98af3003b09c97c90defe44c8973087321a7516e0a30d9ff31eedb1727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f777feafcd74ddace3f2f49b7b003a3cb2dc3a7efe873decaa510add42be1a5a
MD5 7fb85fbb2fc38e97f6f2254cd135e5e5
BLAKE2b-256 27cc159e6a935a4399d3d31ab52bb959d8c8b5a7dfa3482d53191c434c857be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fee47cfe150ba1621c7c553563357f372452fced228dd59bae37df8130185d66
MD5 0b1367cc8522ec57ba69daab22a22be3
BLAKE2b-256 186a7823406ab9ce63e00f4c9562551a4e10b957f9679273bf3f2af0b2c15add

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