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

{
    "name": "py-spectral",
    "portdir": "python/py-spectral",
    "version": "0.23.1",
    "license": "GPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://spectralpython.net/",
    "description": "Spectral Python (SPy) is a Python module for hyperspectral image processing.",
    "long_description": "Spectral Python (SPy) is a pure Python module for processing hyperspectral image data (imaging spectroscopy data). It has functions for reading, displaying, manipulating, and classifying hyperspectral imagery.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "tlockhart1976",
            "github": "lockhart",
            "ports_count": 27
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-spectral"
            ]
        }
    ],
    "depends_on": []
}