textx-ls-server


Nametextx-ls-server JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/textX/textX-LS/server
Summarya language server for domain specific languages based on textX
upload_time2024-10-14 11:55:16
maintainerNone
docs_urlNone
authorDaniel Elero
requires_python>=3.8
licenseMIT
keywords textx dsl python domain specific languages language server protocol pygls
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # _textX-LS-server_

_textX-LS-server_ project is a thin layer around _[textX-LS-core](https://github.com/textX/textX-LS/textX-LS/core)_
and uses _[pygls](https://github.com/openlawlibrary/pygls)_ to expose all functionalities over
_[Language Server Protocol](https://microsoft.github.io/language-server-protocol/specification)_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/textX/textX-LS/server",
    "name": "textx-ls-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "textX DSL python domain specific languages language server protocol pygls",
    "author": "Daniel Elero",
    "author_email": "danixeee@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b6/5c/cd9d3378b12fbcf4233d2730f15256e5142dca0a004ad997a54282ee5f1b/textx_ls_server-0.2.0.tar.gz",
    "platform": null,
    "description": "# _textX-LS-server_\n\n_textX-LS-server_ project is a thin layer around _[textX-LS-core](https://github.com/textX/textX-LS/textX-LS/core)_\nand uses _[pygls](https://github.com/openlawlibrary/pygls)_ to expose all functionalities over\n_[Language Server Protocol](https://microsoft.github.io/language-server-protocol/specification)_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a language server for domain specific languages based on textX",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/textX/textX-LS/server"
    },
    "split_keywords": [
        "textx",
        "dsl",
        "python",
        "domain",
        "specific",
        "languages",
        "language",
        "server",
        "protocol",
        "pygls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04730f2c2226424d1f1fc7ae7756bf5de90ac52b769b60777afdb8feb3e0ed96",
                "md5": "adaf5a14efe2bfa4d104e89436033343",
                "sha256": "e80fc72ce5b144fd4e6c3796066a204d8c2fe51c812ae732f546300eeed8e5ae"
            },
            "downloads": -1,
            "filename": "textx_ls_server-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adaf5a14efe2bfa4d104e89436033343",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9952,
            "upload_time": "2024-10-14T11:55:14",
            "upload_time_iso_8601": "2024-10-14T11:55:14.948379Z",
            "url": "https://files.pythonhosted.org/packages/04/73/0f2c2226424d1f1fc7ae7756bf5de90ac52b769b60777afdb8feb3e0ed96/textx_ls_server-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b65ccd9d3378b12fbcf4233d2730f15256e5142dca0a004ad997a54282ee5f1b",
                "md5": "5045ed25a59ce40396d7e37e297b21c8",
                "sha256": "208fb7bf374d33b0caf0ac0dd017005c4df0b16e6c0a7af256067fe6dfad0532"
            },
            "downloads": -1,
            "filename": "textx_ls_server-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5045ed25a59ce40396d7e37e297b21c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8698,
            "upload_time": "2024-10-14T11:55:16",
            "upload_time_iso_8601": "2024-10-14T11:55:16.666140Z",
            "url": "https://files.pythonhosted.org/packages/b6/5c/cd9d3378b12fbcf4233d2730f15256e5142dca0a004ad997a54282ee5f1b/textx_ls_server-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-14 11:55:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "textX",
    "github_project": "textX-LS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "textx-ls-server"
}
        
Elapsed time: 0.89290s