GET /api/v1/ports/py39-metakernel/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-metakernel",
    "portdir": "python/py-metakernel",
    "version": "0.30.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Calysto/metakernel",
    "description": "A Jupyter/IPython kernel template",
    "long_description": "A Jupyter/IPython kernel template which includes core magic functions (including help, command and file path completion, parallel and distributed processing, downloads, and much more).",
    "active": true,
    "categories": [
        "devel",
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 847
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-hatchling",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-notebook"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-octave_kernel",
                "py39-oct2py"
            ]
        }
    ]
}