flake8-py2builtins


Nameflake8-py2builtins JSON
Version 0.0.0.1 PyPI version JSON
download
home_pagehttps://github.com/cielavenir/flake8_py2builtins
Summaryflake8 plugin to warn Python2 builtins
upload_time2024-07-09 05:56:04
maintainerNone
docs_urlNone
authorcielavenir
requires_pythonNone
license0BSD
keywords flake8
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## flake8_py2builtins

flake8 plugin to warn Python2 builtins

(When executed by Python2) this does not handle except-as or print-parens. For those check, please use [hacking](https://pypi.org/project/hacking/) (==2.0.0 for python2).

cf https://docs.openstack.org/hacking/latest/user/hacking.html#python-3-x-compatibility
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cielavenir/flake8_py2builtins",
    "name": "flake8-py2builtins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "flake8",
    "author": "cielavenir",
    "author_email": "cielartisan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/83/201f43ebcdb3a810c6a7e38beb59413c8a68feadf031f99f58d887273a5e/flake8_py2builtins-0.0.0.1.tar.gz",
    "platform": "any",
    "description": "## flake8_py2builtins\n\nflake8 plugin to warn Python2 builtins\n\n(When executed by Python2) this does not handle except-as or print-parens. For those check, please use [hacking](https://pypi.org/project/hacking/) (==2.0.0 for python2).\n\ncf https://docs.openstack.org/hacking/latest/user/hacking.html#python-3-x-compatibility",
    "bugtrack_url": null,
    "license": "0BSD",
    "summary": "flake8 plugin to warn Python2 builtins",
    "version": "0.0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/cielavenir/flake8_py2builtins"
    },
    "split_keywords": [
        "flake8"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d483201f43ebcdb3a810c6a7e38beb59413c8a68feadf031f99f58d887273a5e",
                "md5": "78bc3d7f958bf07f71ac3146f459d234",
                "sha256": "ab7798290f246e15945ecf5e0327eab4082e282f4bbe9207ae88cc8e8d4b69c3"
            },
            "downloads": -1,
            "filename": "flake8_py2builtins-0.0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78bc3d7f958bf07f71ac3146f459d234",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5852,
            "upload_time": "2024-07-09T05:56:04",
            "upload_time_iso_8601": "2024-07-09T05:56:04.693292Z",
            "url": "https://files.pythonhosted.org/packages/d4/83/201f43ebcdb3a810c6a7e38beb59413c8a68feadf031f99f58d887273a5e/flake8_py2builtins-0.0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 05:56:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cielavenir",
    "github_project": "flake8_py2builtins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flake8-py2builtins"
}
        
Elapsed time: 9.62327s