cleanpycache


Namecleanpycache JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryMultiple ways to clean __pycache__ folders recursively from a specified root path
upload_time2024-12-28 22:59:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords util utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CleanPycache

**CleanPycache** is intended to be used as a CLI tool for clearing \_\_pycache\_\_ folders from a specified root path.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install **cleanpycache**.

```bash
pip install cleanpycache
```

## CLI Utility

The following CLI is provided in this package.

```bash
# clean_pycache -h
usage: clean_pycache [-h] [<path>] [<runtype>]

-.-.-. Cleaning __pycache__ folders!

positional arguments:
  <path>      absolute root path to start clearing
  <runtype>   run type for clearing __pycache__ folders (shell cmds or native python)

options:
  -h, --help  show this help message and exit

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
```


## License

[MIT](https://choosealicense.com/licenses/mit/)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cleanpycache",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Ed Waldner <waldevburry@proton.me>",
    "keywords": "util, utility",
    "author": null,
    "author_email": "Ed Waldner <waldevburry@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/2f/6e/6af6942137a26558a4ee224d8390b0bf5b6d393ba5f3977258fc1f96efec/cleanpycache-0.1.2.tar.gz",
    "platform": null,
    "description": "# CleanPycache\n\n**CleanPycache** is intended to be used as a CLI tool for clearing \\_\\_pycache\\_\\_ folders from a specified root path.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install **cleanpycache**.\n\n```bash\npip install cleanpycache\n```\n\n## CLI Utility\n\nThe following CLI is provided in this package.\n\n```bash\n# clean_pycache -h\nusage: clean_pycache [-h] [<path>] [<runtype>]\n\n-.-.-. Cleaning __pycache__ folders!\n\npositional arguments:\n  <path>      absolute root path to start clearing\n  <runtype>   run type for clearing __pycache__ folders (shell cmds or native python)\n\noptions:\n  -h, --help  show this help message and exit\n\n-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.\n```\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Multiple ways to clean __pycache__ folders recursively from a specified root path",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://github.com/ew98/cleanpycache/wiki/CleanPycache",
        "Homepage": "https://github.com/ew98/cleanpycache",
        "Issues": "https://github.com/ew98/cleanpycache/issues"
    },
    "split_keywords": [
        "util",
        " utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "053c5b7af6dfc332280108b3c1909e62bb3c8a915cb2e59ee01d7f22c1f49824",
                "md5": "5acb1a471e8ab211d17ad88c5436df6c",
                "sha256": "e39a36c422714a9a34c4e5629c642461e6fbfec3de949e3f19fb15e0d7d3a591"
            },
            "downloads": -1,
            "filename": "cleanpycache-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5acb1a471e8ab211d17ad88c5436df6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5124,
            "upload_time": "2024-12-28T22:59:00",
            "upload_time_iso_8601": "2024-12-28T22:59:00.630744Z",
            "url": "https://files.pythonhosted.org/packages/05/3c/5b7af6dfc332280108b3c1909e62bb3c8a915cb2e59ee01d7f22c1f49824/cleanpycache-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f6e6af6942137a26558a4ee224d8390b0bf5b6d393ba5f3977258fc1f96efec",
                "md5": "eabf86c6ae4e54b86a00c5aa40d787dc",
                "sha256": "03bd874a67e30be8d5bf092c12a93334cc3e2c0283f99e63d7a52d90c55ba0cc"
            },
            "downloads": -1,
            "filename": "cleanpycache-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "eabf86c6ae4e54b86a00c5aa40d787dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4284,
            "upload_time": "2024-12-28T22:59:03",
            "upload_time_iso_8601": "2024-12-28T22:59:03.376894Z",
            "url": "https://files.pythonhosted.org/packages/2f/6e/6af6942137a26558a4ee224d8390b0bf5b6d393ba5f3977258fc1f96efec/cleanpycache-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 22:59:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ew98",
    "github_project": "cleanpycache",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cleanpycache"
}
        
Elapsed time: 0.50795s