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

{
    "name": "py310-spreg",
    "portdir": "python/py-spreg",
    "version": "1.8.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pysal.org/spreg/",
    "description": "PySAL Spatial Econometrics Package (spreg)",
    "long_description": "PySAL Spatial Econometrics Package (spreg), short for “spatial regression”, is a Python package to estimate simultaneous autoregressive spatial regression models. These models are useful when modeling processes where observations interact with one another.",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-setuptools_scm",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-numpy",
                "py310-scipy",
                "py310-pandas",
                "py310-scikit-learn",
                "py310-libpysal"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-pysal"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-mgwr",
                "py310-spglm",
                "py310-spint",
                "py310-spvcm",
                "py310-splot"
            ]
        }
    ]
}