commentsremover


Namecommentsremover JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Ruu3f/commentsremover
SummaryRemove comments and docstrings from Python code.
upload_time2023-11-14 19:23:45
maintainer
docs_urlNone
authorRuu3f
requires_python>=3
licenseGPLv3
keywords comments docstrings commentsremover
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # commentsremover

Remove comments and docstrings from Python code.

## Example:

```
python -m commentsremover filename.py --comments --docstrings
```

Include either the `comments` or `docstrings` arguments individually, or use both like in the above example.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ruu3f/commentsremover",
    "name": "commentsremover",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "comments,docstrings,commentsremover",
    "author": "Ruu3f",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/16/68/7b4fdd95325ed55b7f7cc31f1ef11b6f57e0054b4f51a35deaf8da454541/commentsremover-1.0.0.tar.gz",
    "platform": null,
    "description": "# commentsremover\r\n\r\nRemove comments and docstrings from Python code.\r\n\r\n## Example:\r\n\r\n```\r\npython -m commentsremover filename.py --comments --docstrings\r\n```\r\n\r\nInclude either the `comments` or `docstrings` arguments individually, or use both like in the above example.\r\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Remove comments and docstrings from Python code.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Ruu3f/commentsremover",
        "Source": "https://github.com/Ruu3f/commentsremover"
    },
    "split_keywords": [
        "comments",
        "docstrings",
        "commentsremover"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3467408c292a2ff3d49b2382099c75d809d297a42a611ffa844a00b2df1fab15",
                "md5": "ea979bbd760b5319c6f8a81723908046",
                "sha256": "6a00e7051697159b9aea2193ffe336687f5b10a601bb8891e611edff083ddd13"
            },
            "downloads": -1,
            "filename": "commentsremover-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea979bbd760b5319c6f8a81723908046",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 14866,
            "upload_time": "2023-11-14T19:23:43",
            "upload_time_iso_8601": "2023-11-14T19:23:43.660596Z",
            "url": "https://files.pythonhosted.org/packages/34/67/408c292a2ff3d49b2382099c75d809d297a42a611ffa844a00b2df1fab15/commentsremover-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16687b4fdd95325ed55b7f7cc31f1ef11b6f57e0054b4f51a35deaf8da454541",
                "md5": "b3af25423e702cf575240e70342127ea",
                "sha256": "0a795584fdbdd229f27800e138a7f0cf9fe07bee446b0d2382b9edb9757e3839"
            },
            "downloads": -1,
            "filename": "commentsremover-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b3af25423e702cf575240e70342127ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 14528,
            "upload_time": "2023-11-14T19:23:45",
            "upload_time_iso_8601": "2023-11-14T19:23:45.823497Z",
            "url": "https://files.pythonhosted.org/packages/16/68/7b4fdd95325ed55b7f7cc31f1ef11b6f57e0054b4f51a35deaf8da454541/commentsremover-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 19:23:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ruu3f",
    "github_project": "commentsremover",
    "github_not_found": true,
    "lcname": "commentsremover"
}
        
Elapsed time: 0.13552s