$78 GRAYBYTE WORDPRESS FILE MANAGER $82

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/pep517/

HOME
Current File : /opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/pep517//dirtools.py
import os
import io
import contextlib
import tempfile
import shutil
import errno
import zipfile


@contextlib.contextmanager
def tempdir():
    """Create a temporary directory in a context manager."""
    td = tempfile.mkdtemp()
    try:
        yield td
    finally:
        shutil.rmtree(td)


def mkdir_p(*args, **kwargs):
    """Like `mkdir`, but does not raise an exception if the
    directory already exists.
    """
    try:
        return os.mkdir(*args, **kwargs)
    except OSError as exc:
        if exc.errno != errno.EEXIST:
            raise


def dir_to_zipfile(root):
    """Construct an in-memory zip file for a directory."""
    buffer = io.BytesIO()
    zip_file = zipfile.ZipFile(buffer, 'w')
    for root, dirs, files in os.walk(root):
        for path in dirs:
            fs_path = os.path.join(root, path)
            rel_path = os.path.relpath(fs_path, root)
            zip_file.writestr(rel_path + '/', '')
        for path in files:
            fs_path = os.path.join(root, path)
            rel_path = os.path.relpath(fs_path, root)
            zip_file.write(fs_path, rel_path)
    return zip_file


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
10 Feb 2026 9.37 AM
root / linksafe
0755
__pycache__
--
10 Feb 2026 9.37 AM
root / linksafe
0755
in_process
--
10 Feb 2026 9.37 AM
root / linksafe
0755
__init__.py
0.127 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
build.py
3.376 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
check.py
5.941 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
colorlog.py
4.002 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
compat.py
1.224 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
dirtools.py
1.103 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
envbuild.py
5.957 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
meta.py
2.405 KB
7 Jan 2026 11.10 PM
root / linksafe
0644
wrappers.py
13.114 KB
7 Jan 2026 11.10 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF