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

{
    "name": "py39-docstyle",
    "portdir": "python/py-docstyle",
    "version": "6.3.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/PyCQA/pydocstyle",
    "description": "Python docstring style checker",
    "long_description": "pydocstyle is a static analysis tool for checking compliance with Python docstring conventions.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1145
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-poetry-core",
                "py39-build",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-snowballstemmer",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pydocstyle_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-python-lsp-server"
            ]
        }
    ]
}