tempdir


Nametempdir JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/another_thomas/tempdir
SummaryTempdirs are temporary directories, based on tempfile.mkdtemp
upload_time2016-03-02 16:42:22
maintainerNone
docs_urlNone
authorThomas Fenzl
requires_pythonNone
licenseMIT
keywords temporary directory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Having to manually manage temporary directories is annoying.
So this class encapsulates temporary directories which just disappear after use,
including contained directories and files.
Temporary directories are created with tempfile.mkdtemp and thus save from race conditions.
Cleanup might not work on windows if files are still opened.
            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/another_thomas/tempdir",
    "name": "tempdir",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "temporary directory",
    "author": "Thomas Fenzl",
    "author_email": "thomas.fenzl+tempdir@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/b2/b931869a9f9ad9fa14deecbcfc28e514b0755f8b904d9fe48864951b1a60/tempdir-0.7.1.tar.gz",
    "platform": "UNKNOWN",
    "description": "Having to manually manage temporary directories is annoying.\nSo this class encapsulates temporary directories which just disappear after use,\nincluding contained directories and files.\nTemporary directories are created with tempfile.mkdtemp and thus save from race conditions.\nCleanup might not work on windows if files are still opened.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tempdirs are temporary directories, based on tempfile.mkdtemp",
    "version": "0.7.1",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "https://bitbucket.org/another_thomas/tempdir"
    },
    "split_keywords": [
        "temporary",
        "directory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddb2b931869a9f9ad9fa14deecbcfc28e514b0755f8b904d9fe48864951b1a60",
                "md5": "4076f2d7fa9306c77f7b16a5f2e4c154",
                "sha256": "689680ed3ba4cc8347a70e67efc25086ce85b53b9d24a1420899c585bbf7ba8e"
            },
            "downloads": -1,
            "filename": "tempdir-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4076f2d7fa9306c77f7b16a5f2e4c154",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5890,
            "upload_time": "2016-03-02T16:42:22",
            "upload_time_iso_8601": "2016-03-02T16:42:22.066970Z",
            "url": "https://files.pythonhosted.org/packages/dd/b2/b931869a9f9ad9fa14deecbcfc28e514b0755f8b904d9fe48864951b1a60/tempdir-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-03-02 16:42:22",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "another_thomas",
    "bitbucket_project": "tempdir",
    "lcname": "tempdir"
}
        
Elapsed time: 0.06559s