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

{
    "name": "py313-ipython",
    "portdir": "python/py-ipython",
    "version": "8.31.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ipython.org/",
    "description": "An enhanced interactive Python shell.",
    "long_description": "An enhanced interactive Python shell.",
    "active": true,
    "categories": [
        "devel",
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 401
        },
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2693
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-wheel",
                "py313-setuptools",
                "clang-17",
                "py313-build",
                "py313-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-prompt_toolkit",
                "py313-pygments",
                "py313-stack_data",
                "python313",
                "py313-decorator",
                "py313-jedi",
                "py313-matplotlib-inline",
                "py313-pexpect",
                "py313-traitlets"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ipython_select",
                "ipython3_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py313-jupyter_console",
                "py313-spyder-kernels",
                "py-ipython",
                "py313-ipywidgets",
                "py313-ipdb",
                "py313-ipykernel",
                "py313-napari-console"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py313-spyder"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py313-python-dotenv",
                "py313-trio"
            ]
        }
    ]
}