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

{
    "name": "py311-columnize",
    "portdir": "python/py-columnize",
    "version": "0.3.11",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rocky/pycolumnize",
    "description": "Format a simple list into aligned columns",
    "long_description": "A Python module to format a simple (i.e. not nested) list into aligned columns. A string with embedded newline characters is returned.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1565
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest",
                "py311-mock"
            ]
        }
    ],
    "depends_on": []
}