Automatically manage temporary directories, based on tempfile.mkdtemp
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 safe from race conditions. Cleanup might not work on windows if files are still opened.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.7.1-19.fc35 | - |
Fedora 35 | 0.7.1-19.fc35 | - |
Fedora 34 | 0.7.1-17.fc34 | - |
You can contact the maintainers of this package via email at
python-tempdir dash maintainers at fedoraproject dot org
.