pyrestyle


Namepyrestyle JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/CSID-DGU/2023-1-OPPS1-CGS-08/blob/main/pyrestyle.py
SummaryPython style guide checker and This project based on pycodestyle
upload_time2023-06-19 12:06:38
maintainer
docs_urlNone
authorJohann C. Rocholl, 2023-1-OPPS1-CGS-08
requires_python>=3.7
licenseExpat license
keywords pyrestyle pep8 pep 8 pep-8 pep8
VCS
bugtrack_url
requirements libcst mypy-extensions PyYAML tabulate termcolor typing-inspect typing_extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CSID-DGU/2023-1-OPPS1-CGS-08/blob/main/pyrestyle.py",
    "name": "pyrestyle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pyrestyle,pep8,PEP 8,PEP-8,PEP8",
    "author": "Johann C. Rocholl, 2023-1-OPPS1-CGS-08",
    "author_email": "kys00919@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/31/89/0b9fef78018dccbf1611925d03f89e00f3c569b48ac4f815accf83a86899/pyrestyle-0.0.8.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "Expat license",
    "summary": "Python style guide checker and This project based on pycodestyle",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/CSID-DGU/2023-1-OPPS1-CGS-08/blob/main/pyrestyle.py"
    },
    "split_keywords": [
        "pyrestyle",
        "pep8",
        "pep 8",
        "pep-8",
        "pep8"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed72a5667f9f171616fbc83adea8cd7a2779c7d4f69a401a29833c9af8a0ef2d",
                "md5": "c5bb82624f863fc66e328cbb845c77d7",
                "sha256": "048f05a2b959df4a51cf67ac7764b4360f8ea9f364e34f2355ed10fbe9887815"
            },
            "downloads": -1,
            "filename": "pyrestyle-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5bb82624f863fc66e328cbb845c77d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31975,
            "upload_time": "2023-06-19T12:06:36",
            "upload_time_iso_8601": "2023-06-19T12:06:36.908101Z",
            "url": "https://files.pythonhosted.org/packages/ed/72/a5667f9f171616fbc83adea8cd7a2779c7d4f69a401a29833c9af8a0ef2d/pyrestyle-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31890b9fef78018dccbf1611925d03f89e00f3c569b48ac4f815accf83a86899",
                "md5": "c0b8e282ab3ace96f5b75c0c318b6e5f",
                "sha256": "3f56152dc92be63ad906e9d40eae95b89d9327fdea79e4a2e767d62b2c3b5246"
            },
            "downloads": -1,
            "filename": "pyrestyle-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c0b8e282ab3ace96f5b75c0c318b6e5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31538,
            "upload_time": "2023-06-19T12:06:38",
            "upload_time_iso_8601": "2023-06-19T12:06:38.751365Z",
            "url": "https://files.pythonhosted.org/packages/31/89/0b9fef78018dccbf1611925d03f89e00f3c569b48ac4f815accf83a86899/pyrestyle-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 12:06:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CSID-DGU",
    "github_project": "2023-1-OPPS1-CGS-08",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "libcst",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "tabulate",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "termcolor",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "typing-inspect",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.6.3"
                ]
            ]
        }
    ],
    "lcname": "pyrestyle"
}
        
Elapsed time: 0.09739s