Skip to main content

A temporary file utilities

Project description

temp-utils is a set of convenient python utilities for dealing with temporary files and folders. It is built on top of the builtin tempfile module.

Context Managers

Changing Working Directory

Use the context manager chdir to change your working directory temporarily, changing it back at the end of the context.

from temp_utils.contextmanagers import chdir

with chdir('path/to/directory'):
    ...

Temporary File

Use the context manager temp_file to create a new temporary file. This file gets deleted at the end of the context.

from temp_utils.contextmanagers import temp_file

with temp_file() as file_path:
    ...

Temporary Folder

Use the context manager temp_dir to create a new temporary folder. This folder gets deleted, along with everything in it, at the end of the context.

from temp_utils.contextmanagers import temp_dir

with temp_dir() as dir_path:
    ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

temp-utils-1.0.0.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file temp-utils-1.0.0.tar.gz.

File metadata

  • Download URL: temp-utils-1.0.0.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for temp-utils-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e50e981066dc6035498b35b91007ef48049aa6c1566f04418860b7aa6b4564fc
MD5 9fa171e83fac05685f5bdce9b934def0
BLAKE2b-256 422a567fe779f8b1bd3490eb99b8789c80eb268954dcc7b38b4ddcc5e6c96b2e

See more details on using hashes here.

Supported by

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