Metadata-Version: 2.1
Name: elixir-lsp
Version: 1.5.1
Summary: Multi-Language Server WebSocket proxy for Elixir Notebook/Lab server
Author: ciusji
Author-email: bqjimaster@gmail.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/ElixirNote/elixirlsp/issues
Project-URL: Documentation, https://github.com/ElixirNote/elixirlsp
Project-URL: Source Code, https://github.com/ElixirNote/elixirlsp
Keywords: Interactive,Language Server,LSP
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.7
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
    <img src="https://raw.githubusercontent.com/ElixirNote/elixirserver/main/jupyter_server/static/logo/logo.png" width=120 alt="logo" />
    <br />
    <small>go from data to knowledge</small>
</div>

# ElixirLsp

Multi-[Language Server][language-server] WebSocket proxy for your [ElixirNote][elixirnote] server.

## Quick Started

```bash
pip install elixir-lsp
```

## Language Servers

`elixir-lsp` does not come with any Language Servers! Learn more about installing
and configuring [language servers][language servers docs].


## License

[BSD 3-Clause License](./LICENSE)


[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
[elixirnote]: https://github.com/ElixirNote/elixirnote
[language servers docs]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
