An implementation of the Language Server Protocol (LSP) for Python. Version 0.36.2 is the final release; the project is deprecated in favor of python-lsp-server (a community fork) and pyright/pylance. It provides IDE features like autocompletion, linting, code navigation, and refactoring.
Verified import paths — ran on the pinned version, not inferred.
The main entry point is the `pyls` module; direct imports of internal submodules are unsupported.
Basic usage: the server is typically started by an editor plugin. The `pyls` module provides a `ProcessServer` class for programmatic launching.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.