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

{
    "name": "py36-xarray",
    "portdir": "python/py-xarray",
    "version": "0.16.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pydata/xarray",
    "description": "Provides N-D labeled arrays and datasets in Python",
    "long_description": "xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures.",
    "active": false,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 563
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-numpy",
                "py36-pandas",
                "py36-setuptools"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-arviz"
            ]
        }
    ]
}