✘✘ 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.216.52
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python35/lib/python3.5/site-packages/setuptools/__pycache__//archive_util.cpython-35.pyc


�Re��@sdZddlZddlZddlZddlZddlZddlZddlmZddl	m
Z
mZddddd	d
dgZGdd	�d	e�Z
d
d�Zeddd�Zedd�Zedd�Zedd�ZeeefZdS)z/Utilities for extracting common archive formats�N)�DistutilsError)�ensure_directory�ContextualZipFile�unpack_archive�unpack_zipfile�unpack_tarfile�default_filter�UnrecognizedFormat�extraction_drivers�unpack_directoryc@seZdZdZdS)r	z#Couldn't recognize the archive typeN)�__name__�
__module__�__qualname__�__doc__�rr��/builddir/build/BUILDROOT/alt-python35-setuptools-36.3.0-4.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/setuptools/archive_util.pyr	scCs|S)z@The default progress/filter callback; returns True for all filesr)�src�dstrrrrscCs[xT|ptD]6}y||||�Wntk
r>w
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_filterZdriversZdriverrrrrs
cCs3tjj|�s"td|��|d|fi}x�tj|�D]�\}}}||\}}xD|D]<}	||	dtjj||	�f|tjj||	�<qjWx~|D]v}
tjj||
�}|||
|�}|s�q�t|�tjj||
�}
tj|
|�tj	|
|�q�WqDWdS)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:tj|�s"td|f��t|��}x�|j�D]�}|j}|jd�s>d|jd�krtq>tj	j
||jd��}|||�}|s�q>|jd�r�t|�nBt|�|j
|j�}t|d��}|j|�WdQRX|jd?}	|	r>tj||	�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	r�infolistr�
startswith�splitrrr�endswithr�read�open�write�
external_attr�chmod)
rrr�z�info�namer'�datar&Zunix_attributesrrrrZs(	$


c
Cs�ytj|�}Wn(tjk
r=td|f��YnXtj|��~dd�|_xc|D][}|j}|jd�rdd|j	d�krdt
jj||j	d��}x|dk	r7|j
�s�|j�r7|j}|j�r%tj|j�}tj||�}tj|�}|j|�}q�W|dk	rd|j�s\|j�rd|||�}	|	rd|	jt
j�r�|	dd	�}	y|j||	�Wqdtjk
r�YqdXqdWdSWdQRXdS)
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 filecWsdS)Nr)�argsrrr�<lambda>�sz unpack_tarfile.<locals>.<lambda>rz..N�T���)�tarfiler1�TarErrorr	�
contextlib�closing�chownr7r-r.rrr�islnk�issym�linkname�	posixpath�dirname�normpath�
_getmember�isfilerr/�sep�_extract_member�ExtractError)
rrr�tarobj�memberr7Z
prelim_dst�linkpathr"Z	final_dstrrrrs8
	%'	$	)rr*r=rrrEr?�distutils.errorsr�
pkg_resourcesrr�__all__r	rrrrrr
rrrr�<module>s$"%.


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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 12.40 PM
root / linksafe
0755
__init__.cpython-35.pyc
5.898 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
archive_util.cpython-35.pyc
5.423 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
config.cpython-35.pyc
15.043 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
dep_util.cpython-35.pyc
0.915 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
depends.cpython-35.pyc
5.575 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
dist.cpython-35.pyc
36.89 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
extension.cpython-35.pyc
2.089 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
glob.cpython-35.pyc
4.128 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
launch.cpython-35.pyc
0.938 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
lib2to3_ex.cpython-35.pyc
2.573 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
monkey.cpython-35.pyc
5.43 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
msvc.cpython-35.pyc
36.324 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
namespaces.cpython-35.pyc
3.845 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
package_index.cpython-35.pyc
34.696 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
py26compat.cpython-35.pyc
1.116 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
py27compat.cpython-35.pyc
0.872 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
py31compat.cpython-35.pyc
2.004 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
py33compat.cpython-35.pyc
1.337 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
py36compat.cpython-35.pyc
2.376 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
sandbox.cpython-35.pyc
16.6 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
site-patch.cpython-35.pyc
1.701 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
ssl_support.cpython-35.pyc
7.07 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
unicode_utils.cpython-35.pyc
1.262 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
version.cpython-35.pyc
0.368 KB
13 Nov 2023 9.23 PM
root / linksafe
0644
windows_support.cpython-35.pyc
1.083 KB
13 Nov 2023 9.23 PM
root / linksafe
0644

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