spsdk-pylint-plugins


Namespsdk-pylint-plugins JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryPyLint plugins coverity SPSDK-specific coding rules.
upload_time2025-10-24 09:38:02
maintainerNone
docs_urlNone
authorNXP
requires_python>=3.9
licenseBSD-3-Clause
keywords nxp spsdk pylint plugins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
PyLint plugins covering SPSDK-specific coding rules
===================================================


* Free software: BSD-3-Clause


Features
--------

* `click-choice`: Check if click.Choice options are not case sensitive


Installation
------------

* Activate virtual env, meant for SPSDK development
* `pip install spsdk-pylint-plugins`
* add `spsdk-pylint-plugins` into `load-plugins` section of you PyLint config file (.pylintrc, pyproject.toml, etc.)
* run `pylint` as usual

Credits
-------

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [SPSDK Debug Probe project template](https://github.com/nxp-mcuxpresso/spsdk/blob/master/examples/plugins/templates/cookiecutter-spsdk-debug-probe-plugin.zip).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spsdk-pylint-plugins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "NXP <spsdk@nxp.com>",
    "keywords": "NXP, SPSDK, PyLint, Plugins",
    "author": "NXP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8f/7a/9c932fe16bc921f7ab672bf914904fe49e0c9601ede7843daccffc175592/spsdk_pylint_plugins-0.2.3.tar.gz",
    "platform": null,
    "description": "\nPyLint plugins covering SPSDK-specific coding rules\n===================================================\n\n\n* Free software: BSD-3-Clause\n\n\nFeatures\n--------\n\n* `click-choice`: Check if click.Choice options are not case sensitive\n\n\nInstallation\n------------\n\n* Activate virtual env, meant for SPSDK development\n* `pip install spsdk-pylint-plugins`\n* add `spsdk-pylint-plugins` into `load-plugins` section of you PyLint config file (.pylintrc, pyproject.toml, etc.)\n* run `pylint` as usual\n\nCredits\n-------\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [SPSDK Debug Probe project template](https://github.com/nxp-mcuxpresso/spsdk/blob/master/examples/plugins/templates/cookiecutter-spsdk-debug-probe-plugin.zip).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "PyLint plugins coverity SPSDK-specific coding rules.",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/nxp-mcuxpresso/spsdk_plugins/tree/master/pylint_plugins",
        "Issues": "https://github.com/nxp-mcuxpresso/spsdk_plugins/issues"
    },
    "split_keywords": [
        "nxp",
        " spsdk",
        " pylint",
        " plugins"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f7a9c932fe16bc921f7ab672bf914904fe49e0c9601ede7843daccffc175592",
                "md5": "9ae316322aa251a4f45deff80940cc2f",
                "sha256": "6df410ff99ec977a6a5144ba7fa96a59448afcf1a92dab56335ac342beb88a29"
            },
            "downloads": -1,
            "filename": "spsdk_pylint_plugins-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9ae316322aa251a4f45deff80940cc2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6237,
            "upload_time": "2025-10-24T09:38:02",
            "upload_time_iso_8601": "2025-10-24T09:38:02.813964Z",
            "url": "https://files.pythonhosted.org/packages/8f/7a/9c932fe16bc921f7ab672bf914904fe49e0c9601ede7843daccffc175592/spsdk_pylint_plugins-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-24 09:38:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nxp-mcuxpresso",
    "github_project": "spsdk_plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spsdk-pylint-plugins"
}
        
NXP
Elapsed time: 2.54997s