HEX
Server: Apache/2
System: Linux nexus-01 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
User: aglcoke (1118)
PHP: 8.2.31
Disabled: mail,exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-38.pyc
U

��.ei�@sZddlZddlZddlZddlZddlZddlZddlZejdd��Zdd�Z	dd�Z
dS)�Nc	cs$t��}z
|VW5t�|�XdS)z2Create a temporary directory in a context manager.N)�tempfileZmkdtemp�shutilZrmtree)Ztd�r�?/usr/lib/python3.8/site-packages/pip/_vendor/pep517/dirtools.py�tempdir
s
rc
OsDztj||�WStk
r>}z|jtjkr.�W5d}~XYnXdS)zWLike `mkdir`, but does not raise an exception if the
    directory already exists.
    N)�os�mkdir�OSError�errnoZEEXIST)�args�kwargs�excrrr�mkdir_ps
rcCs�t��}t�|d�}t�|�D]r\}}}|D]0}tj�||�}tj�||�}|�	|dd�q,|D],}tj�||�}tj�||�}|�
||�qbq|S)z0Construct an in-memory zip file for a directory.�w�/�)�io�BytesIO�zipfileZZipFiler�walk�path�join�relpathZwritestr�write)�root�bufferZzip_file�dirs�filesrZfs_pathZrel_pathrrr�dir_to_zipfilesr)rr�
contextlibrrr
r�contextmanagerrrrrrrr�<module>s