Skip to main content
Files added late

8 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

Phi_K Correlation Constant

Phi_K is a practical correlation constant that works consistently between categorical, ordinal and interval variables. It is based on several refinements to Pearson’s hypothesis test of independence of two variables. Essentially, the contingency test statistic of two variables is interpreted as if coming from a rotated bi-variate normal distribution, where the tilt is interpreted as Phi_K.

The combined features of Phi_K form an advantage over existing coefficients. First, it works consistently between categorical, ordinal and interval variables. Second, it captures non-linear dependency. Third, it reverts to the Pearson correlation coefficient in case of a bi-variate normal input distribution. These are useful features when studying the correlation matrix of variables with mixed types.

For details on the methodology behind the calculations, please see our publication. Emphasis is paid to the proper evaluation of statistical significance of correlations and to the interpretation of variable relationships in a contingency table, in particular in case of low statistics samples. The presented algorithms are easy to use and available through this public Python library.

Example notebooks

Static link

Google Colab link

basic tutorial

basic on colab

advanced tutorial (detailed configuration)

advanced on colab

spark tutorial

no spark available

Documentation

The entire Phi_K documentation including tutorials can be found at read-the-docs. See the tutorials for detailed examples on how to run the code with pandas. We also have one example on how calculate the Phi_K correlation matrix for a spark dataframe.

Check it out

The Phi_K library requires Python >= 3.8 and is pip friendly. To get started, simply do:

$ pip install phik

or check out the code from out GitHub repository:

$ git clone https://github.com/KaveIO/PhiK.git
$ pip install -e PhiK/

where in this example the code is installed in edit mode (option -e).

You can now use the package in Python with:

import phik

Congratulations, you are now ready to use the PhiK correlation analyzer library!

Quick run

As a quick example, you can do:

import pandas as pd
import phik
from phik import resources, report

# open fake car insurance data
df = pd.read_csv( resources.fixture('fake_insurance_data.csv.gz') )
df.head()

# Pearson's correlation matrix between numeric variables (pandas functionality)
df.corr()

# get the phi_k correlation matrix between all variables
df.phik_matrix()

# get global correlations based on phi_k correlation matrix
df.global_phik()

# get the significance matrix (expressed as one-sided Z)
# of the hypothesis test of each variable-pair dependency
df.significance_matrix()

# contingency table of two columns
cols = ['mileage','car_size']
df[cols].hist2d()

# normalized residuals of contingency test applied to cols
df[cols].outlier_significance_matrix()

# show the normalized residuals of each variable-pair
df.outlier_significance_matrices()

# generate a phik correlation report and save as test.pdf
report.correlation_report(df, pdf_file_name='test.pdf')

For all available examples, please see the tutorials at read-the-docs.

Contact and support

Please note that support is (only) provided on a best-effort basis.

Release files for phik 0.12.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Files added late

8 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for phik 0.12.5
File Size Uploaded
phik-0.12.5.tar.gz 621.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for phik 0.12.5
File
phik-0.12.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
phik-0.12.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
phik-0.12.5-cp314-cp314-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.13+ x86-64 Details
phik-0.12.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
phik-0.12.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
phik-0.12.5-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
phik-0.12.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
phik-0.12.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
phik-0.12.5-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
phik-0.12.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
phik-0.12.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
phik-0.12.5-cp311-cp311-macosx_10_13_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.13+ x86-64 Details
phik-0.12.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
phik-0.12.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
phik-0.12.5-cp310-cp310-macosx_10_13_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.13+ x86-64 Details
phik-0.12.5-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
phik-0.12.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
phik-0.12.5-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
phik-0.12.5-cp39-cp39-macosx_10_13_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.13+ x86-64 Details

Total release size: 16.8 MB

Release files / phik-0.12.5.tar.gz

