Description
Adds small helpers around Python's tempfile module for temporary files and directories. It helps applications handle short-lived filesystem data with less repeated setup code.
Developers use it as a utility library. Temporary files can still contain sensitive data, so choose permissions, cleanup behavior, and locations carefully.