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.15.0.tar.gz (25.0 kB view details)

Uploaded Source

Built Distributions

fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (484.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (498.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (572.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (484.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (440.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (321.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (484.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (499.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (573.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (484.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (440.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (348.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (321.3 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (484.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (499.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (573.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (484.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (440.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (348.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp312-none-win_amd64.whl (187.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

fisher_rxc-0.15.0-cp312-none-win32.whl (167.3 kB view details)

Uploaded CPython 3.12 Windows x86

fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl (483.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_i686.whl (498.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_armv7l.whl (572.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl (483.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (434.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (346.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (309.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (304.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (320.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-cp312-cp312-macosx_11_0_arm64.whl (270.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

fisher_rxc-0.15.0-cp312-cp312-macosx_10_12_x86_64.whl (285.9 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

fisher_rxc-0.15.0-cp311-none-win_amd64.whl (186.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

fisher_rxc-0.15.0-cp311-none-win32.whl (166.7 kB view details)

Uploaded CPython 3.11 Windows x86

fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl (483.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_i686.whl (498.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_armv7l.whl (572.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl (483.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (438.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (309.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (304.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (320.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-cp311-cp311-macosx_11_0_arm64.whl (270.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

fisher_rxc-0.15.0-cp311-cp311-macosx_10_12_x86_64.whl (286.4 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

fisher_rxc-0.15.0-cp310-none-win_amd64.whl (186.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

fisher_rxc-0.15.0-cp310-none-win32.whl (166.8 kB view details)

Uploaded CPython 3.10 Windows x86

fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl (483.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_i686.whl (498.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_armv7l.whl (572.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl (483.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (439.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (309.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (304.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (320.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-cp310-cp310-macosx_11_0_arm64.whl (270.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

fisher_rxc-0.15.0-cp39-none-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

fisher_rxc-0.15.0-cp39-none-win32.whl (166.8 kB view details)

Uploaded CPython 3.9 Windows x86

fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl (483.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_i686.whl (498.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_armv7l.whl (572.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl (483.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (439.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (309.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (320.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

fisher_rxc-0.15.0-cp39-cp39-macosx_11_0_arm64.whl (271.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

fisher_rxc-0.15.0-cp38-none-win_amd64.whl (186.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

fisher_rxc-0.15.0-cp38-none-win32.whl (166.7 kB view details)

Uploaded CPython 3.8 Windows x86

fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl (483.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_i686.whl (498.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_armv7l.whl (572.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl (483.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (439.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (309.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

fisher_rxc-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (320.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

File details

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

File metadata

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

File hashes

Hashes for fisher_rxc-0.15.0.tar.gz
Algorithm Hash digest
SHA256 d5c9bb71bc3d33b02d1bd370c050f28b00664e32abbb7470bda10b2529d31e4b
MD5 8dd89e918204a662d6b5a1755511b2e4
BLAKE2b-256 eb1aba37a73ac27477232b46e32f9cd18eee2c53fb9bdae633076e89fa27ed16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b4ec523fb95a0742a1b4e6ad68dbd59dbb5f50f406c4989fb31f3da90486232
MD5 61806eedf6b660a80231d7116c33364f
BLAKE2b-256 d29fc491d079271aa713d102fae9f33cb59440e4e661dcfd80ce06fd18bb3456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 075bceb1012a1602e3c427d5776d2fd706c8a65b1c89c42b6574d8df68540473
MD5 192ef8eb08b9ba45f9fa0eff3825a9d7
BLAKE2b-256 12b05bcfa90a360035ea876ed7c2340d6360a8ddab63aa13a3958f50c631bec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 356a164d801db3eb406d5aa0575d702e1cecbe405d218afe6fc029a71951a493
MD5 66c8cbe9b8f5a30697dc70ea205be4ad
BLAKE2b-256 e659989429c72b8f3433f78d2a4b1dce16a3739b92a91381bc7f8a4ecd5142b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d890a166123d05abefc492ca271e021bc5fa24735844bb6183db13260769a32b
MD5 9d84afba8a01bf48fd9cf97427e196a0
BLAKE2b-256 1613b0e9957ca773797921220102b6894aa7c1f55d2950ce991e14d5a5381926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcb670d697d6d00a1acca359007568a5272d44a393721a85fee41024d83db4c1
MD5 a9db458e82ec2298e1b031d3be51de3b
BLAKE2b-256 4def8191004b1c9291133d830e0c44d49b946d987989543bc24168a32c19b3ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c602231d6154a38848d7fcdb70e65cbddef110e677f8931595bd2d6eff01065
MD5 d85981fecb0bb2c94c5091a0c3413cdd
BLAKE2b-256 c4d54a7d91c22f922958f2a1016843ad836996df8195cb46ddeb44cde649c030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 08a289e27a96f637b8a9d18f680b3b09df4baf6dc8627433a26bbcb6775237d6
MD5 1066b60c32e54cbe0a78f4444b0a7d57
BLAKE2b-256 9bea9b40943e506b0a9a7872258f4bd6789a68b24e48eb86ac2e138a720ff718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e62651e477363938bf4f506f2406a4887725c5f8a94f02ab68ad9e2fe9231e8
MD5 5e0db32956718119c2379b124c59fe1f
BLAKE2b-256 a16e687803942d44302cecde4efa3caa68e2bc1e5ec450ea22e7faa6439dac62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1d9e378bb581cc931a869a858672b1db79155ec59d7d87d89c3ed8091f81759
MD5 8b4a7e93fdb714e8d0dae82f6368cfd5
BLAKE2b-256 9078e1d3beef60cee71668e7e2c1a71bb390fa62ceb1ddddfbe92f848572d5af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d4afba60ac787b03e88fa68270b0109e3d8141e85621063caab2d7ae9ff265f
MD5 56f9dbf16213eaa60c8f6a70490d9a80
BLAKE2b-256 8419c6a1b9f6f14054d2f24d2e18e48e36ba91004204327b5313d63debaa5c94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7afd42224d050c7bcf99b5699cc7827d588d65d7533975a25b47f5b10b6c4bb1
MD5 c20d48e6d17d4c58e6eb1e50284f51d8
BLAKE2b-256 6e34d63e82222b006857d8a4b20c7b4e9deb996032df31e3e7240e1c8b720d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 87a4185b37bdabe15bd07d0004c71103f77babddbb50d4fd18692c3191c922a5
MD5 947102bc4212461069c8bcfec2541edb
BLAKE2b-256 a89140e264a14539fd290d84af3990a81aab35edee4d7e9a46b93e6fc72e6e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 11d6e2a3ab578e23a2bdbe3b0f17e544098e9ba4f88a5efadd1c0bbf8cca3a12
MD5 9516ae0b9913392a2cde95d8f47592be
BLAKE2b-256 1b27c18e17256fb57b83083d8056b09b2aacb56d19e48864b683c61748fe9704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d609c9014916f98afb896647c8ff4d02ea65cd04c08c59770e4620cc346f248
MD5 eb6da691ebe16a39e5cad77702980e57
BLAKE2b-256 80dd52466b574db2ee942b060e1133b2729fa2725231ffceeb841dab0731aab9

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e7116a2cf88af8d95e14fa4937280d57f9751421e7f67510e4140973dd1137f
MD5 1c87337372b036d1b6b9599514a1d3f7
BLAKE2b-256 19eafcbdddaf8ff8fd6fd937550b005225a5705eb0a46c6300652f51440589d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 58f5bef11814f64b4587dda20ec928df4a3b678668bfad57f1834821e49daef8
MD5 c806a584a03e504abf42aa0858c1b377
BLAKE2b-256 6f5ca38071a75d093ba117589fcba4d27bb48b769ba207b5a4ac808e52ac9631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9bbe2a885a80cb980003161fa01553b048beffac5aa5c65b50ccf4cc14f4065c
MD5 6d345bfccbc1795d3e6ec1c56c15c37e
BLAKE2b-256 91bca62994ebb95f5b02ba6541a74b55c82a19bab44d83d0de89a91ecaef6737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc1738c61d2bbe45f54df4b64a5e17e8fb49b7692dcd92083634d70636adae99
MD5 7a6ea5e25b80849b8662bc943723966c
BLAKE2b-256 77f37cbe808bc63d759e79a3e1709c602ab240cf8078e5a981db2edca3964d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26a052f8e3f8ed6d27bc4d884095cb864add35fc42b051bc1ef30f868bfb01ff
MD5 f18b423d2f5399c6736e8f944e86d8cd
BLAKE2b-256 4c9b6dd17f6cda2d092893245dbe2a5f6c5cd343afcd9b8379ec18cad10ffbe7

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d594e66113f28f92cf601dc66b8e9607d1c360ccda8bc24557eb042351b3a0a8
MD5 d92eae83c9ae5fb50f41328032d89910
BLAKE2b-256 beac7578bf9e81ebd053a6b0426eb63b36b7257a2f6a990c840ee0e7989d3282

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8337b488745e5ad0b9342d4cc178e415cef2dc77d932a919c838a9aa01b9b0f
MD5 e1e274ca53b6c4f5b6b886b0f9d6c2bc
BLAKE2b-256 4f754a770d590661f1c1f780fc9fccb5831e6bf62d03ae4b550436911c1b243c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 443b6f86d03f6d84c9bfa25b8228a59f02088d3fa605921f45de3e827066a22f
MD5 1e9343c31f44d0a88a0ab0b477a28635
BLAKE2b-256 dc647db84fc0dded62433c77a6ef3e025043f184ffffd53b454ff8af5e8bc219

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed38101cb22cd0d5ddff830da28bd58fd74b4a2a7312bc053af209a6fb6867f1
MD5 4d5ab984314ec4aa26c43a5f1321f228
BLAKE2b-256 949ce2229d531d7707cb061ca3b62fa22947f5301cf0e8d6d7f8ea97272cbadc

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07d6ed9fcdb7c2aa97d70a8f176d02b003a4d713452c46e49d953f11185d5645
MD5 246185410ca4e546f5ae56a7a3da0839
BLAKE2b-256 c5410d99f0e62252469a6cefa4aaf727726fdacb9ccd15541790eadda31c8415

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a458881daa3dd3da79ddcd382b5e30e62b7b7fc5ff813f19d9d1f75fef10964
MD5 6e9a9cf766cd7ffe6b8460e849748060
BLAKE2b-256 73c7fdf7e54895378695ab9c5d8dab24c1d47c6b54348a753d48ff04f18723ce

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c43034d007e8238e72898f3686a052ac46754a90c8b7f446d908b8bb3582319
MD5 e617c5c6d233dec30551e0590211e8d0
BLAKE2b-256 23362149477abbd7acdf1ba30359e9cecce49c037f67e68aa864eab0ad9217d7

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 915955a26ec8cb2fe239e81408fd8425975dae267a2598046efa76b7c928b749
MD5 40e35829a1281d75adbe429db90e2825
BLAKE2b-256 e23b53c5b69f481b46223d3b7855c5a8434de29cd38042c14db6bd3e33099649

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ba4d0f1dcc2dedfae42d4fba4d5e73ce7c713f4c9fe3d7f4403b2e2cf4e6445
MD5 816128bf7eb3e1cfe1773f43dc87d748
BLAKE2b-256 17eac92649c378380bac6494ebd44c9b81a5f2d82c57213bbbad516e3ee46e27

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6a766d33ad66f9ed3ad8dc7d4abb0dcb7a4dd950b4130e226694081102987326
MD5 d2dd36db592f60d1e5424fb0550fe50e
BLAKE2b-256 7e79d1e4ddd66600623ddc7016ce071ad3095e7a4cca92bad8a3a296025dafc3

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 98ac563d45ecf7d8739459b17e70d99113425996b8d3673cc4b98e5600502fe8
MD5 b97a727873dc775fb30ebd282ee6d9fd
BLAKE2b-256 f2929d00a649f95cede1d02f1e154a44c9cc7ad22af3bb8647524a735de69c3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0702d3dc16dee51a24f8b0928b7356271102134ad687027163581fe365b1afd7
MD5 599105e3b94b1f0a22d67529a052b7fd
BLAKE2b-256 cf538e78a9bd578c3c0627852c6a193ba85b59b4817353b29023fa159300f02d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bbdcd8aedf7b1d440d51c8ce1df683d8adbbbf1d4aabf68fe6ac0dd56ee78b3b
MD5 ac1b78b4b975c927be07f78cf46a6e22
BLAKE2b-256 2ed43436f846a63cc6410712b67a140cd2f5379e800245a0565c67e083e548c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c2842b3aa269d3bc7a05bb6f5e88166e338a0b4e16383655b6bb3f6040c8314
MD5 5594397b39df5f97812f83763a171104
BLAKE2b-256 3ddaa1711a8a171b4185bda567acddad0d2ef568329abcf3191acd95bde588e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c558a275d2093f434abf73682a3b09f2ecd5bd2b1ada81dfb56a3c1baf4c0792
MD5 be537e9b8a18c236b94fb849635c25fa
BLAKE2b-256 ae651ef721955b87724dcfd7034bcaa484661536b22ed96c154cdca22e440d41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b37c46c1fbeed9820c907fb2c76f943a0f898c37586dd32fb68e68d84fae6ab
MD5 7c12f3fbb080558719589daf561336c2
BLAKE2b-256 30e186033e77f7bb089c7070f72628234a8a031ea86af9e9b37f2f1d963a4d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c7f6f88b449c38b267990f6a67f60d5e7323df4675945ba2c0eaccd3c14c73f
MD5 02d28542aa67d2312da6b0dd715b0eb6
BLAKE2b-256 03f7b1c57dd27873a5eafb79f14707c14b089c6cd4db7709ed592b8f93700a24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9112ccdadac0ac1203bba50baa22b0a7b2e76d5d3b6172ecacb403e6442e5a24
MD5 492f8a17b2ca543c116893d08c24c3c7
BLAKE2b-256 1aab2aebc534bedbd45a070d9fee1c9e00dd9d490ad64ab88102996cfb2c45ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b8e480d691696cf199dbeba1b1c2642f6d8080d90e61e0dc724d35102a72aca
MD5 ddcabcf423c2100ffb80992741fb608c
BLAKE2b-256 01a1dd701d875c21accbef8552314186b5405a44cef1a18d14c46c8c656adecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea612cd8389646115946988d9cd7540c8393fc5b78a25db62334f5d58e1b6bbd
MD5 119a803288725679f6e188b8043652f6
BLAKE2b-256 2f8f0bdf5f81b10a93608e2bc9869c8a260448de3ee3671f294f10008579fa65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 986070f833570d48979864c50f71eb2c9f25eb5366f98c62d68aadf29becb6a1
MD5 70e008a84c252daa8cb53eed5d980c43
BLAKE2b-256 0ad5a47f8f48f24ec9071140a556525d524e265275743b1629b0c8161dfaa06a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7471d49aba81573d3c82448670fbbb932ecf829c44387693033b761a4d7ae3f4
MD5 7ed43a9db6ae87231f1fbca2b6036a19
BLAKE2b-256 e0f9bbd661cdcbb116ea2e1599e7848d6d895b3d7cd98bce5d35242d6ee7dff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92a4cff2cca4fb2277849e1f140d6e68ebfc8a6d02fbb746e3369221ab8f2bda
MD5 feda59aad952546e84f510af98e03bb0
BLAKE2b-256 656f853353cc685427f65cf3d3ff70a0cdf6cd9a9f8e0c5b287d8170fcb4ee3c

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 da1ff0cc59943d4fb237efd2c9d4d3777094dc785c8a0f4aae2ebfe2a06a20c2
MD5 4039e34bbbaee4209455e15bfcfb2f33
BLAKE2b-256 87ffcee69ae84ce0371a053e7bb4210f6924d6895a7be75c34f234a94998d279

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 94e288eba64b3481db327826b516230530f2dbad1d66ad11e67a81c074e60abd
MD5 7d36587c1c06b5f487221091827d31ac
BLAKE2b-256 3f06eba4ce05184049f0f091bf5c8efe89b2b76076ab86169bff50be7729bb3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d284a975dd92750c390f961103b6049fecf30ae72d0375a809168178bf58be37
MD5 026014fc73e230da9adb1f8d83102809
BLAKE2b-256 fa9e9a68d5908641080464e930251e6d5f7cf7491ba4a08da963617a50633b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 74c1be3b4239d60176d91ca77eb7cd51f575f45b4ffb0281e2884976a6fa307b
MD5 9a747054f584cbe443b9c83690b3af6c
BLAKE2b-256 b365b86a803934c0d4c040a15039eda757a6d8d273fbdc439e18f60e703c615c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 de871ca0672635a81b67394741c8e499badd7afc78f47956857a3aed35d3b6fa
MD5 9c84d6a157c229343da5dc19e409b598
BLAKE2b-256 cc112c793def5bc15406cc43458a8a42a3016d63c5bcda22ad0c85de0e9e629b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 006529930dc91e4327f42261ccf65a8860e065fe94e84aea1464e56527079a2f
MD5 66a08a5bb24d5df2e442f00ddf3b6719
BLAKE2b-256 722b964f5a5581cd3353dd1a39fb369b95543f3ed6375748013a644b2aabf9f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dc6fd9e39d3541c04c2088c04fa65b4251a6f8d9c1bf331a4165ce560442554
MD5 6c7997bc52932488cc34d8fd7bd42f63
BLAKE2b-256 3846a5431f37e1c732505fa07a0981725bfd9acb2032d2c832f5124b2b0653ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cddc915f421cc3b375c11003b5c593f071c63dad871ef9d9b48e17dd1c529600
MD5 a689fc3736deebe4186a1f5806fc768c
BLAKE2b-256 532402c3ef30d27beb8525d7007ce135ef29f267242b06f0be364b727abdd10f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e180a8f818eb919fc3f089734ddd869c15faf229850ae173259fc9fc3a80c2b2
MD5 a28204b92697031112a5c645400478f9
BLAKE2b-256 1f0f1f5299b8da0a39320e95f41bcb5f57c0364ac25a77e35f622a8c130caf39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7db38107ad47423fbe750b78cd1d4239f68215ad7dd55fc730de4a7f97c5a8d6
MD5 b3a79b412cd191fd05b6ad8963de9917
BLAKE2b-256 adfea2ef89fb3d87ab788b8db025008f4fba35440bfb1ba6491e5205b6dd568d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41f3a677eedf321e3e691a125911a94d2f0b7bf3c4d8daa504c7e9fad71548e8
MD5 badf7a5510fb6b5e0e0954a0263cfa29
BLAKE2b-256 ff01f08dbbadd8bf0e5363bb28a2e551471bc6d8a79dc3b3ae63e35dc738ccb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f8dff2fa41207d37f5f2d30726d47a487ff425bc1c87c5965bc3379d7f61ac92
MD5 9cac18813b0c4817850fd68eae839329
BLAKE2b-256 8c22098ee5b66f8149c23a7dd0ae90bd2326b39ba29675a83a5993379fad5402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b4379da19136d97c2191ddf2c468a25525166af6cac8676aa59e21623b5cab3
MD5 ed5a2c7a2b45b8b0cd66f2fb202bdbb8
BLAKE2b-256 479f81d9047889bb0bad2df99f4edf50229a0d950e2914429595cb781515ce3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2bb1b386b10385bb2ac1d8ab578a5861562a4f2bbaa64f4d81912db33c73682
MD5 22c8584b978992243518a9f83a8ee732
BLAKE2b-256 932076f668479f722fcf78a763d0657713dcfb7f98c58da22cd39a1bac408574

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 6ab94acaaa45192bff0ea480803c659a2c911eb7faf13ca280fdc7ff888ee2d3
MD5 c0f7ef57bc2b8f5372fe36a72c9c34d2
BLAKE2b-256 911ce064bcc740284420e357ab7ce1d6c3abfe7ee2680d86d0fcb82accecf026

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 3f766623c31fbe21a0d0a8d7e908b4bac5fac05359e64402968e5d23ec4c73de
MD5 6c1cc6f81d772abe313e61cb9c99aa1f
BLAKE2b-256 ed9a8a91ee25e038261361bb2d3d3a0df62ea2e4ab0c78a8a00b7eb52c74f145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d39a1421c11fb5607dd140060a78891dade4a6d8a7a4305973af53bda2df863
MD5 2b11cd5d41aa571006483732eec86a32
BLAKE2b-256 9b6af074a92d4c19827fb05b84bc738025e195f5b8a84cef3173bd9580931eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2239c166b2a00a090481f31d693b03d09fc229cb7b5a1d68af49fa51add89a19
MD5 2b204ab3df97daa9e133748310b543ab
BLAKE2b-256 dcb1b5de1cfce75710e83cd862827b8f28f91b552f4eb7d52cf7d5a012cdfebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a12f3e45a6fa54bb6ca027fb07bd447a7b8bb310f19596c181492c45d318adec
MD5 d74caad69b36a1825241757726ec4103
BLAKE2b-256 c0d849ffcc62915fd66ac59c063ef1e797a0bdc9c081eaf0f009d0b368e66aa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f585ca70cf234047d011de8ef2c52b3dc563c9834f051df3604d651f72fdf5f
MD5 a7d0cbd36352512a7aa7db564400e21d
BLAKE2b-256 381e7227deda7719c1f3c6977592ba9a59eb8fe137590d1d3ef0f99a3042a7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 392b91166be546daf6086e348a8ad04b37c98adb8191be3173f69322d5cba35d
MD5 5870d6d1e685d63d6bf720c1602df4be
BLAKE2b-256 12696bbfc5c220a486a82f03127da0a958627bdf8d4e86ddbba11e4067c2dfda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb0fa176b67a02ef06e287654b2e5921e91645b99bb9eb7e08f1e0dae7a72c53
MD5 fbca306d234d43417aeeb183e08c6781
BLAKE2b-256 78180c004de682f00c00ab2f53a83823c4cba4f4380ae3e96e50c6a995c1cdf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1a891a0190ffcc5509c0e2dabdbe0c0e233a415d8aace0f00e6ae08df19ddb5
MD5 4aaba4ec3e4a79622f96e62187e3e943
BLAKE2b-256 6838b6768c3f1c7e3eceeb93e9f306eb86860fe209e6dc97eca530e7ae85034b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 819bfaaee936dfcd08ee9b316bb3f6d3d1a3f4196c0d04a677660e3291747d16
MD5 d4fd2be3a4d37fbc67044b587b2a3f45
BLAKE2b-256 51412304e7fdd7099a925f01affdd1eb10a8270fa29f81dc98e9e1951ceaf416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 064bc6926986ea635aa9abe233291b719d4f69764d40c538a1cb3ed8c3b95191
MD5 9e8d34932fdd6090ab16fda8a2e63c86
BLAKE2b-256 e2b37a7c3d5fd1a72adf86181dfa2e8ca0d03783eca8cad1e86a80d1d8beb0eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 454bc8391634d776d806a5d457e6e78840aa72da9821e3a3ed10a9215c45a121
MD5 b2bf9127c26589ad27ec9797a13ca5d0
BLAKE2b-256 d699afaab51260556f18a3bba8743679bd33c0102e7f2033866e4513eb8d4195

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62e8b3dcce4ab554ed7f52d09bf941e72ecf530931f260b24b9dcc83be47cc9d
MD5 bb84cde295fab3adb23670005a48b225
BLAKE2b-256 5e7377b2086b83822aa8ca339e559423f75e12f0ab6112ddf7b6a282ac966141

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 80e94dcc6de93a9118fe83bedb97bd8f6f36bd1f7d858914533527d9136a9bf5
MD5 db61f4619b5c5702fb490c65567bd55e
BLAKE2b-256 9ad9bf99180d49fa5d863c79f50bb1fcb8f7dfaf89958b5c264ef50eb02bbe87

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c6285ec016a2bc4ffb0c9a1a03f2c82b688746c02cf34d99664b5e9626311890
MD5 8b4b50becd5a49765db457d356a89925
BLAKE2b-256 b84471448830bbcb3ae041cd6cc6434e87e272734dd1c3bb6d77ef52f8001187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 893d9a1b55b64fcc06f7b05f07764486df53277e950f680abc28506383b37eb2
MD5 c2f871db3e62d3289fc4938cac74ae5c
BLAKE2b-256 842082eb8c33a9babbea53effd79089362a4a76faa5e0c988626ee1c41246a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb05a584c9cc30697daa56a120d274a41bb55f679068680191868521f1185572
MD5 2d78ecddb0d8973ce178c13ca343ac58
BLAKE2b-256 31d42ce2a6e82447bc0ae973d4b44f1c6cc4e0c6d110ee03008756b5669ea178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 02c6fe036def1bb266b233f6bb790666c49f2d6a108eea59d3c89d0a0d910bf3
MD5 7ba42827f92faef61aa561941bb29550
BLAKE2b-256 bb966ea3f1d48dc38b0e0540ea7360839e92eed3012b2985e8eeb45abb8de083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8d5ba54f68a2644b3f4832b3c285456941df28cfec9500e22c7244c2d0bb66e
MD5 848cc69c8c95194f893ca2f73bafc6df
BLAKE2b-256 a8c091ff7b5078e070bdab1b7d6e9ff86dd6e3e75a2b307f026f7e1e5d382e16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 926d05386886d4e9f4749980f9f6e3524698dc0916f17fa9deebfbd043a126c0
MD5 9bf3f769e4498b655db6e94c8fd5e18e
BLAKE2b-256 80be5e6e0e43f5ad493c906aa214a713c4010ba0897f68aeff472cb3341863ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d75cbaec5a63562cfb41fcb531b5f539055d8a9ac16c09ac78b8de368ccd28f4
MD5 cfbb4918e4c9093a38b6014cea89b93b
BLAKE2b-256 0da4af27ecda62f3a86379f9d0da745429ab9fa6f81e85fabae357aca4d013f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffa78b838ac8da9f98a22c3195b38c6bdfa5b391c7164f94be0cd03e3e718faa
MD5 e9133587cc3fc19ed2375fb5d0671850
BLAKE2b-256 bfa3875a37057199b8dfe6b8dbe11feb33b23b56d354d93b0f6f7ea8e8458b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9cea33fbefb9c9cc29ea96f1469a3ad17ca05a672ed46e7ed1430468e79cb75
MD5 63dcf1d94624a3eab10eef7b1bbd007a
BLAKE2b-256 e10e3d784f5697fe41183c78d7c4c7dd15d31782986dc7100c298d36f0b9af67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 baf95c9567638e065ae33d53ad64397369085f570ba44eb28f3b4383c531d21b
MD5 f4535b584c40b45761b6f47075d71987
BLAKE2b-256 90f5c495b408f746de348defd84ac35d41dc7ad07a23c8e8c061b205282b817b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cffcf0a24c4c1fb7dd94e44219039c75d2988e66295a164d61ab7991bd3981d7
MD5 e020343fd0492bf52ba4d7e322297565
BLAKE2b-256 55ef4e2bdbe2e9b2f34279b0f423af41dd4d1bcb081629a8f3c9475f992b45f5

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6370cd68b40cdb7da768177ecdf4cc5b2a5d51c548adfeae4a03ab02ce225798
MD5 ac571ed7ead4ba4a742459017759ef85
BLAKE2b-256 04e2b1635d731b1f49c98e2f40026cc2e7e6346d6daa365936b21a7c6a67ee44

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 17bfd1367b486168a55d71b3f62ca42a4c7d4d24e7d336baedef39f23118d74e
MD5 a3116843458e232303a42b1dee4a2378
BLAKE2b-256 950c25c27829bb1eb2ae0ac7d916e012f2a6ed78012f885cd6ade533fb034460

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 e9eafe31361baf93506d3a9f9edee5e776efeecb5171d1539ebc0f0ee23b02c8
MD5 4bb34ddf0be1e0734f578f9cdcddb9be
BLAKE2b-256 0125cd932fc8fd5882a92086d418c5b28b4fb028f6e09bf62aa0fd58f738019a

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b20dddcbca56fcb5b441cb31a5f9e3e9f76392091dc621429d97fa68da3fc878
MD5 bdf4a5a7f280b42701ef5fba982d70fe
BLAKE2b-256 6609fc9f639f5ef69257b58239055dbec33aca6383644dedd02d3055b1d630cc

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b56b81ecb30a841c7465913117befc23fcb74be43c1aa8f7a28db9b5a6e4e41
MD5 87312b2fd712e0637193b4a67a9d15bc
BLAKE2b-256 1686cd8cbb397f6bff69aab9fcfd3fd0dee787314728aa318fd168fe9a13a4e8

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e464dc9a9eb4d631b0c06670a4f9bd12ef5b73ba223f76bfa7fe2322665eb8ee
MD5 7238704305c29d5d8813494e9d2bdf45
BLAKE2b-256 fdacb4709d81ceef7d88f9b05495c89ca9ef4ea79139604f8d4f99c39691a1b4

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11e8fb8aee3cbdd7bde61c33477dc85909c454cadc44fa5a5e41905e8698f161
MD5 0262bf0f868175cdc85dae548c739201
BLAKE2b-256 bdf39d836729b13e8ff3fe64b4a1be9031bccd6ccf7a6fc4877551d6593b5a27

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 654ff1de62c798a775a037dc8427e4ef84fb7956097e544d7f71f94c82025c76
MD5 16cfa03f80aae477477a7a597b225e9c
BLAKE2b-256 6f920a44c1126ad5879bcbaaed9180e87d756ab626644fa41f904efe6c839dea

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 62ead5a6be539f4019b5017fd42ae9a10d2ebadf5329e307bdb954bb644c5440
MD5 26e6e516a939f854a05cf029c2dfe9f9
BLAKE2b-256 23a5ea1f7d1153181148385f6cc5f8cb121880ad229af69ec482ee49d31f3a07

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0863129319558bc83e0b864c05ef5f2982e4e6e4d04ba786f7ae1359214e2ed3
MD5 539a7cc0fe3fa87e4b59885568cbb260
BLAKE2b-256 ff72554bb152cc33ff96aa7b5e4acdcde97cdd9777f3f6017f89095fd8c044e2

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee6d50c24138b894a3c2b74f79e072837b9fdea3908d249c167c25eb5582b606
MD5 abfcd5ef01c967c5d9f99fcf576e00cd
BLAKE2b-256 f6b417bd48ce4784c2768d2d2323183012a934afa5834c162fdd5f9b85c44a40

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2154d3e9e38d6f626bf0ac86a01acb3578df32e4887016adb5135cbb11d97504
MD5 8fe91b301a67b43d9392fb0a908d446c
BLAKE2b-256 963ba46eb7d36654a2faea1c61e63c1c2ac58775d6a98278172b26c855b3fbba

See more details on using hashes here.

File details

Details for the file fisher_rxc-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for fisher_rxc-0.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 be17ec6b12b2edc6363ff181a4e9234ed939a3530caf2d0267966ca03495cc70
MD5 df8053ec6bfa99f6214aab8710055874
BLAKE2b-256 0d87fcce9d90c3af8f1183d8261bf0bd76fa6075df2e7bba896bf7e7a9fa1d99

See more details on using hashes here.

Supported by

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