chinese-comment-remover


Namechinese-comment-remover JSON
Version 0.0.0.1 PyPI version JSON
download
home_page
SummaryA tool to remove comments [with Chinese] characters from Python files.
upload_time2024-03-12 04:27:17
maintainer
docs_urlNone
authorsteveflyer
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Chinese Comment Remover

A simple tool to remove all comments [with chinese character] from a source code file or a directory.

## Installation
```bash
pip install chinese-comment-remover
```

## Usage
```bash
# Remove Chinese comment in a file
remove-comment <file> -c

# Remove Chinese comment in a directory
remove-comment <directory> -c -r

# Remove All comments in a file
remove-comment <file>

# Remove All comments in a directory
remove-comment <directory> -r
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "chinese-comment-remover",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "steveflyer",
    "author_email": "steveflyer7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/6d/60cd31efb3c7bff1aabcb3c85d41b93fa1b22ec66f090e8b040350153679/chinese-comment-remover-0.0.0.1.tar.gz",
    "platform": null,
    "description": "# Chinese Comment Remover\r\n\r\nA simple tool to remove all comments [with chinese character] from a source code file or a directory.\r\n\r\n## Installation\r\n```bash\r\npip install chinese-comment-remover\r\n```\r\n\r\n## Usage\r\n```bash\r\n# Remove Chinese comment in a file\r\nremove-comment <file> -c\r\n\r\n# Remove Chinese comment in a directory\r\nremove-comment <directory> -c -r\r\n\r\n# Remove All comments in a file\r\nremove-comment <file>\r\n\r\n# Remove All comments in a directory\r\nremove-comment <directory> -r\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A tool to remove comments [with Chinese] characters from Python files.",
    "version": "0.0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff3364bf13ad199cb834df4fad00d6888810fdc578c0698849ea1b19a172aa60",
                "md5": "7dba7e3d86ebafb5aa1312f8d81466d2",
                "sha256": "977a7c8129bde2a8888f29f7674ea391e80fe8ebd63a099c080b9a50fc5dff5a"
            },
            "downloads": -1,
            "filename": "chinese_comment_remover-0.0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dba7e3d86ebafb5aa1312f8d81466d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4099,
            "upload_time": "2024-03-12T04:27:15",
            "upload_time_iso_8601": "2024-03-12T04:27:15.015012Z",
            "url": "https://files.pythonhosted.org/packages/ff/33/64bf13ad199cb834df4fad00d6888810fdc578c0698849ea1b19a172aa60/chinese_comment_remover-0.0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e6d60cd31efb3c7bff1aabcb3c85d41b93fa1b22ec66f090e8b040350153679",
                "md5": "0b004733aa3f2cc88010ef6d0cb3c627",
                "sha256": "0f802daf06971a03833fc698e1e4514488ccbc182a380bba25da356d6752e86e"
            },
            "downloads": -1,
            "filename": "chinese-comment-remover-0.0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0b004733aa3f2cc88010ef6d0cb3c627",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3296,
            "upload_time": "2024-03-12T04:27:17",
            "upload_time_iso_8601": "2024-03-12T04:27:17.027853Z",
            "url": "https://files.pythonhosted.org/packages/0e/6d/60cd31efb3c7bff1aabcb3c85d41b93fa1b22ec66f090e8b040350153679/chinese-comment-remover-0.0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 04:27:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "chinese-comment-remover"
}
        
Elapsed time: 0.17925s