{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"}],"enrichment":{"capability":"Implements the Language Server Protocol for Python, providing code completion, linting, formatting, and navigation features for editor integration.","skillfed_tags":["language-server-protocol","editor-integration","code-analysis"],"use_cases":["Integrate Python code intelligence into VS Code or other LSP-compatible editors via the Language Server Protocol","Provide code completion and navigation for Python projects in custom editor implementations or language-agnostic IDEs","Enable linting and style checking across a team by centralizing Python analysis through a single server instance","Add Python code formatting and refactoring capabilities to editors that support LSP","Extend editor functionality with optional providers via third-party plugins"],"what_it_does":"Python Language Server is an implementation of the Language Server Protocol for Python, designed to integrate with editors and IDEs to provide real-time code intelligence. It uses Jedi as its core engine to deliver completions, definitions, hover information, references, signature help, and symbol navigation. The package also supports optional linting and formatting providers that can be installed as extras to extend functionality.\n\nThe server is configured through standard Python tool configuration files and allows per-workspace overrides. It is primarily intended for use by LSP clients (such as VS Code extensions or other editors) rather than as a standalone tool. The package has 7 core runtime dependencies and supports a plugin architecture for third-party extensions.","worth_installing":"Yes, if you are building or configuring an LSP-compatible editor or IDE and need Python language support. The package is actively maintained, has low install friction, and integrates cleanly with standard Python tooling. However, verify current Python version compatibility before use, as the latest release is from 2020-12-11 and Python 2 support is obsolete. Not suitable for direct command-line use\u2014it requires an LSP client."},"id":"python-language-server","links":{"html":"https://skillfed.io/packages/python-language-server","md":"https://skillfed.io/packages/python-language-server.md","pypi":"https://pypi.org/project/python-language-server/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2020-12-11","license_spdx":null,"license_treatment":"unclear","name":"python-language-server","python_support":"unspecified","summary":"Python Language Server for the Language Server Protocol"},"popularity":{"monthly_downloads":90148,"position":13615,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.36.2"}
