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
pip install .

From PyPI :

pip install fisher

Or install the development version :

pip install git+git://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_dbolser_test-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_dbolser_test-0.1.16-cp314-cp314-win_amd64.whl (78.9 kB view details)

Uploaded CPython 3.14Windows x86-64

fisher_dbolser_test-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (489.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (485.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp314-cp314-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16-cp313-cp313-win_amd64.whl (76.7 kB view details)

Uploaded CPython 3.13Windows x86-64

fisher_dbolser_test-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (493.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (486.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp313-cp313-macosx_11_0_arm64.whl (76.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16-cp312-cp312-win_amd64.whl (76.9 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher_dbolser_test-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (494.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (487.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp312-cp312-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16-cp311-cp311-win_amd64.whl (76.2 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher_dbolser_test-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (503.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (501.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp311-cp311-macosx_11_0_arm64.whl (78.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16-cp310-cp310-win_amd64.whl (76.4 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher_dbolser_test-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (477.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (477.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp310-cp310-macosx_11_0_arm64.whl (78.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16-cp39-cp39-win_amd64.whl (76.7 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher_dbolser_test-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (475.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (475.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16-cp38-cp38-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.8Windows x86-64

fisher_dbolser_test-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (497.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (496.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: fisher_dbolser_test-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_dbolser_test-0.1.16.tar.gz
Algorithm Hash digest
SHA256 3774993600797604c7135a22753cc11cdd4ad8253d04625b2c8374c5b0dd5548
MD5 cb80ad4109d4ff6a5f5ae45a61824dc3
BLAKE2b-256 ae7d954f82e778e7c2dffb508cfbd76888b64e2f8ad32902b096ec11985c34bb

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3e7ae7dd4addfa739045bbf2a1a11ebdffe57d45a23b92627e06bcf1d31e93f4
MD5 12aa43d2ace12a9d811905ff81d6d5db
BLAKE2b-256 abed8def41681bc054cc6a894867dffe4bf714750c9178fe35d1f66a84cfe3f6

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fbbd4874c3134827f5f0d9aff2944b7654024510ead7dde521e49f67e9612455
MD5 89a731aa36e6da56bdfca449677ac3c0
BLAKE2b-256 273be5d946146556cbdc4654b3badc2db76b2bb793f44e2abe4a703e9b15fcc6

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c5845dfd95d1cf795effd92c4a4f89106e4c2c969ac7bb5194d3a4a7e837ec4f
MD5 0d2db0fc103f0d4602814fc287856683
BLAKE2b-256 3c641398db1db4ef5afcc4187825674b8f2348daeacdf344e035c073c7f6971f

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01977d179bfbc942d66441de2ab47a4a7f529e6ac074941ac94100782b558759
MD5 7d02954bf8230344d690aa10f41e6d93
BLAKE2b-256 0e8818e18bb68d8cd38e722aca79eb612e25cb8725fe4bfb31c07866eadc136a

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dbd7eda3137e7d3187fc5c1571b0b83aff4b9d1f28601bc2565aa69bb32974a3
MD5 12a10f173be557dabeb55cb7e8a5c38c
BLAKE2b-256 de3d6d8602120be2f7dbaa65a805a454f1135080767ced4ef2e42b074f615677

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7f9e57b198171bfb70f56f23eba7e2f079c0142796b3bd43f5192a7731700ae5
MD5 a0ff2331c72251dcf47d5672a7a1c493
BLAKE2b-256 d34bfda4af74e09d434c3c7bd7137761664467219adcb01b51169e3a2b43f5b9

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 79dfb4afca5be0c10041028549d6834b63e3f8f301248c461b0f874fb878758d
MD5 7fb276c0d7d8bbf4e31363d83a1cdf19
BLAKE2b-256 1fed3a3b8814aeec3190a1e1f0eaff0cd63c3ebd214020f64031f2bedc0c295d

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bbfac8e84e2d12082edf6521f5b63db5ce7db84703823807ceb6bc4be23ea87
MD5 5b8e74d87da770e048adcce6b21502a6
BLAKE2b-256 818bdac72e898fc399e03caf2a265312e6bf5e626cbdc81dff01169cd60124c3

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 135b405928427dd2eaa8c96c78cf5fd1f25729156f95537b9ca43f0e6cd5c1b6
MD5 955aa89d7f064d74eaaacc5fff4a9627
BLAKE2b-256 4b22f627172e75683fc8b8569f79cb7a3196a6cc3e2b219db9f283903cc7f746

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 54b9d013473230bddccb59e7baf68eb8a7c388abae3a583e74f8627640e3d03e
MD5 38bf737ca8ae103c25afbf344ecc0435
BLAKE2b-256 f41e9e469ae103f985aceb2f0199bf56854c9f4a9278310a4382480b4da96d98

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0245882813b58b9a8286e419c27c8dd43f421b5c69ebef6df68a82c46b489970
MD5 b68fa62e026756c319bad8dcc1303b18
BLAKE2b-256 99b962ba126a5978cef39a99bd0e0e1bfd954249f30b14a2a84c20e1cc339a8c

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7028a514f7d19698af29d98cc24b82911ae3846dfdc1381b7f880bb7cdad62df
MD5 e46fe57370dd55c9d0d0688f3f452198
BLAKE2b-256 93775df033bcc0ea345160503326506df16a0aee7db8cc38ef07389f62493c17

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f1f247e43ad4a671a7c3a2609470a48d358504eb661705459346900295c0892d
MD5 49c6318deca2fffec218a0415410ce9a
BLAKE2b-256 66f5a4216631bd4e6614819bdc2e7e9e23930400de21897a6a94060f5ec59f75

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 563907b25f498b9f3d7e7938e6de043a6be554ec7817723b414e8c5016dad527
MD5 09593735f9bd3776087aea63a7d998b7
BLAKE2b-256 36a76179ca0dab4adf500dfee24b84caa427fbe61436fdb4d873f805bc37046b

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5416ea868cdd3785b89989d505245c1d73d4a00a7a33eb09b21a2a2e3855c9ef
MD5 f18b7428690e54a409a1ade32f89ec8f
BLAKE2b-256 a8deaa22556e6ea411c568a04ac834586db4b8fd6266a6fa1208ee75f6af7d71

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93989b143ee70e6d5cd4e5d010bb952e972c233708c5e0d10cd852d8a642d535
MD5 9e8398d4ed25fb375795e83dd0b22a9a
BLAKE2b-256 9df79fa3bb6e918d9ef19a0b924ea6f97939ef147e3d41a83e986ba57117b57a

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 76d60593ae613c616e5514fc020e009032affe644dc00c6e1e5b521fa3164968
MD5 58e6950741e195bb0a7843ff1ffb6ee6
BLAKE2b-256 89234990e65f617df24254784563720771a653ae692d6dc133a63110e501f31f

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d90b7cce41d81281559be9a8ef6df8731c1cc2141a13d3a5a8be3618a1e598f5
MD5 7958fdc7d4b3e4a569d367e18692f864
BLAKE2b-256 d5c1142bc21b1a4b3f0568bb19e9af5b51d55e5c563102c709e75784a31044f2

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e315073fa8f6dc3207d2b58ca4577dbabf5d67df11286c494656578b66371af3
MD5 f9b2de8f152921095aec8fc4e8a6676a
BLAKE2b-256 3a13bfeb060b50b0c4ca12bf474b5635f8e8014c38cb95085966f60648160c43

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7963d04206dcb0a1c0436703295cd361e9fc80e121e1d0a5c02fe0da9459a590
MD5 d28e010e8889f84ad3f8d3f334887db6
BLAKE2b-256 fe9d1b1249e4e8f55ac80cdc94b94b8ab5556f3eb24231a057da04246de4e083

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7577a0ce0f561a1b8e25fa98a64cff25d7919eea9f0bce71547b280b8f96d4f6
MD5 b3e75550f0d1993d99b47ccada5d6124
BLAKE2b-256 6a37d2c19c7d280cf25eb50cb2954ae2a6abaadd4c551a140a4576144fadba83

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1814a99fc933787c07ad70ad4a383d7b118874df129a5d86f9ebc42890392834
MD5 b5ff8fc4ebeb18ad4cf0020f1e61a731
BLAKE2b-256 1e10cf5123631f30689459dfab4435f5c4b353b7d7b6e914da68afb6c795dc1b

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0095c417364d961f4bfcbc8ab84ad4ef8886874ce64e0d8e6639cea034f2e7ff
MD5 add40424d9d5308ab66199deee6e77a1
BLAKE2b-256 a00c26ce382423bf6e1a300b5a4ac98cbb64d966f40ef243419fd3b978552e10

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ba86603890d27b46e40e5eb3961790135fdc26693e0307da14c4a4ca96248c4c
MD5 dcb652e6027512b6b63f3693e69c09a5
BLAKE2b-256 878d0fe3a11cb935c2b884236a9a8eb9b2b2451a90460ee44b38e69281d6e39b

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 77cc1bdd51cfa140a8f1ae230ea3e5a8b1a302e7344ece3bdea4703c9a369657
MD5 13de9e90b83cff81cdc2dd7c59c32181
BLAKE2b-256 a029ac7be11593303b7aaa345abf99477f969234512d7c3c5e2c33bb5e18f671

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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_dbolser_test-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 995d7084d719744c6e759e29e4f0cfeb3960bb1f391c3f92d819fbd50b890c14
MD5 c6562675982a2e7fe54ead31c86ec36a
BLAKE2b-256 ffdbf4134adef971f284c7c7e80dbb806095b270d03acbbddf66c2c25da26959

See more details on using hashes here.

Provenance

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

Publisher: package.yml on dbolser/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