Software Details:
Version: 0.4
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 40
Having to manually manage temporary directories is annoying. tempdir is a Python class that 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.
Requirements:
- Python
Comments not found