✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.62
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python37/lib/python3.7/site-packages/setuptools/__pycache__//archive_util.cpython-37.pyc
B

��Re��@s�dZddlZddlZddlZddlZddlZddlZddlmZddl	m
Z
ddddd	d
dgZGdd	�d	e�Zd
d�Z
e
dfdd�Ze
fdd�Ze
fdd�Zdd�Zdd�Ze
fdd�ZeeefZdS)z/Utilities for extracting common archive formats�N)�DistutilsError)�ensure_directory�unpack_archive�unpack_zipfile�unpack_tarfile�default_filter�UnrecognizedFormat�extraction_drivers�unpack_directoryc@seZdZdZdS)rz#Couldn't recognize the archive typeN)�__name__�
__module__�__qualname__�__doc__�rr��/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/archive_util.pyrscCs|S)z@The default progress/filter callback; returns True for all filesr)�src�dstrrrrsc	CsNxH|ptD]0}y||||�Wntk
r4w
Yq
XdSq
Wtd|��dS)a�Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat``

    `progress_filter` is a function taking two arguments: a source path
    internal to the archive ('/'-separated), and a filesystem path where it
    will be extracted.  The callback must return the desired extract path
    (which may be the same as the one passed in), or else ``None`` to skip
    that file or directory.  The callback can thus be used to report on the
    progress of the extraction, as well as to filter the items extracted or
    alter their extraction paths.

    `drivers`, if supplied, must be a non-empty sequence of functions with the
    same signature as this function (minus the `drivers` argument), that raise
    ``UnrecognizedFormat`` if they do not support extracting the designated
    archive type.  The `drivers` are tried in sequence until one is found that
    does not raise an error, or until all are exhausted (in which case
    ``UnrecognizedFormat`` is raised).  If you do not supply a sequence of
    drivers, the module's ``extraction_drivers`` constant will be used, which
    means that ``unpack_zipfile`` and ``unpack_tarfile`` will be tried, in that
    order.
    Nz!Not a recognized archive type: %s)r	r)�filename�extract_dir�progress_filterZdriversZdriverrrrrscCs�tj�|�std|��|d|fi}x�t�|�D]�\}}}||\}}x4|D],}	||	dtj�||	�f|tj�||	�<qLWx\|D]T}
tj�||
�}|||
|�}|s�q�t|�tj�||
�}
t�|
|�t�	|
|�q�Wq0WdS)z�"Unpack" a directory, using the same interface as for archives

    Raises ``UnrecognizedFormat`` if `filename` is not a directory
    z%s is not a directory��/N)
�os�path�isdirr�walk�joinr�shutil�copyfile�copystat)rrr�paths�base�dirs�filesrr�d�f�targetrrrr
@s 
,
c
Cs�t�|�std|f��t�|���}x�|��D]�}|j}|�d�s.d|�d�krRq.tj	j
|f|�d���}|||�}|szq.|�d�r�t|�n4t|�|�
|j�}t|d��}|�|�WdQRX|jd?}	|	r.t�||	�q.WWdQRXdS)z�Unpack zip `filename` to `extract_dir`

    Raises ``UnrecognizedFormat`` if `filename` is not a zipfile (as determined
    by ``zipfile.is_zipfile()``).  See ``unpack_archive()`` for an explanation
    of the `progress_filter` argument.
    z%s is not a zip filerz..�wbN�)�zipfile�
is_zipfiler�ZipFile�infolistr�
startswith�splitrrr�endswithr�read�open�write�
external_attr�chmod)
rrr�z�info�namer&�datar%Zunix_attributesrrrr[s(




cCs�xV|dk	rV|��s|��rV|j}|��rJt�|j�}t�||�}t�|�}|�|�}qW|dk	on|�	�pn|�
�}|rx|Std��dS)z;Resolve any links and extract link targets as normal files.NzGot unknown file type)�islnk�issym�linkname�	posixpath�dirnamer7r�normpath�
_getmember�isfiler�LookupError)�tar_objZtar_member_obj�linkpathr!Zis_file_or_dirrrr�_resolve_tar_file_or_dir�s

rDc
cs�dd�|_t�|���x�|D]�}|j}|�d�sd|�d�kr@qtjj|f|�d���}yt	||�}Wnt
k
r|wYnX|||�}|s�q|�tj�r�|dd�}||fVqWWdQRXdS)z1Emit member-destination pairs from a tar archive.cWsdS)Nr)�argsrrr�<lambda>��z _iter_open_tar.<locals>.<lambda>rz..N���)
�chown�
contextlib�closingr7r-r.rrrrDrAr/�sep)rBrr�memberr7Z
prelim_dst�	final_dstrrr�_iter_open_tar�s"


rOc
Cs�yt�|�}Wn4tjk
rB}ztd|f�|�Wdd}~XYnXx@t|||�D]0\}}y|�||�WqRtjk
r�YqRXqRWdS)z�Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir`

    Raises ``UnrecognizedFormat`` if `filename` is not a tarfile (as determined
    by ``tarfile.open()``).  See ``unpack_archive()`` for an explanation
    of the `progress_filter` argument.
    z/%s is not a compressed or uncompressed tar fileNT)�tarfiler1�TarErrorrrO�_extract_member�ExtractError)rrr�tarobj�erMrNrrrr�s

)rr)rPrrr<rJ�distutils.errorsr�
pkg_resourcesr�__all__rrrr
rrDrOrr	rrrr�<module>s(
"%


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 12.43 PM
root / linksafe
0755
__init__.cpython-37.pyc
8.459 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
_deprecation_warning.cpython-37.pyc
0.576 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
_imp.cpython-37.pyc
2.078 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
archive_util.cpython-37.pyc
5.61 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
build_meta.cpython-37.pyc
8.722 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
config.cpython-37.pyc
20.177 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
dep_util.cpython-37.pyc
0.878 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
depends.cpython-37.pyc
5.072 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
dist.cpython-37.pyc
35.632 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
errors.cpython-37.pyc
0.869 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
extension.cpython-37.pyc
1.916 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
glob.cpython-37.pyc
3.634 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
installer.cpython-37.pyc
2.724 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
launch.cpython-37.pyc
0.897 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
monkey.cpython-37.pyc
4.509 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
msvc.cpython-37.pyc
41.69 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
namespaces.cpython-37.pyc
3.5 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
package_index.cpython-37.pyc
31.501 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
py34compat.cpython-37.pyc
0.512 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
sandbox.cpython-37.pyc
15.099 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
unicode_utils.cpython-37.pyc
1.119 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
version.cpython-37.pyc
0.361 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
wheel.cpython-37.pyc
6.994 KB
13 Nov 2023 9.35 PM
root / linksafe
0644
windows_support.cpython-37.pyc
1.028 KB
13 Nov 2023 9.35 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF