Skip to main content

Python implementation of fast azimuthal integration

Project description

Main development website: https://github.com/silx-kit/pyFAI

Github Actions Appveyor Status myBinder Launcher Zenodo DOI RTD docs

PyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version uses a SparseMatrix-DenseVector multiplication. Neighboring output bins get also a contribution of pixels next to the border thanks to pixel splitting. Finally pyFAI provides also tools to calibrate the experimental setup using Debye-Scherrer rings of a reference compound.

References

Installation

With PIP

As most Python packages, pyFAI is available via PIP:

pip install pyFAI[gui]

It is advised to run this in a vitural environment . Provide the –user option to perform an installation local to your user-space (not recommended). Under UNIX, you may have to run the command via sudo to gain root access and perform a system wide installation (which is neither recommended).

With conda

pyFAI is also available via conda:

conda install pyfai -c conda-forge

To install conda please see either conda or Anaconda.

From source code

The current development version of pyFAI can be downloaded from Github. Presently the source code has been distributed as a zip package. Download it one and unpack it:

unzip pyFAI-main.zip

All files are unpacked into the directory pyFAI-main:

cd pyFAI-main

Install dependencies:

pip install -r requirements.txt

Build it & test it:

python3 run_tests.py

For its tests, pyFAI downloads test images from the internet. Depending on your network connection and your local network configuration, you may have to setup a proxy configuration like this (not needed at ESRF):

export http_proxy=http://proxy.site.org:3128

Finally, install pyFAI in the virtualenv after testing it:

pip install .

The newest development version can also be obtained by checking out from the git repository:

git clone https://github.com/silx-kit/pyFAI.git
cd pyFAI
pip install .

If you want pyFAI to make use of your graphic card, please install pyopencl

Documentation

Documentation can be build using this command and Sphinx (installed on your computer):

python3 build-doc.py

Dependencies

Python 3.8, … 3.12 are well tested and officially supported. For full functionality of pyFAI the following modules need to be installed.

Those dependencies can simply be installed by:

pip install -r requirements.txt

Ubuntu and Debian-like Linux distributions

To use pyFAI on Ubuntu/Debian the needed python modules can be installed either through the Synaptic Package Manager (found in System -> Administration) or using apt-get on from the command line in a terminal:

sudo apt-get install pyfai

The extra Ubuntu packages needed are:

  • python3-numpy

  • python3-scipy

  • python3-matplotlib

  • python3-dev

  • python3-fabio

  • python3-pyopencl

  • python3-pyqt5

  • python3-silx

  • python3-numexpr

using apt-get these can be installed as:

sudo apt-get build-dep pyfai

MacOSX

One needs to manually install a recent version of Python (>=3.8) prior to installing pyFAI. Apple provides only an outdated version of Python 2.7 which is now incomatible. If you want to build pyFAI from sources, you will also need Xcode which is available from the Apple store. The compiled extension will use only one core due to the limitation of the compiler. OpenCL is hence greately adviced on Apple systems. Then install the missing dependencies with pip:

pip install -r requirements.txt

Windows

Under Windows, one needs to install Python (>=3.8) prior to pyFAI. The Visual Studio C++ compiler is also needed when building from sources. Then install the missing dependencies with pip:

pip install  -r requirements.txt

Getting help

A mailing-list, pyfai@esrf.fr, is available to get help on the program and how to use it. One needs to subscribe by sending an email to sympa@esrf.fr with a subject “subscribe pyfai”.

Maintainers

  • Jérôme Kieffer (ESRF)

  • Edgar Gutierrez Fernandez (ESRF)

  • Maciej Jankowski (ESRF)

Contributors

  • Valentin Valls (ESRF)

  • Frédéric-Emmanuel Picca (Soleil)

  • Thomas Vincent (ESRF)

  • Dimitris Karkoulis (Formerly ESRF)

  • Aurore Deschildre (Formerly ESRF)

  • Giannis Ashiotis (Formerly ESRF)

  • Zubair Nawaz (Formerly Sesame)

  • Jon Wright (ESRF)

  • Amund Hov (Formerly ESRF)

  • Dodogerstlin @github

  • Gunthard Benecke (Desy)

  • Gero Flucke (Desy)

