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

{
    "name": "py313-pexpect",
    "portdir": "python/py-pexpect",
    "version": "4.9.0",
    "license": "ISC",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pexpect.readthedocs.org/",
    "description": "Allows easy control of interactive console applications.",
    "long_description": "Pexpect is a pure Python module for spawning child applications, controlling them, and responding to expected patterns in their output. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2694
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-build",
                "py313-setuptools",
                "py313-wheel",
                "clang-17",
                "py313-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-ptyprocess",
                "python313"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py313-poetry-plugin-shell",
                "py313-ipython"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py313-spyder"
            ]
        },
        {
            "type": "test",
            "ports": [
                "fish3"
            ]
        }
    ]
}