A simple library providing temporary directory contexts, wrapping tempfile.mkdtemp. Current version 0.7.1, low activity.
pip install tempdirVerified import paths — ran on the pinned version, not inferred.
Create and automatically clean up a temporary directory using TempDir context manager.
Use the returned TempDir object's .name attribute for the path.
Set umask or adjust permissions manually after creation if security is a concern.
Replace with: from tempfile import TemporaryDirectory
pip install tempdir
Use: from tempdir import TempDir
Use: from tempfile import TemporaryDirectory
No dependency data recorded yet.