Indirect contributors (ideas…)

  • Peter Boesecke

  • Manuel Sánchez del Río

  • Vicente Armando Solé

  • Brian Pauw

  • Veijo Honkimaki

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

pyfai-2025.1.0.tar.gz (67.0 MB view details)

Uploaded Source

Built Distributions

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

pyfai-2025.1.0-cp313-cp313-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pyfai-2025.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyfai-2025.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pyfai-2025.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp313-cp313-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pyfai-2025.1.0-cp313-cp313-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyfai-2025.1.0-cp312-cp312-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pyfai-2025.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyfai-2025.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyfai-2025.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp312-cp312-macosx_11_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pyfai-2025.1.0-cp312-cp312-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyfai-2025.1.0-cp311-cp311-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11Windows x86-64

pyfai-2025.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyfai-2025.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyfai-2025.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp311-cp311-macosx_11_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pyfai-2025.1.0-cp311-cp311-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyfai-2025.1.0-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10Windows x86-64

pyfai-2025.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyfai-2025.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyfai-2025.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp310-cp310-macosx_11_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pyfai-2025.1.0-cp310-cp310-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyfai-2025.1.0-cp39-cp39-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.9Windows x86-64

pyfai-2025.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyfai-2025.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyfai-2025.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp39-cp39-macosx_11_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

pyfai-2025.1.0-cp39-cp39-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyfai-2025.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pyfai-2025.1.0-cp38-cp38-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file pyfai-2025.1.0.tar.gz.

File metadata

  • Download URL: pyfai-2025.1.0.tar.gz
  • Upload date:
  • Size: 67.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0.tar.gz