Download URL phik-0.12.5.tar.gz
Size 621.7 kB
Tags Source
SHA-256 checksum
How to use checksums
dfc15a9166ab0dcfe3f5f60de606fe9ce064a09af2dd212e726ed3625b795332
BLAKE2b-256 checksum
How to use checksums
4744e8e26bcef558feb3668b073361c036bfef5de32d87061fc26cb1cf2e0124
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp314-cp314-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp314-cp314-win_amd64.whl
Size 677.5 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
30586ab21b6e8f3ca12fdef2f3e61ed558a0bc5b9414e91a72eb51d3cc49cba8
BLAKE2b-256 checksum
How to use checksums
9d7dad3b73b67ee57fb8eee85d88aa51262aa901dd035160cd7f64ea8d81a836
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 682.6 kB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7eb23a6e6c882ab706d629db541be4ce16f25cead9f8db3f96bf0d3b9fa60716
BLAKE2b-256 checksum
How to use checksums
7ed08d34c1790b5539bfdfcd9e0429f45a3a608f53dc16d788b9bef48fdeb086
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp314-cp314-macosx_11_0_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp314-cp314-macosx_11_0_arm64.whl
Size 667.0 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4ecf498afa5273e76887556885716c9b0bb750e016baa8bafa694c754e25a9cb
BLAKE2b-256 checksum
How to use checksums
b7b9d6413e678c2c4792df5c87ce1629dd7a86d08a4d22a268081fbb8ddc4351
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp314-cp314-macosx_10_13_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp314-cp314-macosx_10_13_x86_64.whl
Size 670.7 kB
Tags CPython 3.14 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
603425410d79cb8bf7b1b59a66e67ad821c78a7871717fdc15a53db6ba8da744
BLAKE2b-256 checksum
How to use checksums
23eb91b85218f8f273b9cda1b172f79e383701f9f0f4edc8afb0dceb64d60d75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp313-cp313-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp313-cp313-win_amd64.whl
Size 678.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
8cfc30f872900531cd56a242537db0a4da61fb46512d58b2d1dc7fb98eff4438
BLAKE2b-256 checksum
How to use checksums
0370435faffb2c27f48acdcf075c27992d572fad3f6876517c4547a665a8c553
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 682.5 kB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9dc76280080e2b20ec341e40f2ee55e1824abe303f1b7af0958f1aedfaada859
BLAKE2b-256 checksum
How to use checksums
02f2327a4d595a98e5797c53c6b9f7241ad205a8bc90db04cda132db9efc477f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp313-cp313-macosx_11_0_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp313-cp313-macosx_11_0_arm64.whl
Size 666.9 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8b335ee26f0817e2e79719ae00e0363099098cbabd3b6b998906a3b92239b88f
BLAKE2b-256 checksum
How to use checksums
3c24f3ee42f54ff3e2de58458fb58f5faa1c80b7a42de83f5e30f612569c9871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp313-cp313-macosx_10_13_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL phik-0.12.5-cp313-cp313-macosx_10_13_x86_64.whl
Size 670.7 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
95f5de5cd0e8b7ce2cc976d257a6ee8f0b74888d6342b0f0ace7df6728b18757
BLAKE2b-256 checksum
How to use checksums
27b9651cc4b58bd0d4f3362b72ecb8691cd0dba404c3e62be239cba141a461f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.5

Release files / phik-0.12.5-cp312-cp312-win_amd64.whl

Download URL phik-0.12.5-cp312-cp312-win_amd64.whl
Size 676.2 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5c4cc07d95008b150467364c6e9a9a5d75170df7360a4148816cccba741978a3
BLAKE2b-256 checksum
How to use checksums
80980d1a58c5a69422f599a80b412dbfa580f7800f85e594b151456e78291085
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL phik-0.12.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 679.7 kB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
576286429a0ea5cbdff13e133599f3f17717c9a680e85fb121e6b56401154516
BLAKE2b-256 checksum
How to use checksums
ea4450ebfa57d81d00a3125efb907c707b7bce9c79266dd354820888ab47359c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp312-cp312-macosx_11_0_arm64.whl

Download URL phik-0.12.5-cp312-cp312-macosx_11_0_arm64.whl
Size 665.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
87c990eee90c82a82cc4041321fbcddb5b156416c773de638cf1a6d267a7ef08
BLAKE2b-256 checksum
How to use checksums
6b5c8de0d369cb24a19a45c43af9627a38e83a46dca414ca287eac2724f21528
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp312-cp312-macosx_10_13_x86_64.whl

Download URL phik-0.12.5-cp312-cp312-macosx_10_13_x86_64.whl
Size 671.7 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
1209672e13c454cab6d3121ec17ad845c5cbaf9469740ccf4eaaa7a3ddc5f1b1
BLAKE2b-256 checksum
How to use checksums
4f0e1f09b1e117fec9b73ea5f84061e0c1f47c86b09903382ab6b8176af9b3a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp311-cp311-win_amd64.whl

Download URL phik-0.12.5-cp311-cp311-win_amd64.whl
Size 675.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
d3196535cfede7abfa13691ac3016fc8de358d75763addf4325c8d7980c2ad53
BLAKE2b-256 checksum
How to use checksums
86a92e70ab81c9383c92d95d776a08fa6253529a5f018d02e2e78791195b1b71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL phik-0.12.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 679.0 kB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d09adfffa7f2aa56441bfeeb1b628dc8aaf5415265e348a1b62977d944374970
BLAKE2b-256 checksum
How to use checksums
670e2ff623f22ffa3b2f55d5959cd77007e3492b78474806c72f974b4943581a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL phik-0.12.5-cp311-cp311-macosx_11_0_arm64.whl
Size 665.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
911914cf97ffcddbbe97f57a445ecbc44eafeb96e8481f550887c1b9691b909a
BLAKE2b-256 checksum
How to use checksums
cf356f3e9bc68467fe767c43956491e38e84a580091b90035fd91c9fc9008baf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp311-cp311-macosx_10_13_x86_64.whl

