context_temp
************
Context Manager wrappers for temp files and directories which remove the file
or directory when when the manager goes out of scope.
Installation
============
.. code-block:: bash
$ pip install context_temp
Supports
========
context_temp has been tested with Python 3.8-3.11
Docs & Source
=============
Docs: http://context_temp.readthedocs.io/en/latest/
Source: https://github.com/cltrudeau/context_temp
Raw data
{
"_id": null,
"home_page": "https://github.com/cltrudeau/context_temp",
"name": "context-temp",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "context manager,tools,temp file,temp directory",
"author": "Christopher Trudeau",
"author_email": "ctrudeau+pypi@arsensa.com",
"download_url": "https://files.pythonhosted.org/packages/f5/0b/87516cf24d079501413d2f9befab0f83f4fabb90fc7372301c77f552fc65/context_temp-0.11.2.tar.gz",
"platform": null,
"description": "context_temp\n************\n\nContext Manager wrappers for temp files and directories which remove the file\nor directory when when the manager goes out of scope.\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n $ pip install context_temp\n\nSupports\n========\n\ncontext_temp has been tested with Python 3.8-3.11\n\nDocs & Source\n=============\n\nDocs: http://context_temp.readthedocs.io/en/latest/\n\nSource: https://github.com/cltrudeau/context_temp\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Context Manager wrappers for temp files and directories",
"version": "0.11.2",
"project_urls": {
"Homepage": "https://github.com/cltrudeau/context_temp"
},
"split_keywords": [
"context manager",
"tools",
"temp file",
"temp directory"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "302d02f65a22c570838d8db98a4428b23d82e2bae466e1f5d4e468a08284696d",
"md5": "4165fc6184ffab76e12e59ca9a188c97",
"sha256": "f7506fe996f6c9bc5ea433ae50496b7a224de5e18c631ba863cf825130b83b6f"
},
"downloads": -1,
"filename": "context_temp-0.11.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4165fc6184ffab76e12e59ca9a188c97",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3069,
"upload_time": "2023-06-29T18:50:07",
"upload_time_iso_8601": "2023-06-29T18:50:07.735667Z",
"url": "https://files.pythonhosted.org/packages/30/2d/02f65a22c570838d8db98a4428b23d82e2bae466e1f5d4e468a08284696d/context_temp-0.11.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f50b87516cf24d079501413d2f9befab0f83f4fabb90fc7372301c77f552fc65",
"md5": "00eed1c121e84d404ca2910e35c4a23c",
"sha256": "d94455844b50efe2eaf388cc48da5a6978868f663b57c10f12eaf38d53e618cd"
},
"downloads": -1,
"filename": "context_temp-0.11.2.tar.gz",
"has_sig": false,
"md5_digest": "00eed1c121e84d404ca2910e35c4a23c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2922,
"upload_time": "2023-06-29T18:50:08",
"upload_time_iso_8601": "2023-06-29T18:50:08.965280Z",
"url": "https://files.pythonhosted.org/packages/f5/0b/87516cf24d079501413d2f9befab0f83f4fabb90fc7372301c77f552fc65/context_temp-0.11.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-29 18:50:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cltrudeau",
"github_project": "context_temp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "coverage",
"specs": [
[
"==",
"7.2.7"
]
]
},
{
"name": "pudb",
"specs": [
[
"==",
"2022.1.3"
]
]
},
{
"name": "pyflakes",
"specs": [
[
"==",
"3.0.1"
]
]
},
{
"name": "Sphinx",
"specs": [
[
"==",
"6.2.1"
]
]
},
{
"name": "sphinx-rtd-theme",
"specs": [
[
"==",
"1.2.2"
]
]
},
{
"name": "tox",
"specs": [
[
"==",
"4.6.3"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"4.0.2"
]
]
},
{
"name": "waelstow",
"specs": [
[
"==",
"0.11.1"
]
]
}
],
"tox": true,
"lcname": "context-temp"
}