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

{
    "name": "py311-pexpect",
    "portdir": "python/py-pexpect",
    "version": "4.8.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": 2295
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-setuptools",
                "py311-wheel",
                "clang-14",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-ptyprocess",
                "python311"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-ipython",
                "poetry",
                "hatch"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-spyder"
            ]
        },
        {
            "type": "test",
            "ports": [
                "radian",
                "py311-pytest-timeout"
            ]
        }
    ]
}