Metadata-Version: 2.1
Name: jupyter-lsp
Version: 1.1.4
Summary: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
Home-page: UNKNOWN
Author: jupyter-lsp Contributors
Author-email: krassowski.michal+pypi@gmail.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/krassowski/jupyterlab-lsp/issues
Project-URL: Documentation, https://jupyterlab-lsp.readthedocs.io/
Project-URL: Source Code, https://github.com/krassowski/jupyterlab-lsp
Description: # jupyter-lsp
        
        Multi-[Language Server][language-server] WebSocket proxy for your Jupyter
        `notebook` or `lab` server. For Python 3.6+.
        
        > See the parent of this repository,
        > [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) for the
        > reference client implementation for [JupyterLab][].
        
        # Language Servers
        
        `jupyter-lsp` does not come with any Language Servers! Learn more about installing
        and configuring [language servers][language servers docs]
        
        [language-server]: https://microsoft.github.io/language-server-protocol/specification
        [langserver]: https://langserver.org
        [lsp-implementations]: https://microsoft.github.io/language-server-protocol/implementors/servers
        [jupyter-lsp]: https://github.com/krassowski/jupyterlab-lsp.git
        [jupyterlab]: https://github.com/jupyterlab/jupyterlab
        [language servers docs]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
        
Keywords: Interactive,Language Server,LSP
Platform: UNKNOWN
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/markdown