Download URL phik-0.12.5-cp311-cp311-macosx_10_13_x86_64.whl
Size 671.0 kB
Tags CPython 3.11 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
d4b561951403bbce644b5e563de66a952b72afd57c1c758760255ff601927f9d
BLAKE2b-256 checksum
How to use checksums
fcbaedcf57953e08a04996f0d150bd056d3e76b484ace49e58205dd26d1e59c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp310-cp310-win_amd64.whl

Download URL phik-0.12.5-cp310-cp310-win_amd64.whl
Size 674.5 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ca57391c8b8da07368791a86d5a1155e31969b0323f7329a1925d9186ea082af
BLAKE2b-256 checksum
How to use checksums
ae732f993628ef4854d4666cf7ff506abdbe977ca6a0258fab4ed3bf97e8ac6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL phik-0.12.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 677.6 kB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cdfdc36b13a1403bfb0374d92ff34c6c450992e84f81452ff98a96e5ea23580c
BLAKE2b-256 checksum
How to use checksums
521824d4395c026129f8e74cb1b3d93ae4f8baf99094f89c80857004834028a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp310-cp310-macosx_11_0_arm64.whl

Download URL phik-0.12.5-cp310-cp310-macosx_11_0_arm64.whl
Size 664.3 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8c625bbce1d1312d735bb0113e2f8cb54e416225188161552034695901a79fbb
BLAKE2b-256 checksum
How to use checksums
2ac949889e92a53fc291644eab8178f52b4ca63128eb6adddb026ed4448db930
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp310-cp310-macosx_10_13_x86_64.whl

Download URL phik-0.12.5-cp310-cp310-macosx_10_13_x86_64.whl
Size 669.4 kB
Tags CPython 3.10 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
41aacb9d365380ad5e83848c1d7cec7da4b7d29c7c50357586b5ae829fcfc3c6
BLAKE2b-256 checksum
How to use checksums
a917d70af6c804341d9fc0291cdc2c28324f0edc6a2f850422aa005b575f45fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp39-cp39-win_amd64.whl

Download URL phik-0.12.5-cp39-cp39-win_amd64.whl
Size 674.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
bade0ec3fb4bbc52527fb425ad560647133e267087fbc76b920942dcff1dd5c6
BLAKE2b-256 checksum
How to use checksums
695c1349185e6eb739ef72723b5179d25e7c40e21cf3729e9845499f53ff7526
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL phik-0.12.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 677.5 kB
Tags CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
18fb84b7a0e1d95c9e2fbffc3d7ece44b2716d586b42e3c8b315d83fab4a1af4
BLAKE2b-256 checksum
How to use checksums
d977d629943e85581b504d2cc9d1e7800e589697e91ed4bd8ef8f1d9a4742743
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp39-cp39-macosx_11_0_arm64.whl

Download URL phik-0.12.5-cp39-cp39-macosx_11_0_arm64.whl
Size 664.3 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d289a6370a7326fcd805e3a588009269a9ae7d2a4ba75f4486c751ef8144c928
BLAKE2b-256 checksum
How to use checksums
1f53e6d9f2439bab30b3282e8ab6b5ed62bd84d4ac768fea8117f03558416324
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release files / phik-0.12.5-cp39-cp39-macosx_10_13_x86_64.whl

Download URL phik-0.12.5-cp39-cp39-macosx_10_13_x86_64.whl
Size 669.5 kB
Tags CPython 3.9 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
bfa41a11e5787f5e244634849d99caff4b1b7a2119d5fbf610e3ea8f5b724af8
BLAKE2b-256 checksum
How to use checksums
034fa1ae28b9ea88d64a2ca5fa81d2309a66216f2563307ac5f99a6fbe46b5c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.11.10

Release history Release notifications | RSS feed

This release

0.12.5 This release

25 release files

0.11.2

1 release file

0.11.1

1 release file

0.11.0

1 release file

0.10.0

1 release file

0.9.12

1 release file

0.9.11

1 release file

0.9.10

1 release file

0.9.9

1 release file

0.9.8

1 release file

0.9.7

1 release file

0.9.6

1 release file

0.9.5

1 release file

0.9.4

1 release file

0.9.3

1 release file

0.9.2

1 release file

0.9.1

1 release file

0.9.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page