lsprotocol is a python implementation of object types used in the
Language Server Protocol (LSP). This repository contains the code
generator and the generated types for LSP.
LSP is used by editors to communicate with various tools to
enables services like code completion, documentation on hover,
formatting, code analysis, etc. The intent of this library is
to allow you to build on top of the types used by LSP. This
repository will be kept up to date with the latest version of LSP
as it is updated.
Provides
Requires
License
MIT
Changelog
* Sun Sep 21 2025 Dirk Müller <dmuel