Algorithm Hash digest
SHA256 396cb36876d4a9cd989b670b73868001c2b5070f7f3be2c496397605f6f7d181
MD5 521bb8695015a78d2b2dfdcfb04994b7
BLAKE2b-256 deee84dad8a6bb028e04027593464e13751af767b6b971ba86d14678202a36d4

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyfai-2025.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ab12f123fb8bfdad72443694e1c2f72087cd3d8f2f37e7706a3fb7971499907b
MD5 51c680f945d37854eef6dac69ab67439
BLAKE2b-256 6be28074c03f8cb0b3592e87d0361836fef9ff2bbd23e463ae226a3ba5d8dadb

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a205a10039cb4a0510a571d21175eb6e7039038a469b07728fa46efb63afcbbd
MD5 fc8218f8cc2658dfa201be2eb691683e
BLAKE2b-256 db6701e25d9effd51937dd0b4c228815383b98a848280a67d526259902a2eab7

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a3c6bb920a9ccddc19d7f2ca5c8d8883814d282b5e8f3ea635d108f8d715638c
MD5 35982472b4e988a143dca3aceacf7676
BLAKE2b-256 e30c03489f4c7b30873a1e9abf1e3c5a5411a815ecc353133d26628c1eb9523b

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bea78cbbf5cd493b8109e6d7f890f15eff49e046c9e325587c08090f0d942662
MD5 338490c160df1c98ee2e972d83fa32f0
BLAKE2b-256 5a647d331366cb90018cd5db771e5c56600ae57e94936073922cb56628748390

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3b2659bd5d9a3ad20fc75de81c97cd102bd0f262b1554f563049ce96c8a92fa5
MD5 d602d6ece20f6e45f663a3a12def02c6
BLAKE2b-256 6fa97bb535d27b931c97be4d4a0b6b257822f7aa8e749a968357d95caf5da7b9

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac343a2e67f7a1df4ef30f1d90a7a30e2513a9a7b903141e9f7eb696ce28f97e
MD5 c9542337eff60f4c6de990e509cfba43
BLAKE2b-256 f91112e7378853471e4de349b7dc213e7d797316d62e48e380885c41f22a3500

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyfai-2025.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4641c0a0fee263919d7b9db5ddd75441ae5e7b59281bf3d757a75bc42452cca
MD5 0eaeb32dab6f088bdc2fc9bdb3ec96fb
BLAKE2b-256 66c4975bb51e9db6407a0459c80772388ed544c5e0c89d84bd33e3c94d99aaaa

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f06a00a27baaecf13a4a43e9ceb98f36832c7bb33714bd605f862ad999faa695
MD5 ab5b0a15154f97ab9a7e7a098701af01
BLAKE2b-256 3ff5bd022c2aafc1b1b50f057404821b4fb92cf3be2a4ea3e4a95a43d42c6027

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b517c479e9ac6ef0229634f7ae74cb0673c6e61f12a316e9c1f8056ecb49a4a
MD5 ee1864939ca93c5ea9ad02409bca1aec
BLAKE2b-256 e20dbedc5849d8137329babc88d8fe8eb6b8f82b45d609a12a8c7008ab934b4c

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86ac53a65e940f9b5e51d86a1f23106443a21c690b8825f27bcc88525a09b8a7
MD5 0df1de1db0e8c4afb0f4618ba046f8da
BLAKE2b-256 43a649cb9e2a2c91e683800d79416dd55ecdf6a0d7efb251069d2aca7c29c5f4

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7a0059da6f622d46980ed90a8b8cf9ea7df492186fe409b9af61c3999456077f
MD5 1c8372421b31d0483396c836c96fa197
BLAKE2b-256 c25bd200889bbc0a9541181782ee8a6de757423d588ee17226fdbc7b99f4a14d

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 291a5a5d7bc401d675ab38ba769ca6e69794187b705252619caa2424d738d333
MD5 866458aaac7b1788a355f149871e9a09
BLAKE2b-256 6b2fc72577d9f7ebaa917ac1bcd6da2029e551022c152abde10ba0258085e97b

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyfai-2025.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c24623e553bf38e6b842af4a483c80a85e738e63757a0465e03014f4616fc66
MD5 85db71a49ae42c18e13106ef6a6561e1
BLAKE2b-256 52071e763bdb6313dcc1b994ce7f20beca8f56c3162cfbaa039ef557fcbbd12f

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5923b24a07ce1916c29d960fda80e368d77b08e229b8e02703ce4bff26836ad5
MD5 7d49252000e145ec312ea2c8b3bd4975
BLAKE2b-256 aca5100845c495bb98c1b1414b711b81088f797cae16c0c04ce7bef032a7a07a

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f72183e195a4ec6ccb67f2b2ca3f9ce9ce19ca05bcff4e2573ddd4f586e0fae0
MD5 1a59d8ed52617b6e79141bd6829e368c
BLAKE2b-256 99dc77a297a3f24c9f2156c5b1278e23fdfa527cfca1569773453db33d7a2ffd

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 899745f33d6c7bb4103546cbc58de5fc4f86874971a7263ab7f70b092910ffb8
MD5 fecc3348c205f8a78ebd6b91a3e24ab5
BLAKE2b-256 8ed34cf170d0f6f86a8ce6a55555bede57fd02b503bd1e673ddb437b0292fb0b

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e6b98500a7087074be889f070a0f7ebc6827e82ac6d84f2c67b3e9392e27d262
MD5 e8f7977475eabfea471d409b9286a4d4
BLAKE2b-256 d107379a61e6fe0ed67b56de17c7c84b3358c16ec5e06d883515378f1ec9be1d

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a5155633d3e47f241cc06a9bfd1921942995d13793cdba976d5eba938974199
MD5 a20dcb0a8d0ba5bd2b028f3e2363e865
BLAKE2b-256 ed2fac2e7ee62b682effc85ceb200f2e213f01a8b8c4a26b7e9b47ee2780db76

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyfai-2025.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca2986af0e39e100b511cee741cba3b41e62ed1d9cd0598a951a8c592ade2b2d
MD5 40ced81996a55fd0c3671992a9e5faf8
BLAKE2b-256 a23178266abb09e8bd0d578b491ed277bafcf945825fbbb8667f865dce284065

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8228a06643cfbd6d1270530559130a28317e13506d1d93940e785d68e7cda3f
MD5 b11383a38e981c0aad25b1b50e5e76a3
BLAKE2b-256 effda29192521db6b79dadd69328cabf963b3f1132db90d456d7160350163399

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 349767d9e4db3765e496ad24944c565fec488205fe602c8252dcad3665f57689
MD5 9ec84b3f68d872868b176ec88f85ab89
BLAKE2b-256 3d04e9416b5cb5deee35f851e842a840eaa9dd5414ebe5cc9f16a8b469655f7b

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83a618c8df389e30d74c3eb4fa1f19ebfb63dce7ecc800fa897646b358f773f6
MD5 482954cee9bdbe461ad99747233902a9
BLAKE2b-256 21aadcc6ec656e6cd7e9e84defc9a33a1bc7846e4b72d76d70a513624b384b96

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 adf4cb89b195c8fb7b6ae31d27740b407e680bf8eeb6f5442f157cb0b821ea5d
MD5 13788ae6a61b2e8d7109aa02ca9de4e5
BLAKE2b-256 e2f1f7d574db1ee17c2b5a05d09dfcbb3f0590b7243cb4d892b01ee53bb61027

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ec4c6d69d8d159c73bbf08ba13270fe7736d2f972a9d303cdf65542ac1ab4fe
MD5 9dbb3b5e6c564f60471f7d9d9fd197cc
BLAKE2b-256 0ad4c2aa9be611718fb9d56b43d021c796fff63489b51aa55ff3ef584e67639a

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyfai-2025.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 626569939c89cf2514bc7243d6f751faa396c0a592959725df1d206c7fa0dedd
MD5 d0160f732ba65bb97417895c94a1fa2c
BLAKE2b-256 c3542940803fb90504c8f96ea8b0b6e17021b669fbaafcee89e7e8ac9cfda66f

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10edcebee824d4429f723f523e4d0492bf35fdeb85e9915eb11eccab6f43f537
MD5 bfdc689e23d22269c98360f38d29666d
BLAKE2b-256 2c4a1e521fa7904f938cf4c2f3cb16aaeda345123f07a1131c9993875316f8e8

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da5661c3c94a4dcfa8db4a58f8a2efb734ae57c837f94b106801f856f39f0401
MD5 dc56e26aeeab0a421fba1609a559417b
BLAKE2b-256 d6dfc94f22b80bd06882e5bae86a29d4ef79790d7943622501c9412116c289bd

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11bf9ccb5b4f2250f465a83ebeba6e78349357a479cb299ceb89f2ff357a8342
MD5 9115426de98eaa4487144bead934d30a
BLAKE2b-256 1233f1aefc67cd2adab6e68f0c5e36b15fd5676129cf4386d47bff7ec054b951

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 450e3092564bc31e45bc32d951a70b80c0d70b4df0759ac4d2ae109bdb8d9704
MD5 8455acd348c0cda12fce5c73e7b05a4a
BLAKE2b-256 abd1ef9638d4b24fca2b4f73d21f525004d80b34a2d8b597e24b239496556d2b

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 667c98bc55c14c2a0d3e27c1d82407c1c0ee5627f7ad427d9310cf4f515def3a
MD5 fbf3bdbc61619e4970ef47ad541c254c
BLAKE2b-256 33d9d08e92446e5a25f58259c0a561fe71509463679becaa8198540b9f362dbe

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fe39bb9e257a63edef518ad41022e81d655782994ded5a87121fd898faf246a
MD5 f3607ec0c19037bb3f78f970cd703984
BLAKE2b-256 78f7db2570bfd7b5431ddfdd60b9ebccf7f734449548b87d3a060c00ef938c03

See more details on using hashes here.

File details

Details for the file pyfai-2025.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfai-2025.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0264cbc453f4af0cdb2c4b9b6b5cede6514fbb33998ba09f12781d768868b442
MD5 8010ea57c9ae4681bc517bedb9713afd
BLAKE2b-256 2b66d8c5e7b02d3ed7dc4817659cfc4c465b7a39b66b4cb759d7fb648f50240c

See more details on using hashes here.

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