pyflies-ls


Namepyflies-ls JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/DejanS24/pyflies-LS
Summarya language server for pyFlies language
upload_time2023-09-17 17:37:33
maintainer
docs_urlNone
authorDejan Sorgic
requires_python
license
keywords pyflies 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.
            # _pyflies-LS_



pyflies-LS is a language server that provides smartness for [pyflies](https://github.com/pyflies/pyflies) language.



It is expected to use this package in conbination with some IDE extension for pyflies.

An example for this would be [vscode-pyflies](https://github.com/pyflies/vscode-pyflies) extension for Visual Studio Code.



## Features



pyflies Language Server contains all logic for providing features like:



- _Code completion_

- _Code validation and error reporting_

- _Quick fix for typos_

- _Find all refernces_

- _Go to definition_



The server 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/DejanS24/pyflies-LS",
    "name": "pyflies-ls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyFlies DSL python domain specific languages language server protocol pygls",
    "author": "Dejan Sorgic",
    "author_email": "dejans1224@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/14/e2e71125bc0e838dc695cd0d48907823e284ecfbc6a0bc9fae2b251d6633/pyflies-ls-0.0.3.tar.gz",
    "platform": null,
    "description": "# _pyflies-LS_\r\n\r\n\r\n\r\npyflies-LS is a language server that provides smartness for [pyflies](https://github.com/pyflies/pyflies) language.\r\n\r\n\r\n\r\nIt is expected to use this package in conbination with some IDE extension for pyflies.\r\n\r\nAn example for this would be [vscode-pyflies](https://github.com/pyflies/vscode-pyflies) extension for Visual Studio Code.\r\n\r\n\r\n\r\n## Features\r\n\r\n\r\n\r\npyflies Language Server contains all logic for providing features like:\r\n\r\n\r\n\r\n- _Code completion_\r\n\r\n- _Code validation and error reporting_\r\n\r\n- _Quick fix for typos_\r\n\r\n- _Find all refernces_\r\n\r\n- _Go to definition_\r\n\r\n\r\n\r\nThe server uses  _[pygls](https://github.com/openlawlibrary/pygls)_ to expose all functionalities over\r\n\r\n_[Language Server Protocol](https://microsoft.github.io/language-server-protocol/specification)_.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "a language server for pyFlies language",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/DejanS24/pyflies-LS"
    },
    "split_keywords": [
        "pyflies",
        "dsl",
        "python",
        "domain",
        "specific",
        "languages",
        "language",
        "server",
        "protocol",
        "pygls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "552e5c85e22491cd51de01e277216d7dbdab1762bc682f6255063e93348c6d8e",
                "md5": "eb4ad508d811ec43e562d0d1f3f5d82f",
                "sha256": "aa849514a67b813544362f23700f610aaddc296d8f0c00add4155f48dad8256b"
            },
            "downloads": -1,
            "filename": "pyflies_ls-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb4ad508d811ec43e562d0d1f3f5d82f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9156,
            "upload_time": "2023-09-17T17:37:31",
            "upload_time_iso_8601": "2023-09-17T17:37:31.319590Z",
            "url": "https://files.pythonhosted.org/packages/55/2e/5c85e22491cd51de01e277216d7dbdab1762bc682f6255063e93348c6d8e/pyflies_ls-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b914e2e71125bc0e838dc695cd0d48907823e284ecfbc6a0bc9fae2b251d6633",
                "md5": "cbb09c807811a5238557ec2814bfecf4",
                "sha256": "d80b6ba23a8ca75b9a2dc32dec2bda66034054a09ba7d6824751748a065bc9fb"
            },
            "downloads": -1,
            "filename": "pyflies-ls-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "cbb09c807811a5238557ec2814bfecf4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7751,
            "upload_time": "2023-09-17T17:37:33",
            "upload_time_iso_8601": "2023-09-17T17:37:33.150217Z",
            "url": "https://files.pythonhosted.org/packages/b9/14/e2e71125bc0e838dc695cd0d48907823e284ecfbc6a0bc9fae2b251d6633/pyflies-ls-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-17 17:37:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DejanS24",
    "github_project": "pyflies-LS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyflies-ls"
}
        
Elapsed time: 0.11350s