flake8-no-debug-vars


Nameflake8-no-debug-vars JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/fr3h4g/flake8-no-debug-vars
SummaryA flake8 plugin to ban variables test or debug to be True
upload_time2023-01-27 00:09:34
maintainer
docs_urlNone
authorFredrik Haglund
requires_python
license
keywords flake8
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flake8-no-debug-vars

A flake8 plugin to ban variables test or debug to be True.

## Installation

```bash
pip install flake8-no-debug-vars
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fr3h4g/flake8-no-debug-vars",
    "name": "flake8-no-debug-vars",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flake8",
    "author": "Fredrik Haglund",
    "author_email": "fr3h4g@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/15/85/e4d305eb4765c9502f70b3a084ebe7b6a0fe964ed3de1bd5857bab9828b8/flake8_no_debug_vars-0.1.0.tar.gz",
    "platform": null,
    "description": "# flake8-no-debug-vars\n\nA flake8 plugin to ban variables test or debug to be True.\n\n## Installation\n\n```bash\npip install flake8-no-debug-vars\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A flake8 plugin to ban variables test or debug to be True",
    "version": "0.1.0",
    "split_keywords": [
        "flake8"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5e42e62109b2969d61bf3e59157ff0a86b0bd2acd73c35ecb2c41ca3f5725f1",
                "md5": "684929796e44ff0d0c9a10a8ddd20742",
                "sha256": "ed0545612dd39559aec25bd2de1de8d9dc44b3144b921d73fb682305ab1624d0"
            },
            "downloads": -1,
            "filename": "flake8_no_debug_vars-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "684929796e44ff0d0c9a10a8ddd20742",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2799,
            "upload_time": "2023-01-27T00:09:33",
            "upload_time_iso_8601": "2023-01-27T00:09:33.334885Z",
            "url": "https://files.pythonhosted.org/packages/d5/e4/2e62109b2969d61bf3e59157ff0a86b0bd2acd73c35ecb2c41ca3f5725f1/flake8_no_debug_vars-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1585e4d305eb4765c9502f70b3a084ebe7b6a0fe964ed3de1bd5857bab9828b8",
                "md5": "8c337413726e31946185ad8172557753",
                "sha256": "e52e59a6f66dfb15090928cd1608196d2d749b1fa39b8176ee5f64c8beba1179"
            },
            "downloads": -1,
            "filename": "flake8_no_debug_vars-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8c337413726e31946185ad8172557753",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1964,
            "upload_time": "2023-01-27T00:09:34",
            "upload_time_iso_8601": "2023-01-27T00:09:34.967395Z",
            "url": "https://files.pythonhosted.org/packages/15/85/e4d305eb4765c9502f70b3a084ebe7b6a0fe964ed3de1bd5857bab9828b8/flake8_no_debug_vars-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 00:09:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "fr3h4g",
    "github_project": "flake8-no-debug-vars",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flake8-no-debug-vars"
}
        
Elapsed time: 0.06043s