python-lsp-server
brew install python-lsp-server
v1.14.0_3
MIT
Python Language Server for the Language Server Protocol
661
30-day installs · #1564
2.0k
90-day · #1604
9.1k
365-day · #1494
2.6k
★ GitHub stars · updated 8mo ago
Runtime dependencies
Build dependencies
Links
- https://github.com/python-lsp/python-lsp-server
- GitHub: python-lsp/python-lsp-server
- Brew formula source: Formula/p/python-lsp-server.rb
Raw metadata
{
"aliases": [
"pylsp"
],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"python@3.14"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Python Language Server for the Language Server Protocol",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:32+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "python-lsp-server",
"github_default_branch": "develop",
"github_last_commit_at": "2025-12-06T16:12:43Z",
"github_readme_excerpt": "# Python LSP Server\n\n[](https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Linux+tests%22) [](https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Mac+tests%22) [](https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Windows+tests%22) [](https://github.com/python-ls/python-ls/blob/master/LICENSE)\n\nA Python 3.9+ implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).\n\n## Installation\n\nThe base language server requires [Jedi](https://github.com/davidhalter/jedi) to provide Completions, Definitions, Hover, References, Signature Help, and Symbols:\n\n```\npip install python-lsp-server\n```\nThis will expose the command `pylsp` on your PATH. Confirm that installation succeeded by running `pylsp --help`.\n\nIf the respective dependencies are found, the following optional providers will be enabled:\n- [Rope](https://github.com/python-rope/rope) for Completions and renaming\n- [Pyflakes](https://github.com/PyCQA/pyflakes) linter to detect various errors\n- [McCabe](https://github.com/PyCQA/mccabe) linter for complexity checking\n- [pycodestyle](https://github.com/PyCQA/pycodestyle) linter for style checking\n- [pydocstyle](https://github.com/PyCQA/pydocstyle) linter for docstring style checking (disabled by default)\n- [autopep8](https://github.com/hhatto/autopep8) for code formatting\n- [YAPF](https://github.com/google/yapf) for code formatting (preferred over autopep8)\n- [flake8](https://github.com/pycqa/flake8) for error checking (disabled by default)\n- [pylint](https://github.com/PyCQA/pylint) for code linting (disabled by default)\n\nOptional providers can be installed using the `ex",
"github_repo": "python-lsp/python-lsp-server",
"github_stars": 2566,
"github_topics": [],
"homepage": "https://github.com/python-lsp/python-lsp-server",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 661,
"installs_365d": 9073,
"installs_90d": 1981,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "python-lsp-server",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1564,
"rank_365d": 1494,
"rank_90d": 1604,
"raw_hash": "f7f5575392439653",
"recommended_dependencies": [],
"revision": 3,
"ruby_source_path": "Formula/p/python-lsp-server.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.14.0",
"versioned_formulae": [],
"why_use_this": null
}