Skip to main content

Fast Fisher's Exact Test

Project description

Fisher's Exact Test

Package image

Simple, fast implementation of Fisher's exact test. For example, for the following table:

Having the property Not having the property
Selected 12 5
Not selected 29 2

Perhaps we are interested in whether there is any difference of property in selected vs. non-selected groups, then we can do the Fisher's exact test.

Installation

Within this folder :

git clone git://github.com/brentp/fishers_exact_test.git
cd fishers_exact_test
pip install .

Or with uv :

uv sync
uv run pytest

From PyPI :

pip install fisher
uv add fisher

Or install the development version :

pip install git+https://github.com/brentp/fishers_exact_test.git
uv pip install git+https://github.com/brentp/fishers_exact_test.git

Usage

fisher.pvalue() accepts 4 values corresponding to the 2-by-2 contingency table, returns an object with attributes for left_tail, right_tail, and two_tail p-values :

>>> from fisher import pvalue
>>> mat = [[12, 5], [29, 2]]
>>> p = pvalue(12, 5, 29, 2)
>>> p.left_tail, p.right_tail, p.two_tail  # doctest: +NORMALIZE_WHITESPACE, +ELLIPSIS
(0.04455473783507..., 0.994525206021..., 0.0802685520741...)

Benchmark

A simple benchmark that calls the Fisher's exact test 1000 times (in scripts/rfisher.py):

calling python fisher...
iterations/sec: 3000.62526381
calling rpy fisher...
iterations/sec: 289.225902364
calling R directly...
iterations/sec: 244.36542276

So the cython fisher is up to 10 times faster than rpy or R version.

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

Uploaded Source

Built Distributions

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

fisher-0.1.16-cp314-cp314-win_amd64.whl (81.9 kB view details)

Uploaded CPython 3.14Windows x86-64

