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

{
    "name": "py-pyorick",
    "portdir": "python/py-pyorick",
    "version": "1.5",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/dhmunro/pyorick",
    "description": "python connection to yorick",
    "long_description": "The pyorick package starts yorick as a subprocess and provides an interface between python and yorick interpreted code. Features: exec or eval arbitrary yorick code strings; get or set yorick variables; call yorick functions or subroutines with python arguments; get or set slices of large yorick arrays; terminal mode to interact with yorick by keyboard through python. Most of the data is exchanged via binary pipes between the two interpreters. Yorick runs in a request-reply mode. Python prints anything yorick sends to stdout or stderr except prompts.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "thibaut",
            "github": "paumard",
            "ports_count": 42
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-pyorick"
            ]
        }
    ],
    "depends_on": []
}