A small extension for the tempfile module
Temporary files and directories. Contains replacement for tempfile.NamedTemporaryFile that does not delete the file on close(), but still unlinks it after the context manager ends, as well as a mkdtemp-based temporary directory implementation. - Mostly reuses the stdlib implementations, supporting the same signatures. - Due to that, uses the OS’s built-in temporary file facilities, no custom schemes. - Tested on Python 2.6+ and 3.3+
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.1.0-5.fc35 | - |
Fedora 35 | 2.1.0-5.fc35 | - |
Fedora 34 | 2.1.0-3.fc34 | - |
You can contact the maintainers of this package via email at
python-volatile dash maintainers at fedoraproject dot org
.