$32 GRAYBYTE WORDPRESS FILE MANAGER $72

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

/opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__/

HOME
Current File : /opt/alt/python38/lib/python3.8/site-packages/setuptools/__pycache__//__init__.cpython-38.pyc
U

�Re��@sRdZddlmZddlZddlZddlZddlZddlZddl	Z
ddlmZddl
mZddlmZddlZddlmZdd	lmZdd
lmZddlmZdd
ddddddgZejjZdZGdd�d�ZGdd�de�Z ej!Z"e j!Z#dd�Z$dd�Z%e
j&j%je%_e�'e
j&j(�Z)Gdd�de)�Z(dd�Z*ej+fdd�Z,Gd d!�d!e-�Z.e�/�dS)"z@Extensions to the 'distutils' for large or complex distributions���fnmatchcaseN)�DistutilsOptionError)�convert_path�)�SetuptoolsDeprecationWarning)�	Extension)�Distribution)�Require)�monkey�setupr	�Commandrr
r�
find_packages�find_namespace_packagesc@sBeZdZdZeddd��Zedd��Zed	d
��Zedd��Z	d
S)�
PackageFinderzI
    Generate a list of all Python packages found within a directory
    �.���*cCs&t|�t|�|jd|��|j|���S)a	Return a list all Python packages found within directory 'where'

        'where' is the root directory which will be searched for packages.  It
        should be supplied as a "cross-platform" (i.e. URL-style) path; it will
        be converted to the appropriate local path syntax.

        'exclude' is a sequence of package names to exclude; '*' can be used
        as a wildcard in the names, such that 'foo.*' will exclude all
        subpackages of 'foo' (but not 'foo' itself).

        'include' is a sequence of package names to include.  If it's
        specified, only the named packages will be included.  If it's not
        specified, all found packages will be included.  'include' can contain
        shell style wildcard patterns just like 'exclude'.
        �ez_setup�*__pycache__)rr)�list�_find_packages_iterr�
_build_filter)�cls�where�exclude�includerr��/builddir/build/BUILDROOT/alt-python38-setuptools-58.3.0-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/setuptools/__init__.py�find-s��zPackageFinder.findccs�tj|dd�D]�\}}}|dd�}g|dd�<|D]d}tj�||�}	tj�|	|�}
|
�tjjd�}d|ks4|�|	�sxq4||�r�||�s�|V|�|�q4qdS)zy
        All the packages found in 'where' that pass the 'include' filter, but
        not the 'exclude' filter.
        T��followlinksNr)	�os�walk�path�join�relpath�replace�sep�_looks_like_package�append)rrrr�root�dirs�filesZall_dirs�dir�	full_path�rel_path�packagerrrrGsz!PackageFinder._find_packages_itercCstj�tj�|d��S)z%Does a directory look like a package?z__init__.py)r"r$�isfiler%�r$rrrr)csz!PackageFinder._looks_like_packagecs�fdd�S)z�
        Given a list of patterns, return a callable that will be true only if
        the input matches at least one of the patterns.
        cst�fdd��D��S)Nc3s|]}t�|d�VqdS))�patNr)�.0r4��namerr�	<genexpr>nsz@PackageFinder._build_filter.<locals>.<lambda>.<locals>.<genexpr>)�anyr6��patternsr6r�<lambda>n�z-PackageFinder._build_filter.<locals>.<lambda>rr:rr:rrhszPackageFinder._build_filterN)rrr)
�__name__�
__module__�__qualname__�__doc__�classmethodrr�staticmethodr)rrrrrr(s

rc@seZdZedd��ZdS)�PEP420PackageFindercCsdS)NTrr3rrrr)rsz'PEP420PackageFinder._looks_like_packageN)r>r?r@rCr)rrrrrDqsrDcCsJGdd�dtjj�}||�}|jdd�|jrFt�dt�|�|j�dS)Nc@s eZdZdZdd�Zdd�ZdS)z4_install_setup_requires.<locals>.MinimalDistributionzl
        A minimal version of a distribution for supporting the
        fetch_build_eggs interface.
        cs6d}�fdd�t|�t��@D�}tjj�||�dS)N)Zdependency_links�setup_requirescsi|]}|�|�qSrr)r5�k��attrsrr�
<dictcomp>�szQ_install_setup_requires.<locals>.MinimalDistribution.__init__.<locals>.<dictcomp>)�set�	distutils�corer	�__init__)�selfrHZ_incl�filteredrrGrrM�sz=_install_setup_requires.<locals>.MinimalDistribution.__init__cSsdS)zl
            Disable finalize_options to avoid building the working set.
            Ref #2158.
            Nr)rNrrr�finalize_options�szE_install_setup_requires.<locals>.MinimalDistribution.finalize_optionsN)r>r?r@rArMrPrrrr�MinimalDistribution~srQT)Zignore_option_errorszdsetup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.)	rKrLr	�parse_config_filesrE�warnings�warnrZfetch_build_eggs)rHrQ�distrrr�_install_setup_requires{s�rVcKst|�tjjf|�S�N)rVrKrLrrGrrrr�sc@s:eZdZejZdZdd�Zddd�Zdd�Zd
