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

{
    "name": "py311-splot",
    "portdir": "python/py-splot",
    "version": "1.1.7",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://splot.readthedocs.io/en/latest/",
    "description": "Lightweight plotting for geospatial analysis in PySAL (splot)",
    "long_description": "splot connects spatial analysis done in PySAL to different popular visualization toolkits like matplotlib. The splot package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration.",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "clang-17",
                "py311-wheel",
                "py311-setuptools",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-seaborn",
                "py311-esda",
                "py311-giddy",
                "py311-libpysal",
                "py311-spreg",
                "py311-geopandas",
                "py311-mapclassify",
                "py311-matplotlib",
                "py311-numpy",
                "py311-packaging"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-pysal"
            ]
        }
    ]
}