Skip to main content

Python implementation of fast azimuthal integration

Project description

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

Build Status Appveyor Status myBinder Launcher Documentation Status Zenodo DOI

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

  • The philosophy of pyFAI is described in the proceedings of SRI2012: doi:10.1088/1742-6596/425/20/202012 http://iopscience.iop.org/1742-6596/425/20/202012/

  • Implementation in parallel is described in the proceedings of EPDIC13: PyFAI: a Python library for high performance azimuthal integration on GPU. doi:10.1017/S0885715613000924

  • Benchmarks and optimization procedure is described in the proceedings of EuroSciPy2014: http://conference.scipy.org/category/euroscipy.html (accepted)

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 to perform an installation local to your user (not recommended). Under UNIX, you may have to run the command via sudo to gain root access an perform a system wide installation (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 latest release 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-master.zip

As developement is also done on Github, development branch is also available

All files are unpacked into the directory pyFAI-master:

cd pyFAI-master

Build it & test it:

python3 setup.py build -j 4
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 (no more needed at ESRF):

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

Finally, install pyFAI in the virtualenv after testing it:

python3 setup.py bdist_wheel
pip install --upgrade .

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 --upgrade .

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

If you are using MS Windows you can also download a binary version packaged as executable installation files (choose the one corresponding to your python version).

For MacOSX users with MacOS version>10.7, the default compiler switched from gcc to clang and dropped the OpenMP support. Please refer to the installation documentation …

Documentation

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

python3 setup.py build build_doc

Dependencies

Python 3.6, … 3.10 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 install Python (>=3.6) and Xcode prior to start installing pyFAI. 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.6) and the Visual Studio C++ compiler. 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)

