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

{
    "name": "py37-GridDataFormats",
    "portdir": "python/py-GridDataFormats",
    "version": "0.6.0",
    "license": "LGPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/MDAnalysis/GridDataFormats",
    "description": "GridDataFormats provides the Python package 'gridData'.",
    "long_description": "GridDataFormats provides the Python package 'gridData'. It contains a class ('Grid') to handle data on a regular grid --- basically NumPy n-dimensional arrays. It supports reading from and writing to some common formats (such as OpenDX).",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "giovanni.bussi",
            "github": "GiovanniBussi",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-scipy",
                "python37",
                "py37-six",
                "py37-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-MDAnalysis"
            ]
        }
    ]
}