pkg.soopen package index

brew / 排名 1519

使用 Homebrew, pacman, apt, dnf 安装 python-lsp-server

查看 python-lsp-server 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install python-lsp-server

local Homebrew formula metadata

Linux

Arch Linux pacman已验证 · 92%
sudo pacman -S python-lsp-server

Arch Linux sync databases · python-lsp-server · 来源: geo.mirror.pkgbuild.com

Debian apt已验证 · 92%
sudo apt install python3-pylsp

Debian stable package indexes · python3-pylsp · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install python3-lsp-server

Fedora Rawhide package metadata · python3-lsp-server · 来源: dl.fedoraproject.org

概览

软件包摘要

Python Language Server for the Language Server Protocol

命令和别名

  • pylsp

历史

项目历史与用法

Python LSP Server is a community-maintained Python implementation of the Language Server Protocol that provides editor features through a core server and optional analysis, linting, formatting, and refactoring providers.

项目历史

Python LSP Server was created as a community-maintained fork of the Palantir Python Language Server project. The official project describes maintenance by the Spyder IDE team and community and presents it as the successor in the Python-LSP organization.

The project retained the pylsp command and an extensible provider design while evolving protocol support, configuration, Python-version compatibility, and integrations with external linters and formatters.

采用历史

Python LSP Server is used through editors and IDEs that implement the Language Server Protocol. It is maintained by the Spyder IDE team and the wider community, and is packaged across Homebrew, Debian, Ubuntu, Fedora-family systems, and Arch Linux according to the supplied package metadata.

Its optional-provider model allows distributions and users to compose capabilities from established Python tools including Jedi, Rope, Pyflakes, pycodestyle, pydocstyle, autopep8, YAPF, flake8, and pylint.

使用方式

An editor or IDE launches pylsp and communicates with it over the Language Server Protocol. Configuration is normally sent by the language client. The server can additionally discover pycodestyle or flake8 configuration files in the user environment or project workspace.

为什么软件包爱好者会关心

The project is a useful example of ecosystem consolidation around a standard protocol: one packaged server can supply Python intelligence to many editors. Package maintainers care about its optional dependency graph, plugin compatibility, and its role as the maintained successor to the older Python Language Server.

时间线

  • 2021: Early 1.x releases established the community-maintained python-lsp-server line.
  • 2021: Version 1.1.0 was released as part of the initial public 1.x series.
  • 2022: Version 1.4 improved configuration documentation and resilience around plugins.
  • 2023: Version 1.9 added initializationOptions support and expanded auto-import behavior.
  • Current: The Spyder IDE team and community maintain the project under the Python-LSP organization.

Related projects

  • python-language-server, commonly called PyLS, is the predecessor from which the project was forked.
  • Spyder participates in maintaining the server.
  • Jedi supplies core completion, definition, hover, reference, signature, and symbol functionality.
  • python-lsp-black, python-lsp-ruff, and pylsp-rope are related optional plugins.

来源

  • Official Python-LSP organization: https://github.com/python-lsp
  • Official changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md
  • Official repository and README: https://github.com/python-lsp/python-lsp-server
  • source_facts.package-manager

安全态势

尚未找到受保护工具覆盖

没有找到 python-lsp-server 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/pycodestylesetup.cfgtox.inipycodestyle.cfg.flake8

可执行文件

已安装的可执行文件

命令类型暴露范围备注
pylspcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-09-19
管理器版本1.15.0
管理器更新时间2026-09-12
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/python-lsp/python-lsp-server

安装元数据

软件包元数据

软件包键brew:python-lsp-server
版本1.15.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/python-lsp-server
主页https://github.com/python-lsp/python-lsp-server
仓库https://github.com/python-lsp/python-lsp-server
许可证MIT
源码归档https://files.pythonhosted.org/packages/e6/63/7d6af072a5b77a0d1f61306b7a72a7a2bc3f29ec0f8a8c85eb23f5ba7716/python_lsp_server-1.15.0.tar.gz
最后更新2026-09-12T05:08:29Z
Pulseupdated
依赖python@3.14
构建依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepython-lsp-server
Aliases
  • pylsp
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

python3-pylsp 1.12.0-3

Python implementation of the Language Server Protocol

https://github.com/python-lsp/python-lsp-server

sudo apt install python3-pylsp
  • Section: python
  • Architecture: all
  • Source Package: python-lsp-server
  • 8 依赖
  • 10 可选依赖
  • normalized package name match
  • 匹配方式:Python Lsp Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-pylsp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

python3-pylsp 1.10.0-1

Python implementation of the Language Server Protocol

https://github.com/python-lsp/python-lsp-server

sudo apt install python3-pylsp
  • Section: universe/python
  • Architecture: all
  • Source Package: python-lsp-server
  • 8 依赖
  • 10 可选依赖
  • normalized package name match
  • 匹配方式:Python Lsp Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-pylsp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

python3-lsp-server 1.14.0-1.fc45

Python implementation of language server protocol

https://github.com/python-lsp/python-lsp-server

sudo dnf install python3-lsp-server
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-lsp-server
  • 3 依赖
  • 6 提供
  • normalized package name match
  • 匹配方式:Python Lsp Server
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-lsp-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

python3-lsp-server+all 1.14.0-1.fc45

Metapackage for python3-lsp-server: all extras

https://github.com/python-lsp/python-lsp-server

sudo dnf install python3-lsp-server+all
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-lsp-server
  • 3 依赖
  • 5 提供
  • normalized package name match
  • 匹配方式:Python Lsp Server
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-lsp-server+all from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

python-lsp-server 1.15.0-1

Fork of the python-language-server project, maintained by the Spyder IDE team and the community

https://github.com/python-lsp/python-lsp-server

sudo pacman -S python-lsp-server
  • License: MIT
  • Architecture: any
  • 7 依赖
  • 10 可选依赖
  • normalized package name match
  • 匹配方式:Python Lsp Server
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: python-lsp-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation