remove-comments


Nameremove-comments JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ваш_логин/remove_comments
SummaryA Python library to remove hash comments from code files
upload_time2024-10-23 13:09:13
maintainerNone
docs_urlNone
authorВаше Имя
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Remove Comments Library

This is a Python library to remove hash comments from Python code files. It also supports automatic overwriting of the calling file to remove comments.

## Installation

```bash
pip install remove-comments
```

## Usage

from remove_comments import remove_comments_and_update_file

remove_comments_and_update_file()


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/\u0432\u0430\u0448_\u043b\u043e\u0433\u0438\u043d/remove_comments",
    "name": "remove-comments",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "\u0412\u0430\u0448\u0435 \u0418\u043c\u044f",
    "author_email": "\u0432\u0430\u0448_email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b7/30/85622f2da5e3b95ca301937bf56f68360bd3171f47e8efc6dc0899da72a1/remove_comments-1.0.0.tar.gz",
    "platform": null,
    "description": "# Remove Comments Library\n\nThis is a Python library to remove hash comments from Python code files. It also supports automatic overwriting of the calling file to remove comments.\n\n## Installation\n\n```bash\npip install remove-comments\n```\n\n## Usage\n\nfrom remove_comments import remove_comments_and_update_file\n\nremove_comments_and_update_file()\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to remove hash comments from code files",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/\u0432\u0430\u0448_\u043b\u043e\u0433\u0438\u043d/remove_comments"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b16b52d6936128a1bbcec0a325c7c1fa50f76e8d619312dbee75637b73c2f14",
                "md5": "322bdcc4d46f85f070fcdcf0fbcdf0b4",
                "sha256": "71ae25b7d131d4da3f6c59315f5441ca92772e043e310b4fdacb785ee172c37a"
            },
            "downloads": -1,
            "filename": "remove_comments-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "322bdcc4d46f85f070fcdcf0fbcdf0b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3042,
            "upload_time": "2024-10-23T13:09:11",
            "upload_time_iso_8601": "2024-10-23T13:09:11.607445Z",
            "url": "https://files.pythonhosted.org/packages/2b/16/b52d6936128a1bbcec0a325c7c1fa50f76e8d619312dbee75637b73c2f14/remove_comments-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b73085622f2da5e3b95ca301937bf56f68360bd3171f47e8efc6dc0899da72a1",
                "md5": "9020deffcfca66bf8939ed3f15a29347",
                "sha256": "308f5d394b386ec201f8b92af63d59badb85ed3aaa85d9971d89abf38fade0f5"
            },
            "downloads": -1,
            "filename": "remove_comments-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9020deffcfca66bf8939ed3f15a29347",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2576,
            "upload_time": "2024-10-23T13:09:13",
            "upload_time_iso_8601": "2024-10-23T13:09:13.088016Z",
            "url": "https://files.pythonhosted.org/packages/b7/30/85622f2da5e3b95ca301937bf56f68360bd3171f47e8efc6dc0899da72a1/remove_comments-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 13:09:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "\u0432\u0430\u0448_\u043b\u043e\u0433\u0438\u043d",
    "github_project": "remove_comments",
    "github_not_found": true,
    "lcname": "remove-comments"
}
        
Elapsed time: 0.83506s