d
d�Z	dS)r
FcKst�||�t|��|�dS)zj
        Construct the command for dist, updating
        vars(self) with any keyword parameters.
        N)�_CommandrM�vars�update)rNrU�kwrrrrM�szCommand.__init__NcCsBt||�}|dkr"t|||�|St|t�s>td|||f��|S)Nz'%s' must be a %s (got `%s`))�getattr�setattr�
isinstance�strr)rN�option�what�default�valrrr�_ensure_stringlike�s

�zCommand._ensure_stringlikecCspt||�}|dkrdSt|t�r6t||t�d|��n6t|t�rTtdd�|D��}nd}|sltd||f��dS)z�Ensure that 'option' is a list of strings.  If 'option' is
        currently a string, we split it either on /,\s*/ or /\s+/, so
        "foo bar baz", "foo,bar,baz", and "foo,   bar baz" all become
        ["foo", "bar", "baz"].
        Nz,\s*|\s+css|]}t|t�VqdSrW)r^r_)r5�vrrrr8�sz-Command.ensure_string_list.<locals>.<genexpr>Fz''%s' must be a list of strings (got %r))	r\r^r_r]�re�splitr�allr)rNr`rc�okrrr�ensure_string_list�s



�zCommand.ensure_string_listrcKs t�|||�}t|��|�|SrW)rX�reinitialize_commandrYrZ)rN�command�reinit_subcommandsr[�cmdrrrrk�szCommand.reinitialize_command)N)r)
r>r?r@rXrAZcommand_consumes_argumentsrMrdrjrkrrrrr
�s
cCs&dd�tj|dd�D�}ttjj|�S)z%
    Find all files under 'path'
    css,|]$\}}}|D]}tj�||�VqqdSrW)r"r$r%)r5�baser,r-�filerrrr8�s�z#_find_all_simple.<locals>.<genexpr>Tr )r"r#�filterr$r2)r$�resultsrrr�_find_all_simple�s�rscCs6t|�}|tjkr.tjtjj|d�}t||�}t|�S)z�
    Find all files under 'dir' and return the list of full filenames.
    Unless dir is '.', return full filenames with dir prepended.
    )�start)	rsr"�curdir�	functools�partialr$r&�mapr)r.r-Zmake_relrrr�findall�s


ryc@seZdZdZdS)�sicz;Treat this string as-is (https://en.wikipedia.org/wiki/Sic)N)r>r?r@rArrrrrz�srz)0rA�fnmatchrrvr"rfrSZ_distutils_hack.override�_distutils_hack�distutils.corerK�distutils.errorsr�distutils.utilrZ_deprecation_warningrZsetuptools.version�
setuptoolsZsetuptools.extensionrZsetuptools.distr	Zsetuptools.dependsr
�r�__all__�version�__version__Zbootstrap_install_fromrrDrrrrVrrLZ
get_unpatchedr
rXrsruryr_rzZ	patch_allrrrr�<module>sN�I!3


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.48 PM
root / linksafe
0755
__init__.cpython-38.pyc
8.574 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
_deprecation_warning.cpython-38.pyc
0.584 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
_imp.cpython-38.pyc
2.087 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
archive_util.cpython-38.pyc
5.662 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
build_meta.cpython-38.pyc
8.818 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
config.cpython-38.pyc
20.338 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
dep_util.cpython-38.pyc
0.884 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
depends.cpython-38.pyc
5.152 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
dist.cpython-38.pyc
35.649 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
errors.cpython-38.pyc
0.877 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
extension.cpython-38.pyc
1.941 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
glob.cpython-38.pyc
3.664 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
installer.cpython-38.pyc
2.767 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
launch.cpython-38.pyc
0.907 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
monkey.cpython-38.pyc
4.558 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
msvc.cpython-38.pyc
41.808 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
namespaces.cpython-38.pyc
3.543 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
package_index.cpython-38.pyc
31.814 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
py34compat.cpython-38.pyc
0.52 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
sandbox.cpython-38.pyc
15.112 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
unicode_utils.cpython-38.pyc
1.141 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
version.cpython-38.pyc
0.365 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
wheel.cpython-38.pyc
7.109 KB
13 Nov 2023 9.45 PM
root / linksafe
0644
windows_support.cpython-38.pyc
1.046 KB
13 Nov 2023 9.45 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF