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

{
    "name": "py39-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": [
                "py39-build",
                "py39-pdm-backend",
                "clang-17",
                "py39-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-typing_extensions",
                "py39-shellingham",
                "py39-rich",
                "py39-click"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-mypy",
                "py39-pytest",
                "py39-pytest-sugar",
                "py39-pytest-xdist"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py39-spaCy-models"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-rstcheck",
                "py39-spaCy",
                "py39-npe2"
            ]
        }
    ]
}