Metadata-Version: 2.1
Name: sansio-lsp-client
Version: 0.9.0
Summary: An implementation of the client side of the LSP protocol, useful for embedding easily in your editor.
Home-page: https://github.com/PurpleMyst/sansio-lsp-client
License: MIT
Keywords: sansio,languageserver
Author: Purple Myst
Author-email: PurpleMyst@users.noreply.github.com
Requires-Python: >=3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: pydantic (>=1.7.3,<2.0.0)
Project-URL: Repository, https://github.com/PurpleMyst/sansio-lsp-client
Description-Content-Type: text/markdown

# sansio-lsp-client

An implementation of the client side of the LSP protocol, useful for embedding
easily in your editor.

