flake8-pylint


Nameflake8-pylint JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/orsinium-labs/flake8-pylint
SummaryFlake8 plugin that runs PyLint.
upload_time2023-10-07 05:44:04
maintainerNone
docs_urlNone
authorGram
requires_python>=3.6
licenseMIT
keywords flake8 plugins pylint introspection linter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flake8-pylint

[Flake8](https://gitlab.com/pycqa/flake8) plugin that runs [PyLint](https://github.com/PyCQA/pylint/).

```bash
python3 -m pip install --user -U flake8-pylint
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/orsinium-labs/flake8-pylint",
    "name": "flake8-pylint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "flake8,plugins,pylint,introspection,linter",
    "author": "Gram",
    "author_email": "gram@orsinium.dev",
    "download_url": "https://files.pythonhosted.org/packages/6e/7c/fce09beb92f8c83640416a26658e0e4dae56f53db421cf615e12bcdea63c/flake8_pylint-0.2.1.tar.gz",
    "platform": null,
    "description": "# flake8-pylint\n\n[Flake8](https://gitlab.com/pycqa/flake8) plugin that runs [PyLint](https://github.com/PyCQA/pylint/).\n\n```bash\npython3 -m pip install --user -U flake8-pylint\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Flake8 plugin that runs PyLint.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/orsinium-labs/flake8-pylint"
    },
    "split_keywords": [
        "flake8",
        "plugins",
        "pylint",
        "introspection",
        "linter"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a84e518f697188a66c06004255a61fb201b015d80be059116bdf3115cb739de",
                "md5": "c1b1311c36656142ab4f25f6bb2c4dbf",
                "sha256": "7310149a66e63e1964feff9ed08a564b83e7739c0ca844b3a2778b673bcb4f11"
            },
            "downloads": -1,
            "filename": "flake8_pylint-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1b1311c36656142ab4f25f6bb2c4dbf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3840,
            "upload_time": "2023-10-07T05:44:03",
            "upload_time_iso_8601": "2023-10-07T05:44:03.082856Z",
            "url": "https://files.pythonhosted.org/packages/2a/84/e518f697188a66c06004255a61fb201b015d80be059116bdf3115cb739de/flake8_pylint-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e7cfce09beb92f8c83640416a26658e0e4dae56f53db421cf615e12bcdea63c",
                "md5": "9cbb60c1bc05acb49a55672a21de5f6c",
                "sha256": "7741f9a63b05768fc4c641c7f6389bc33c91f9ed9bfd59c01540bbb7acc180e3"
            },
            "downloads": -1,
            "filename": "flake8_pylint-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9cbb60c1bc05acb49a55672a21de5f6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5133,
            "upload_time": "2023-10-07T05:44:04",
            "upload_time_iso_8601": "2023-10-07T05:44:04.906338Z",
            "url": "https://files.pythonhosted.org/packages/6e/7c/fce09beb92f8c83640416a26658e0e4dae56f53db421cf615e12bcdea63c/flake8_pylint-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-07 05:44:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "orsinium-labs",
    "github_project": "flake8-pylint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flake8-pylint"
}
        
Elapsed time: 0.16883s