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

{
    "name": "py312-csvkit",
    "portdir": "python/py-csvkit",
    "version": "1.1.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://csvkit.readthedocs.io/",
    "description": "A suite of utilities for converting to and working with CSV, the king of tabular file formats",
    "long_description": "csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. csvkit is to tabular data what the standard Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit adheres to the Unix philosophy.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "esafak",
            "github": "esafak",
            "ports_count": 116
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-wheel",
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-agate-excel",
                "py312-agate-sql",
                "python312",
                "py312-setuptools",
                "py312-six",
                "py312-agate",
                "py312-agate-dbf"
            ]
        },
        {
            "type": "run",
            "ports": [
                "csvkit_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-csvkit"
            ]
        }
    ]
}