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

{
    "name": "py311-seaborn",
    "portdir": "python/py-seaborn",
    "version": "0.13.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://seaborn.pydata.org/",
    "description": "Statistical data visualization library",
    "long_description": "Seaborn is a library for making attractive and informative statistical graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy and pandas data structures and statistical routines from scipy and statsmodels.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [
        "stats"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-flit_core",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311",
                "py311-numpy",
                "py311-pandas",
                "py311-matplotlib"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-geoplot"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-splot",
                "py311-segregation",
                "py311-spvcm"
            ]
        }
    ]
}