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.2.0.tar.gz (26.6 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.2.0-cp314-cp314-win_amd64.whl (83.5 kB view details)

Uploaded CPython 3.14Windows x86-64

fisher-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (496.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (493.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (82.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fisher-0.2.0-cp313-cp313-win_amd64.whl (81.1 kB view details)

Uploaded CPython 3.13Windows x86-64

fisher-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (500.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (493.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (81.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher-0.2.0-cp312-cp312-win_amd64.whl (81.4 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (503.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (497.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (82.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher-0.2.0-cp311-cp311-win_amd64.whl (80.9 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (512.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (511.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (82.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher-0.2.0-cp310-cp310-win_amd64.whl (81.1 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (487.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (488.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (83.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fisher-0.2.0-cp39-cp39-win_amd64.whl (81.4 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher-0.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (485.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (487.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher-0.2.0-cp38-cp38-win_amd64.whl (82.0 kB view details)

Uploaded CPython 3.8Windows x86-64

fisher-0.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (503.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fisher-0.2.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (504.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for fisher-0.2.0.tar.gz
Algorithm Hash digest
SHA256 086f7696c287f8ced84231911400be59d1562cdef2ce4ab3cbc8ae2512d7bd5b
MD5 e1bd3acd7f9d02036b599bb0ef7f09fe
BLAKE2b-256 03ed6c4a1ab14fba77ac5911447d3f82beacdbe087252749657099f2c55bdd07

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0.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.2.0-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8d9dbcf23d63450e83947991bcdfcd102de45ea227b91fa58dcbaf4189d8ea75
MD5 059a7a41a33d15fddcff27cb11f77c18
BLAKE2b-256 b4546bc2e8c6d09baef3ef961a4507a92ad6a2f9f70676d8be3980ca552a315f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 60566e4774e22518bbb18c3223a3c567c6f843f84c294e3a3b2e0999e24777b2
MD5 8b2abd2885fc26031a9bc6939b6a85a1
BLAKE2b-256 9ff979b840a3e8414334e80d76d49047ebcd9995c346d99aca3a82f8cb2cc3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 28b0a099eb2c9e9054aa16538a293be13607b91fdef5ce3975c6aa6868071944
MD5 176559377cad4992329b843e9f565b22
BLAKE2b-256 c9977ae6871ee03e7347f254a03a961e1e7524a17f1b81929d09bfe1205ee79d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baf07c70904d3b6ec645f2fb1cf6c6392859912d1ea956a4644cbe7d3bd970de
MD5 7ad2197a5905f58bff07c534c2f7539f
BLAKE2b-256 90f1d47e1a0bcdf334ea7468290667bf2937ef1b4818659cd460dfe1a951aba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b0a3ef462f0ee079337731b9d3d5a6c62274f2540e814f0822d34c3f4bbd020
MD5 296fc9053c62bccd55aacb49837936e9
BLAKE2b-256 570ff8f48156a0678f19aad8b178f261dac51294d37764266c283f310a8cbefd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4d0581c3c3f24a0e359e49e40dcf2a668dc0fda0051724b38bee64ace06823ba
MD5 c5e61ab8d5d1f157cb0b20bd4a243559
BLAKE2b-256 e561b6e26c9a2ec2d9eaa3702720f89d3d6fca87f00e505317da87a99f214901

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0b401bb806f30eeb22ceccd453b3c616db423ad262115c150e9a7c02301a05e6
MD5 0cc73ccdd7b5c8bdc56cbc9691bb4fef
BLAKE2b-256 d172a1bbf1f57476c4374c7eb8ef9c8824454f18ac5e1cb0752e216a08dca3c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b784c95f8b2f3aa26cc22d25fcc4d17451751dab43375351ec13f89fdb76fd7
MD5 13cc41f513174e0050285b64e2a54ab1
BLAKE2b-256 0ffa5fd6bf25e23065bf0b563e51896b99986c92770b73b84c1b3ef5dbe7278e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8121f13e7ba5ad6bc022c46491637f9d7ebcfbe3d257c488fe6a26b8deeca40c
MD5 6978600336945332f386d8d4ca9f0885
BLAKE2b-256 0ea55605a44abaf4673561a6ab0686896419d5a7517e08727d24787c0b3f17e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 aed0d6757b5efb56905be8a13ce7aeb8ae2676aebb56b605ba5158a615f9adfb
MD5 dd775d592658544c2c414fc31b0c41c1
BLAKE2b-256 11000efabef60f7ecec09ac069dd4ab4b33aa3138f5dfdee52b0c39c5b797961

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5d58aa44354b2c3d357cf3d3c3c683a03653d0c7cffdd626058625ac2f6aba5c
MD5 1022f17e6a1121545f86fea2851bd118
BLAKE2b-256 dbc7e1a913beecbf46b80f7751b85d836d159179d9ede4d93d963d25d4b4d2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf2c71b3ba8df58caa67057c5c05b3397033d2909bc4e2937c1d34ff07fba839
MD5 93c6b59da32f82e542b355144917910c
BLAKE2b-256 f79d57d21c7eefec8623b67959843a79701f62025f1ee4fd5ca73992006635a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bf194a6c5b030d145c9f7125287745d2edd905250c3f6c75af60ebfbdc8de48a
MD5 97d9a5d5225857ecfec350b829eb3e6e
BLAKE2b-256 08e11eba3ad6de0bbaac21adf39fbd5e1e712e90ae793c90663a105c4e4d9b97

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7305023157f957464c2814367e1ba70e3830c4bb461b622b61baf19bc2398de9
MD5 841de85a5d94c00d69e8e114a38db428
BLAKE2b-256 07fa57f6ff6de2611a245b2cb01ee545628bc0ddc173190c3c6bfddb5f9f6263

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e6cb31988583c49f193f407a11b6586802bc31ae3690a6e95b1b121810b3284d
MD5 8b9f387ecb3a5c4fb39c15f722b89842
BLAKE2b-256 5e93d15ebc0fe6b5f443e0189635afb2aaf1983c84ae3df6ba639639b1805d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c14f4c2b3b9e24cd9dfda24f387a2b502f2d6a71cf02ccdc5af0c0fde3a2c39
MD5 81c2ca205ead3b43165248ec689cf6ef
BLAKE2b-256 f0bf3e0e70149649c9a0c13e5b0ecfa3b5d3a2b56d6a89a3ae61a9b5d4d72271

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c3fff317acb9eba8dd7ed65fd5d91162b957c3478fb84a44d495bce91a10c019
MD5 8a279906b57f64d88bea168bd974b959
BLAKE2b-256 9f958c7945cf4e1e4f5dedfcde506883911cf6d4a7e054485d008f88e989a8d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 af3ec63ba7c9412a8fca897dc2cad14605b06aa10f056b533604d9956ee979c9
MD5 bbdb014b73d83ea44f90775a6f5a429e
BLAKE2b-256 8f12d240d3a914cb46d06827276dec6e439fcdb9d211d8f49bda777338c704cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 213c81d16b5aa2ba640b672399b9858abf03c2e59cc52d93c509c06fe4061c9e
MD5 2a0a6b808d3db8120e7031ba4d1d753b
BLAKE2b-256 d6b8138d62dc345e4bdde1db0d9552eba45581729b8955f990f2acb2d2b22f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63accc27a982443985f27dbb62414d8e35481824ea926ca0679a89c70932c4ec
MD5 4b8a2fa42e3f8b5960d3865a7f21ac2d
BLAKE2b-256 c7ba304a30867fa2fd5ff39597f9db65c2e4b0846cc12641be6232d5f758a14d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e11a792487e2d9639c365ceef0fb3a2e7fae33839c8dfc5799658dd7314584e4
MD5 1da265f1811eecd314eaf59956786ca0
BLAKE2b-256 b2b8a4b8d60b631c840c7c5a8f7f7cc4e3602367d9d9173ba9ed99a69a861e8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c4fa03d216d49afe995990263b0bb3882aa042e2b5ff2f265d95f6379da2c8ee
MD5 eb29bf91167b536b0f6400866e78ea34
BLAKE2b-256 1a801db006b819bae0e45636d7965af4d00c7c24642fc6249d8be0ee586aa17f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 55cb7ca7428faa5814e7961eef0bd554b89298b95866b0a02f7d0ab31a8ee2cb
MD5 3c5c6af2db93122243659019c5940c53
BLAKE2b-256 ae76d5664d86993e49606c095619e42db99a09b1778502010875a2bc295757e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for fisher-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45d8683b0319ca94532168b48720179c15b16725ef5fe726c96d4cefbdc655e7
MD5 b71c3e63a02638886726ff18d8508bd4
BLAKE2b-256 c279a9e314e915e23c7e3549fab5f1db4142911ecab63b2f659dbf7677fdc3bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c6dbf5c3cb2e8e6593d55a5cf96ca0a4643916b4b41377a0f8a8b5a41570e9b7
MD5 3b57bf1af4484c6a0e44b8f3a9b899e7
BLAKE2b-256 bc10af1f32e9ab0e6d4bfd9b480ccef7335bc3c231e187148ba3e7f380749fff

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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.2.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher-0.2.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6e2a8711ac34d90cf2065ac35e5b31d8ca2480b8ff236e90afeb7f6f61ae8f90
MD5 4bd54558cbc9aab03f7acf8d84f9779c
BLAKE2b-256 32b0cd1ee91cec20cdc1a91683f6388af3dbe7ebedd2b05cf2c5f9c94ac22b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher-0.2.0-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