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

{
    "name": "pgcli",
    "portdir": "databases/pgcli",
    "version": "4.3.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pgcli.com",
    "description": "Postgres CLI with autocompletion and syntax highlighting",
    "long_description": "Postgres CLI with autocompletion and syntax highlighting",
    "active": true,
    "categories": [
        "databases",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "python310",
        "python311",
        "python312",
        "python313"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-18",
                "py313-build",
                "py313-installer",
                "py313-setuptools",
                "py313-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-keyring",
                "py313-configobj",
                "py313-setproctitle",
                "python313",
                "py313-cli-helpers",
                "py313-pgspecial",
                "py313-psycopg",
                "py313-tzlocal",
                "py313-prompt_toolkit",
                "py313-pygments",
                "py313-click",
                "py313-sqlparse"
            ]
        }
    ],
    "depends_on": []
}