biotite.temp_dir

biotite.temp_dir()[source]

Get the temporary directory path.

The temporary directory will be deleted after script execution.

DEPRECATED: Please use the tempfile module from the standard library.

Returns
temp_dirstr

Path of the temporary directory.