autopyre


Nameautopyre JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/CSID-DGU/2023-1-OPPS1-CGS-08/autopyre.py
SummaryA tool that automatically formats Python code to conform to the PEP 8 style guide and This project based on autopep8
upload_time2023-06-19 12:05:16
maintainer
docs_urlNone
authorHideo Hattori, 2023-1-OPPS1-CGS-08
requires_python>=3.6
licenseMIT
keywords automation pep8 format pycodestyle autopyre pyrestyle
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/autopyre.py",
    "name": "autopyre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "automation,pep8,format,pycodestyle,autopyre,pyrestyle",
    "author": "Hideo Hattori, 2023-1-OPPS1-CGS-08",
    "author_email": "kys00919@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/35/b8/9510e1a5084642171345f88ac17d5e8a43ed0e56b6599fdfa9f26d3676b9/autopyre-1.0.3.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool that automatically formats Python code to conform to the PEP 8 style guide and This project based on autopep8",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/CSID-DGU/2023-1-OPPS1-CGS-08/autopyre.py"
    },
    "split_keywords": [
        "automation",
        "pep8",
        "format",
        "pycodestyle",
        "autopyre",
        "pyrestyle"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23186f178ac2ff92f830fdde6e990d9ec6485e34ccdce00ecc28cbd8a188fd54",
                "md5": "6325b0712c5631d2097581bed5b30b2f",
                "sha256": "a7e2814ce7159055565a7e095b723bce063cf124f86e0a79241135c1d1572453"
            },
            "downloads": -1,
            "filename": "autopyre-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6325b0712c5631d2097581bed5b30b2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 47413,
            "upload_time": "2023-06-19T12:05:15",
            "upload_time_iso_8601": "2023-06-19T12:05:15.062634Z",
            "url": "https://files.pythonhosted.org/packages/23/18/6f178ac2ff92f830fdde6e990d9ec6485e34ccdce00ecc28cbd8a188fd54/autopyre-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35b89510e1a5084642171345f88ac17d5e8a43ed0e56b6599fdfa9f26d3676b9",
                "md5": "eafd920f07c2547e3a6bf8e0cf50e335",
                "sha256": "a6518d18a19db8ce41e2b74299e306e97cea5d898d010c60817b9fce4290ea78"
            },
            "downloads": -1,
            "filename": "autopyre-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "eafd920f07c2547e3a6bf8e0cf50e335",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 46832,
            "upload_time": "2023-06-19T12:05:16",
            "upload_time_iso_8601": "2023-06-19T12:05:16.751401Z",
            "url": "https://files.pythonhosted.org/packages/35/b8/9510e1a5084642171345f88ac17d5e8a43ed0e56b6599fdfa9f26d3676b9/autopyre-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 12:05:16",
    "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": "autopyre"
}
        
Elapsed time: 0.08128s