fisher-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (491.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (486.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp314-cp314-macosx_11_0_arm64.whl (80.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fisher-0.1.16-cp313-cp313-win_amd64.whl (79.5 kB view details)

Uploaded CPython 3.13Windows x86-64

fisher-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (495.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (487.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp313-cp313-macosx_11_0_arm64.whl (79.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher-0.1.16-cp312-cp312-win_amd64.whl (79.8 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (495.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (488.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp312-cp312-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher-0.1.16-cp311-cp311-win_amd64.whl (79.1 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (501.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (503.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp311-cp311-macosx_11_0_arm64.whl (81.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher-0.1.16-cp310-cp310-win_amd64.whl (79.3 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (476.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (478.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp310-cp310-macosx_11_0_arm64.whl (81.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fisher-0.1.16-cp39-cp39-win_amd64.whl (79.6 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (475.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (476.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher-0.1.16-cp38-cp38-win_amd64.whl (80.6 kB view details)

Uploaded CPython 3.8Windows x86-64

fisher-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (497.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fisher-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (497.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file fisher-0.1.16.tar.gz.

File metadata

  • Download URL: fisher-0.1.16.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16.tar.gz
Algorithm Hash digest
SHA256 72abfdf2e696c5c8948783ceeb1d1e0887616bc7a0f2d9f2dd87db727c542c3d
MD5 9e3025cea99e665035875f6c98c4ceb1
BLAKE2b-256 2407c8556074067e367585f36c1e1c419c3085500497682d7b76495877365225

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16.tar.gz:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 81.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 26b4ecafa8042f9a814a543ffa561786ffeb91e6d1b1dfaeabb959a28b1954dc
MD5 23fba48d95590146b8ba658a689e65be
BLAKE2b-256 6fd6e1c3a1dd1e4cb205cf7e01b7b715f1a8a34fb21753fcffb86c6bad1d6d0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp314-cp314-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2d03016bdc26d61abb86c1aa0e587c8850fcbdc09c3f2c1468b056ef53f71b9a
MD5 831247635774a6162add7ab16c977534
BLAKE2b-256 17f85f5461a587fb83516af9cf7503a18bf7db6b0ebec41c57d2b0ebdb4ac29c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 66ecd038bb0d47277f0ee7172f496b941bd94717ecfd816482cf6e9320580f38
MD5 70849fceb94f47cb95508b3710a823c1
BLAKE2b-256 a7d84032de1959487c643e9be5581613c3c31c88e657e3ab7ef09d136a4be691

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0444d6fd905573f40deec4d98f7eb99c777ebbeb0729edf76af1154a4a3e8174
MD5 00cbc45ac7e5315f30635d9e82720428
BLAKE2b-256 791dce149b4bdbaa05aa175404fb0b59427cac7a171addebbebcdc4ef30220df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 79.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 af37a278f41138365d07219e3dfd8103f8e80ca238d86dc24e7fd6f974dd818c
MD5 481305819ade16967a4ba8d50def7a36
BLAKE2b-256 710e3447148deb604e51f86afdc0717d0d9c636534cea6aef4d1eba3d910c806

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp313-cp313-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2a645d2297b37dcb80fea950a296264daa40c50989f8beadf0e29d25b09fc120
MD5 b740fbadea1e32b7c27ae0b8987d269f
BLAKE2b-256 860b52c835a8e61f4f2e7f53fa1a1e3944026dc8a115be82f2322281f7c2a546

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d302f92e2fa69de0ff9d5331ff282baf27f8cf5f9d748e83bbc3767b9dd08381
MD5 42b04c5e9a21a95e8de98402e364ded8
BLAKE2b-256 9cacf29782715960c717d2b12e366575f7943233d50ab432a5b149acacecd715

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb324f260cc5b906282e4a051ad8493be60e30b24b175e374a387042281ad166
MD5 accb800f44ea5c39c35c98ca913cbeb5
BLAKE2b-256 53e5c70d1e1242bed7c6b9bfbe7db62ee09a8aeb6983bd4619171accad14cc7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 79.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f99bfe1c2c97d168c34bc7a6fa4c833c1f7c58e4333fbcfcf9c675efdd5eb23f
MD5 29b9fc5b928b76742fe021b75dbeb3c3
BLAKE2b-256 d8372e8eafc5b0dd61681e9f1a643b1739a0f9f10490914ac8442f82448e9d7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp312-cp312-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d108b5a2cad44ee1aabe32115ca4d4058a642f97a37a9c15c49162ac00644ead
MD5 c309677198b6fb226f4b2926ab22853f
BLAKE2b-256 beee4d7b3e5be163c53fa1818e027b3d260b4379882065316dc71bc1593382d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 780210187ed6cfc38a950ab7a7f5e7d822e04357dc9ce62c2e81083a8cc5a743
MD5 24a8bff5919b4e7667ea1062e40d8a75
BLAKE2b-256 b01a938a1e872b712f1c3eaa9f2554e4e1e65f6ae454e92ccd2c283eb09750d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 507f69aee93971615b7e680abb7479b3ed4f849f1fd27daee4b2b2298bdb7abc
MD5 d2682b2d622bf344b5f237b282330381
BLAKE2b-256 61b4c71108b9e379069347470310d4ebe5559a4245f6d81f7586bf965a98313f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 79.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa90fdfae11f01a93eacc28e590a8db645d4ad25c871ee07c2ea05d7bf72af8b
MD5 db67d64ad3486956b329708108b1513b
BLAKE2b-256 05f7f28bb39c0e2551f5f3459126a5cf3881d7b33cea107e150f494927934744

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp311-cp311-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 42fee8aed1a588cf51d94c0e2ebdb69aad14c1388a12f6fde8281000b938d6ea
MD5 90277b3a68100a927a897cc75c3a170a
BLAKE2b-256 91ace4cc158496670f78388fe7b061a4fd2ef5d610efe0aafbf0c06fd037f8b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7f9bebba1d07268b8f6d1e765808d54463659a7d207a9a073d530ab0ce07cc55
MD5 da3a1475cc8dc5b236c4f200d8e41c53
BLAKE2b-256 462a9ca431aa4e69970b0d4cc7162a0dd7387fe1eaa1dd411d4e9a42f174df1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d12eb4e2c1585b0903bbeaf32a4ef0cb061e1f46d9f30b49f26a18710af7b28
MD5 995ed50b68c9db7e1c021f09327fe2ba
BLAKE2b-256 f2494ad050eb36ffb4ee5c991c98c66ad51bda66aecdf78689a5e07fe9ab75d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 79.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b7515265c184fa7d67a4a3f6a264e40724dcd10f0ff9216787984e7d52ce2b09
MD5 d5141049fe3e6adeec1b5bb4a0439e1e
BLAKE2b-256 b7bfb4431be677d9f2cf2a1ec461f246caa6ea2043f4c366ccaf17927e06f2d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp310-cp310-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b39b54392ef8452e8f796637a59a6b85279029b94844a41a5b4606a344684f95
MD5 545c3f4fec9674debce6b5fa77bbcaff
BLAKE2b-256 333c5a2bb7f50d925bab8c1ead00534c8bcc7e2f93d9fafa0d038ade8c6e7b67

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3df7823d8f01b43d2215c6cb3aba5ec3d87c958941dcebb4d2b5f9a13aa10aa8
MD5 f4f2d758861a7ccb1adc2c1f431ec041
BLAKE2b-256 967c9af77cd72332d7d239dd9d648aa26d0ed734773cd58eb9c9679e4bfb1862

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 666aa907191e665e230638bdefa0db7c0a11db03c316503a124c248270fd3e3e
MD5 b2bd11b949acbcc0949fc33a45a21c12
BLAKE2b-256 a3c46014855266ad5b0915d9e9eb807f3d507142875597b59d678f84c79ebab8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 79.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 251645c77ce65b798a5448c3866cd8300ff337de86972162edba09e7423c4c32
MD5 e534020ad65c15feb6e9274f6da74baf
BLAKE2b-256 cc7946251f430b3ee0e6f31538cf6f69779618cb1e7be051d6b47c7043a1a687

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp39-cp39-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 acf148dc4d96dc553b3ac97f750390ce48219daf4add918d9e14bd594c3f14de
MD5 94f889f48e4611f2a7f6f71fb67bbb88
BLAKE2b-256 5364a8fea9233abbb24304bdc58f8f4233ab991620316a727468f6bd2081ea36

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4f81d7d5372ac363e104a87a9bc8e9c38db98114162e582b632516cee1b8766f
MD5 72f766a0f8e0819af9a5e71af48968ad
BLAKE2b-256 50160beba3abe4fb4cbe53143c73942b972284e5c37daf0068f505f5503d087e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fisher-0.1.16-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 80.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fisher-0.1.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bb92bc440b4e20f84b3337023dff4bc36ae4ff5a3aaaf77ee9f5b4b4836a4384
MD5 dcd4556c31fe15bf0b0d26d9d4e800cd
BLAKE2b-256 bd7c687945b9f0f875df0f99ab170a65de45890846dfd00dbf5d76c9a4ca0bc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp38-cp38-win_amd64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 04541eab0ef7c2995d46495a3caf9597a5676cb1289d1784ddc8a83d71d81d92
MD5 3ad48e208e387b70dbf95b3a8729f166
BLAKE2b-256 ed6738ecfd8fe8cf25a5bf465455deabf49a9f4db4d8366af99eabab3814df4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fisher-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b5c7a641e86fe146cb88e424fc92c72b754838a0aa6a817389259abd7e36efa5
MD5 af5d3771716e1a59d098bbd246dd44a0
BLAKE2b-256 bbc2135c94f1865930482e0f82eec5f1380fd8e2e6ffeab1a1642e7b31b66924

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on brentp/fishers_exact_test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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