python-lsp-pylama


Namepython-lsp-pylama JSON
Version 0.1 PyPI version JSON
download
home_page
Summarypylama linting plugin for pylsp
upload_time2023-11-07 06:23:15
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``python-lsp-pylama``
=====================

``python-lsp-pylama`` is a plugin for `python-lsp-server` that makes it aware
of ``pylama``.

Install
-------

In the same `virtualenv` as `python-lsp-server`:

.. code-block::

    > python -m pip install python-lsp-pylama

And then in your configuration for ``python-lsp-server``:

.. code-block::

    settings = {
        pylsp = {
            plugins = {
                pylama = { enabled = true },
            }
        }
    },

The options also include ``args`` which are a list of strings that are added to the
command line arguments used for ``pylama``.

Note that if you have `noseOfYeti <https://noseofyeti.readthedocs.io/en/latest/>`_
installed, then it will know how to transform any ``spec`` coding tests so that it may
run ``pylama`` over them.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-lsp-pylama",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Stephen Moore <stephen@delfick.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/2e/6560a5243ba0e15a9e2d2a18a645d2b661283db866a90cf3d23a9700cb47/python_lsp_pylama-0.1.tar.gz",
    "platform": null,
    "description": "``python-lsp-pylama``\n=====================\n\n``python-lsp-pylama`` is a plugin for `python-lsp-server` that makes it aware\nof ``pylama``.\n\nInstall\n-------\n\nIn the same `virtualenv` as `python-lsp-server`:\n\n.. code-block::\n\n    > python -m pip install python-lsp-pylama\n\nAnd then in your configuration for ``python-lsp-server``:\n\n.. code-block::\n\n    settings = {\n        pylsp = {\n            plugins = {\n                pylama = { enabled = true },\n            }\n        }\n    },\n\nThe options also include ``args`` which are a list of strings that are added to the\ncommand line arguments used for ``pylama``.\n\nNote that if you have `noseOfYeti <https://noseofyeti.readthedocs.io/en/latest/>`_\ninstalled, then it will know how to transform any ``spec`` coding tests so that it may\nrun ``pylama`` over them.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pylama linting plugin for pylsp",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/delfick/python-lsp-pylama"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e3c8f1f2b2b04dff6f3ac8cc20eb89520dc2aa5ee4d171cd317e53f60911066",
                "md5": "2df652902a478f2890b32f0066fb172a",
                "sha256": "1faa56aefc89a5cce1bf81d3f6690ac0f8c93629407f12e120aa1094bac6e8ea"
            },
            "downloads": -1,
            "filename": "python_lsp_pylama-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2df652902a478f2890b32f0066fb172a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6252,
            "upload_time": "2023-11-07T06:23:13",
            "upload_time_iso_8601": "2023-11-07T06:23:13.736125Z",
            "url": "https://files.pythonhosted.org/packages/7e/3c/8f1f2b2b04dff6f3ac8cc20eb89520dc2aa5ee4d171cd317e53f60911066/python_lsp_pylama-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f92e6560a5243ba0e15a9e2d2a18a645d2b661283db866a90cf3d23a9700cb47",
                "md5": "560192630152c4491ecff93dbbfc73e4",
                "sha256": "34f0c3a0d428f1ff30f6dd48d3b0d6d10fb995b6e7790e661efb70c887ed5826"
            },
            "downloads": -1,
            "filename": "python_lsp_pylama-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "560192630152c4491ecff93dbbfc73e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1999,
            "upload_time": "2023-11-07T06:23:15",
            "upload_time_iso_8601": "2023-11-07T06:23:15.128700Z",
            "url": "https://files.pythonhosted.org/packages/f9/2e/6560a5243ba0e15a9e2d2a18a645d2b661283db866a90cf3d23a9700cb47/python_lsp_pylama-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-07 06:23:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "delfick",
    "github_project": "python-lsp-pylama",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "python-lsp-pylama"
}
        
Elapsed time: 0.14482s