GET /api/v1/ports/py39-agate-sql/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-agate-sql",
    "portdir": "python/py-agate-sql",
    "version": "0.5.8",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://agate-sql.readthedocs.org/",
    "description": "agate-sql adds SQL read/write support to agate.",
    "long_description": "agate-sql adds SQL read/write support to agate.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "esafak",
            "github": "esafak",
            "ports_count": 115
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-parsedatetime",
                "py39-sqlalchemy",
                "py39-agate",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-csvkit"
            ]
        }
    ]
}