Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

temp.tempdir(), temp.tempfile() functions

Project description

Installation

$ [sudo] pip install temp

Functions

function __doc__
temp.tempdir() create temp dir and return path
temp.tempfile() create temp file and return path

Examples

>>> import temp
>>> temp.tempdir() # dir
'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T/tmpqlLDxb'

>>> temp.tempfile() # file
'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T/tmpsctFHJ'

>>> temp.TMPDIR
'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T'

python-readme-generator

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page