remtmp


Nameremtmp JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/remtmp
SummaryA function to delete all temp files
upload_time2023-03-01 02:38:59
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords remove temp
VCS
bugtrack_url
requirements list_all_files_recursively
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# A function to delete all temp files 



## pip install remtmp



### Tested against Python 3.9.15 / Windows 10 / Anaconda 





```python

from remtmp import delete_tmp_files

delete_tmp_files()

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/remtmp",
    "name": "remtmp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "remove,temp",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/99/c8/6e8641c6b50df39748bea7704b34630a612e0da763299e31cf2041c5a3f9/remtmp-0.10.tar.gz",
    "platform": null,
    "description": "\n# A function to delete all temp files \n\n\n\n## pip install remtmp\n\n\n\n### Tested against Python 3.9.15 / Windows 10 / Anaconda \n\n\n\n\n\n```python\n\nfrom remtmp import delete_tmp_files\n\ndelete_tmp_files()\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A function to delete all temp files",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/remtmp"
    },
    "split_keywords": [
        "remove",
        "temp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad93937e3afeeedee90b1a79e35f53059b9ddc3980e73134ce090206caec9050",
                "md5": "3e8aee046526b61876550002c912dd54",
                "sha256": "e7e62a006da861eac16cb6960be50cee82e376089c04e4a10f62a2215264177e"
            },
            "downloads": -1,
            "filename": "remtmp-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e8aee046526b61876550002c912dd54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4101,
            "upload_time": "2023-03-01T02:38:58",
            "upload_time_iso_8601": "2023-03-01T02:38:58.264620Z",
            "url": "https://files.pythonhosted.org/packages/ad/93/937e3afeeedee90b1a79e35f53059b9ddc3980e73134ce090206caec9050/remtmp-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99c86e8641c6b50df39748bea7704b34630a612e0da763299e31cf2041c5a3f9",
                "md5": "72db796573ef212eb163756cee2f22cc",
                "sha256": "2d40382a0bcd9adbd402f1eeb498bd69305812d5c91e06b75eda5d1192ead04c"
            },
            "downloads": -1,
            "filename": "remtmp-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "72db796573ef212eb163756cee2f22cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3063,
            "upload_time": "2023-03-01T02:38:59",
            "upload_time_iso_8601": "2023-03-01T02:38:59.999028Z",
            "url": "https://files.pythonhosted.org/packages/99/c8/6e8641c6b50df39748bea7704b34630a612e0da763299e31cf2041c5a3f9/remtmp-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-01 02:38:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "remtmp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "list_all_files_recursively",
            "specs": []
        }
    ],
    "lcname": "remtmp"
}
        
Elapsed time: 0.07344s