Contributors

  • Valentin Valls (ESRF)

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

  • Thomas Vincent (ESRF)

  • Dimitris Karkoulis (ESRF)

  • Aurore Deschildre (ESRF)

  • Giannis Ashiotis (ESRF)

  • Zubair Nawaz (Sesame)

  • Jon Wright (ESRF)

  • Amund Hov (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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyFAI-0.21.3.tar.gz (37.3 MB view details)

Uploaded Source

Built Distributions

pyFAI-0.21.3-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyFAI-0.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyFAI-0.21.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (21.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyFAI-0.21.3-cp310-cp310-macosx_10_9_universal2.whl (8.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

pyFAI-0.21.3-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyFAI-0.21.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyFAI-0.21.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (21.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyFAI-0.21.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

pyFAI-0.21.3-cp39-cp39-macosx_10_9_universal2.whl (8.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

pyFAI-0.21.3-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyFAI-0.21.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyFAI-0.21.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (22.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyFAI-0.21.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

pyFAI-0.21.3-cp38-cp38-macosx_11_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64)

pyFAI-0.21.3-cp37-cp37m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyFAI-0.21.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

pyFAI-0.21.3-cp36-cp36m-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyFAI-0.21.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyFAI-0.21.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

pyFAI-0.21.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.1 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.5+ x86-64

File details

Details for the file pyFAI-0.21.3.tar.gz.

File metadata

  • Download URL: pyFAI-0.21.3.tar.gz
  • Upload date:
  • Size: 37.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3.tar.gz
Algorithm Hash digest
SHA256 c999d57249af806012a2683be2204d81887de159ed48e4cabacf83860b3dedfd
MD5 c65ee13cbd346d752c6269be28a5531f
BLAKE2b-256 1d18bf938d9c434162d15e23455455c955f9eab5ab909cfe97594ca361bfe515

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5eec588913d91f6018c7d53aa3efc348a032dda5cb8a8b43b842c6aaa01aad4
MD5 e10412fff79888070f7b9b95c2a1ae52
BLAKE2b-256 d1c9e7906bc55d5952508cebb27ec6d431f57fdc64f46e4058845b5456754eec

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27357d440832877a185a32c2921c9b2547b3d31ae325656cb86924f731df542a
MD5 1bd96b2236988634ddd60d333d1cf148
BLAKE2b-256 def648b257f6be7fddb170c9a0208a72394a047d5b0f257bca63a09c403beec4

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 21.9 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e97b4eb173076ff95ac7813c278686587d17742b02f2601559b08a28ea040f02
MD5 360d2579c6e89cc09ceb32d2fbd47e33
BLAKE2b-256 f9cfd0b505c47b94d5f6be6d7f43fef0c05e5048e3ed646da0762032d380ebef

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5e9eee718c1db2fa170c1aa7fb31682d348a73d164f0fc4df092c916e3715b9e
MD5 1f0a3da77170e095d4c116f57e91a52f
BLAKE2b-256 705bebd7f517fb4c764fd8b7af466cf7dc498d45ce1edd68e7a4530550af63ae

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a3bff38453769442e38f508eb871f188eb61c5c4dad8d91abb6267e2473d1bb4
MD5 17c6add7dea963f35835b4e8b4749f17
BLAKE2b-256 f53d13286fdf9a0308102a75736c30853b9557887a096f237e47b7e0369b4c55

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e539d1d64a0d56f9fef25a1805af0048a61aa33fc95154ea4ca7cf9eeb225b31
MD5 69fcca3e800b21d4c11f4c094853b1ec
BLAKE2b-256 5ac8a0df7e5652cdce09e311f5c56773183b80c76b1a874f4897421be56b04a9

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 21.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5669b4ecce7448af8272873089a389382a41020cbdb675e386247c64253b7ecb
MD5 040f518b19009f75f0c2ddc1133aa020
BLAKE2b-256 94798c1b8c1bcb720f92095cb89f936e4fca7e9bdee938e6751c513fffda3642

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 34deed83c0af96213f721c9f52693da95abc651fb14d2253e8bba7c28785c734
MD5 31427d634560aeecee150f1ba7cb452b
BLAKE2b-256 308876f9459e33845fe0b4717154a4393a034db105d51b8ff07ecfaca89dfb95

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a6da2a7a5b1efa6cc4b371e5c9c1ef4a6fb58a7954a2101b1500501100565b8b
MD5 c54071516a7f16233e826298465cad2e
BLAKE2b-256 3807e9d7b445570014cc31f560f959ace3b7272b87716f305d12320a7fa8059d

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9f35987d2ceab0dd30e3a4409b59f287a7896ddfc68b0d3f9a587f1b8742b4d4
MD5 5b26dfab2fa13ae132d5055d73294096
BLAKE2b-256 a4e017d14468edf04fc03cfd019658ff10c1a10d1be8b9c73db267ec2ba7e258

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d86da367926445f8b0cd3b8e9e36e16a8b92aacb40d6fea19815cf60086898c8
MD5 17588ee343e1652548b86aaf732f0dbb
BLAKE2b-256 e248853fb1405923c7097382cd2acab52277b958876ea16a3850077dbe7e6227

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 22.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 84dc86755f21160ca8352a2354cb3435cf393b8b3bc6c2821ab702b0af577032
MD5 675ea40a8d059c4f6816466767ef539a
BLAKE2b-256 6ce3384bba14ca13b59c0cfcc0a8bd0424a69c3fa75478a0003878e19058853f

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 940ea8cd59f791819f814a9a2567d5ba6d6769b4f647137854828a819b24be1d
MD5 7c0ed426c051cedd0cb40ac15b806e56
BLAKE2b-256 5eb3b7e0c6b0e13aa375c8b33f3d08795da1fff62ce25ab7f8e880bf34da8697

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp38-cp38-macosx_11_0_universal2.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.8, macOS 11.0+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 bbc9c284132888bc80896b6808f9dce863f82cda49ebe8d677be5b3e129dcd37
MD5 ff733247ab4ce93d5b850e405841dfae
BLAKE2b-256 555037248a54eee2dd0d8475d16cb546e34cd385fe515ae3a24a7fe704b06fe9

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dc3627275f7fad3082739384f1674ad25ae225fd4b22d4e2b0a09dc51f001663
MD5 4de64f908914862df18c6f14436cfbb1
BLAKE2b-256 568b28ef377817859b2f34f66e121e15c644efe9adfbccca64a81b68fa104c41

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24def404261929dfa78ddb3791713014a24629dd126640c502d80b7e3b282965
MD5 065bfb55aa529295f3f9e4f609e125b1
BLAKE2b-256 db70113c49b4b215b1a2478e10714a4259b670a45747e3f5566006d60ee60b07

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c2a1a0118a9a8c1938a9c07a5bf00e35a10fbefa41f36ad859e7ae9ce2705d9
MD5 a58d39b6610c5f21d132fd58519d250d
BLAKE2b-256 f00acda8a5013ab2bdfe04d4bd0b7bf0b942bdaf4b70a89da38e8cd38caf56db

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c99c21bbea28068e241f4d6ce938e430fcb39e932bf1a3aa5e5342a923d97afa
MD5 80a1cc9b1b05bb814a9b7aa21817c2f4
BLAKE2b-256 8355c7dde752dffa566ffa2891570ab59a0ef3a208346b9a2df42b4686938ef3

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ed53436fd40157a86c2288d8df53df5baa32aa0f7234430ffacfb5a8a3e5679e
MD5 3f276fd32575943b7d452444f34b6ab9
BLAKE2b-256 6d40861884cec26af1f21928328f430a0e8b343eeb35069100e3525ff1e4cc05

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ac744411e9acdb233faab000f1bc3d3e3c6a039f38ee2fc1057697123a21ee
MD5 2340b7a9559782ce1e1966fa8dfea719
BLAKE2b-256 f2e589c4a1e8a766def51925c1bea57b20f3de0ac106a14c6c029b58377845ff

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8831e874fb7b6fa4b06125b10d7df8496a7bf479b053561e8474f4da3227230b
MD5 bcb3c553157bf8c6a252de3fa55bc1f1
BLAKE2b-256 2508613a8c86627983058b35dce715e3759bea17eaca2a24e422c315b90d7f5b

See more details on using hashes here.

File details

Details for the file pyFAI-0.21.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pyFAI-0.21.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.1 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for pyFAI-0.21.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e135e1be2dd7b24160451a63b9e7a7ac5a878a97003240c0d791cf75a0fe6217
MD5 c655a82de618b3c7b0815474253010d4
BLAKE2b-256 0a838a1a94e8c4e9645f7a652f7ee53e2f63e222dced5c3fb186e87c88ba6b87

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page