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

{
    "name": "py39-terminaltables",
    "portdir": "python/py-terminaltables",
    "version": "3.1.10",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://robpol86.github.io/terminaltables/",
    "description": "Generate simple tables in terminals from a nested list of strings",
    "long_description": "Easily draw tables in terminal/console applications from a list of lists of strings. Supports multi-line rows.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-poetry-core",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-keep"
            ]
        }
    ]
}