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

{
    "name": "py310-typer",
    "portdir": "python/py-typer",
    "version": "0.12.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tiangolo/typer",
    "description": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
    "long_description": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "py310-pdm-backend",
                "clang-17",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-shellingham",
                "py310-rich",
                "py310-click",
                "py310-typing_extensions"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-mypy",
                "py310-pytest",
                "py310-pytest-xdist",
                "py310-pytest-sugar"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py310-spaCy-models"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-rstcheck",
                "py310-spaCy",
                "py310-npe2"
            ]
        }
    ]
}