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

{
    "name": "py311-pygls",
    "portdir": "python/py-pygls",
    "version": "1.3.1",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/openlawlibrary/pygls",
    "description": "Pythonic generic implementation of the Language Server Protocol",
    "long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 572
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "clang-17",
                "py311-poetry-core",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-typeguard",
                "py311-lsprotocol",
                "py311-typing_extensions"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest",
                "py311-mock",
                "py311-pytest-asyncio"
            ]
        }
    ],
    "depends_on": []
}