GET /api/v1/ports/py310-python-lsp-server/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-python-lsp-server",
    "portdir": "python/py-python-lsp-server",
    "version": "1.12.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-lsp/python-lsp-server/",
    "description": "A Python implementation of the Language Server Protocol",
    "long_description": "Fork of the python-language-server project, maintained by the Spyder IDE team and the community.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1585
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-setuptools_scm",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-flake8-mccabe",
                "py310-pyflakes",
                "py310-pylint",
                "py310-python-lsp-jsonrpc",
                "py310-rope",
                "py310-ujson",
                "py310-yapf",
                "py310-jedi",
                "py310-whatthepatch",
                "py310-docstring-to-markdown",
                "python310",
                "py310-pluggy",
                "py310-autopep8",
                "py310-codestyle",
                "py310-docstyle",
                "py310-flake8"
            ]
        },
        {
            "type": "run",
            "ports": [
                "python-lsp-server_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-mock",
                "py310-flaky"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-pyls-spyder",
                "py310-python-lsp-black"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-spyder-devel",
                "py310-spyder"
            ]
        }
    ]
}