elixir-lsp


Nameelixir-lsp JSON
Version 1.5.1 PyPI version JSON
download
home_page
SummaryMulti-Language Server WebSocket proxy for Elixir Notebook/Lab server
upload_time2022-12-24 03:05:21
maintainer
docs_urlNone
authorciusji
requires_python>=3.7
licenseBSD-3-Clause
keywords interactive language server lsp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "elixir-lsp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Interactive,Language Server,LSP",
    "author": "ciusji",
    "author_email": "bqjimaster@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/4c/509ae4945bd220e88446100cec8f8e0506bcffbae3f5d43208d5ac74ee5d/elixir-lsp-1.5.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/ElixirNote/elixirserver/main/jupyter_server/static/logo/logo.png\" width=120 alt=\"logo\" />\n    <br />\n    <small>go from data to knowledge</small>\n</div>\n\n# ElixirLsp\n\nMulti-[Language Server][language-server] WebSocket proxy for your [ElixirNote][elixirnote] server.\n\n## Quick Started\n\n```bash\npip install elixir-lsp\n```\n\n## Language Servers\n\n`elixir-lsp` does not come with any Language Servers! Learn more about installing\nand configuring [language servers][language servers docs].\n\n\n## License\n\n[BSD 3-Clause License](./LICENSE)\n\n\n[language-server]: https://microsoft.github.io/language-server-protocol/specification\n[langserver]: https://langserver.org\n[lsp-implementations]: https://microsoft.github.io/language-server-protocol/implementors/servers\n[elixirnote]: https://github.com/ElixirNote/elixirnote\n[language servers docs]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Multi-Language Server WebSocket proxy for Elixir Notebook/Lab server",
    "version": "1.5.1",
    "split_keywords": [
        "interactive",
        "language server",
        "lsp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e249064630a51c4b574a7da20d0e1348",
                "sha256": "eafbf04e0a60e49f4aa3580f99a4583ebdfe174e8d6f26ec2604bf3d62eafbd1"
            },
            "downloads": -1,
            "filename": "elixir-lsp-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e249064630a51c4b574a7da20d0e1348",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 36066,
            "upload_time": "2022-12-24T03:05:21",
            "upload_time_iso_8601": "2022-12-24T03:05:21.288692Z",
            "url": "https://files.pythonhosted.org/packages/84/4c/509ae4945bd220e88446100cec8f8e0506bcffbae3f5d43208d5ac74ee5d/elixir-lsp-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-24 03:05:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "elixir-lsp"
}
        
Elapsed time: 0.02649s