aeidon.temp

Source: aeidon/temp.py

Creating and removing temporary files and directories.

Functions

aeidon.temp.create(suffix='')

Create a new temporary file and return its path.

aeidon.temp.create_directory(suffix='')

Create a new temporary directory and return its path.

aeidon.temp.remove(path)

Remove temporary file or directory at path.

aeidon.temp.remove_all()

Remove all temporary files and directories.