GET /api/v1/ports/py-pyFAI/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py-pyFAI",
    "portdir": "python/py-pyFAI",
    "version": "2024.5.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.silx.org",
    "description": "Azimuthal Integration library",
    "long_description": "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 use a SparseMatrix-DenseVector multiplication.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "coquelleni",
            "github": "coquellen",
            "ports_count": 20
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-pyFAI"
            ]
        }
    ],
    "depends_on": []
}