$60 GRAYBYTE WORDPRESS FILE MANAGER $58

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.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/__pycache__/

HOME
Current File : /opt/imunify360/venv/lib/python3.11/site-packages/setuptools/__pycache__//depends.cpython-311.pyc
�

��i����ddlZddlZddlZddlZddlmZddlmZmZmZm	Z	ddl
mZgd�ZGd�d��Z
d	�Zdd�Zdd�Zd
�Ze��dS)�N�)�_imp)�find_module�PY_COMPILED�	PY_FROZEN�	PY_SOURCE)�Version)�Requirer�get_module_constant�extract_constantc�@�eZdZdZ	dd�Zd�Zd�Zdd�Zd
d	�Zd
d
�Z	dS)r
z7A prerequisite to building or installing a distribution�Nc��|�	|�t}|�||��}|�d}|j�t����|`dS)N�__version__)r	�__dict__�update�locals�self)r�name�requested_version�module�homepage�	attribute�formats       �I/opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/depends.py�__init__zRequire.__init__sY���>�/�;��F��� &��'8� 9� 9��� �)�	��
���V�X�X�&�&�&��I�I�I�c�@�|j�|j�d|j��S|jS)z0Return full package/distribution name, w/versionN�-)rr)rs r�	full_namezRequire.full_name s*���!�-�"�i�i�i��)?�)?�@�@��y�rc��|jdup9|jdup0t|��dko|�|��|jkS)z%Is 'version' sufficiently up-to-date?N�unknown)rr�strr)r�versions  r�
version_okzRequire.version_ok&sQ��
�N�d�"�
?��{�d�"�
?��7�|�|�y�(�?����G�$�$��(>�>�		
rr"c��|j�C	t|j|��\}}}|r|���|S#t$rYdSwxYwt|j|j||��}|� ||ur|j�|�|��S|S)a�Get version number of installed module, 'None', or 'default'

        Search 'paths' for module.  If not found, return 'None'.  If found,
        return the extracted version attribute, or 'default' if no version
        attribute was specified, or the value cannot be determined without
        importing the module.  The version is formatted according to the
        requirement's version format (if any), unless it is 'None' or the
        supplied 'default'.
        N)rrr�close�ImportErrorrr)r�paths�default�f�p�i�vs       r�get_versionzRequire.get_version/s����>�!�
�%�d�k�5�9�9���1�a����G�G�I�I�I�����
�
�
��t�t�
����
 ���T�^�W�e�L�L���=�Q�g�-�-�$�+�2I��;�;�q�>�>�!��s�0:�
A�Ac�0�|�|��duS)z/Return true if dependency is present on 'paths'N)r/)rr)s  r�
is_presentzRequire.is_presentJs������&�&�d�2�2rc�x�|�|��}|�dS|�t|����S)z>Return true if dependency is present and up-to-date on 'paths'NF)r/r%r#)rr)r$s   r�
is_currentzRequire.is_currentNs7���"�"�5�)�)���?��5����s�7�|�|�,�,�,r)rNN)Nr"�N)
�__name__�
__module__�__qualname__�__doc__rr r%r/r1r3�rrr
r
s�������A�A�TX��������
�
�
�����63�3�3�3�-�-�-�-�-�-rr
c�l�tjd���}|s
|��Stj|��S)Nc3�K�dV�dSr4r9r9rr�emptyzmaybe_close.<locals>.emptyWs����
�����r)�
contextlib�contextmanager�closing)r+r<s  r�maybe_closer@VsE���������
���u�w�w����a� � � r���c�<�	t||��x\}}\}}}}	n#t$rYdSwxYwt|��5|tkr*|�d��tj|��}
n�|tkrtj	||��}
nb|tkr$t|���|d��}
n3tj|||	��}t||d��cddd��Sddd��n#1swxYwYt|
||��S)z�Find 'module' by searching 'paths', and extract 'symbol'

    Return 'None' if 'module' does not exist on 'paths', or it does not define
    'symbol'.  If the module defines 'symbol' as a constant, return the
    constant.  Otherwise, return 'default'.N��exec)rr(r@r�read�marshal�loadrr�get_frozen_objectr�compile�
get_module�getattrr)r�symbolr*r)r+�path�suffix�mode�kind�info�code�importeds            rrrbs~���/:�6�5�/I�/I�I�%��4�%�&�$����������t�t�����
�Q���3�3��;���
�F�F�1�I�I�I��<��?�?�D�D�
�Y�
�
��)�&�%�8�8�D�D�
�Y�
�
��1�6�6�8�8�T�6�2�2�D�D���v�u�d�;�;�H��8�V�T�2�2�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3����3�3�3�3��D�&�'�2�2�2s��
+�+�B,D�D�	Dc�|�||jvrdSt|j���|��}tjd}tjd}tjd}|}tj|��D]<}|j}	|j}
|	|kr|j|
}�$|
|kr|	|ks|	|kr|cS|}�=dS)aExtract the constant value of 'symbol' from 'code'

    If the name 'symbol' is bound to a constant value by the Python code
    object 'code', return that value.  If 'symbol' is bound to an expression,
    return 'default'.  Otherwise, return 'None'.

    Return value is based on the first assignment to 'symbol'.  'symbol' must
    be a global, or at least a non-"fast" local in the code block.  That is,
    only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol'
    must be present in 'code.co_names'.
    N�
STORE_NAME�STORE_GLOBAL�
LOAD_CONST)	�co_names�list�index�dis�opmap�Bytecode�opcode�arg�	co_consts)rRrLr*�name_idxrUrVrW�const�	byte_code�opr_s           rrrs����T�]�"�"��t��D�M�"�"�(�(��0�0�H���<�(�J��9�^�,�L���<�(�J��E��\�$�'�'�	�	�	�
�
���m��
�����N�3�'�E�E�
�H�_�_�"�
�"2�"2�b�L�6H�6H��L�L�L��E�E�	�	rc���tj�d��stjdkrdSd}|D]+}t��|=t�|���,dS)z�
    Patch the globals to remove the objects not available on some platforms.

    XXX it'd be better to test assertions about bytecode instead.
    �java�cliN)rr)�sys�platform�
startswith�globals�__all__�remove)�incompatiblers  r�_update_globalsro�sk���<�"�"�6�*�*��s�|�u�/D�/D���<�L������I�I�d�O����t������r)rAN)rA)rhrFr=r[rrrrrr�extern.packaging.versionr	rlr
r@rrror9rr�<module>rqs��
�
�
�
���������
�
�
�
�������@�@�@�@�@�@�@�@�@�@�@�@�-�-�-�-�-�-�P�
O�
O��D-�D-�D-�D-�D-�D-�D-�D-�N	!�	!�	!�3�3�3�3�:!�!�!�!�H���������r


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2026 8.59 AM
root / root
0755
__init__.cpython-311.pyc
13.493 KB
3 Mar 2026 8.59 AM
root / root
0644
_core_metadata.cpython-311.pyc
13.636 KB
3 Mar 2026 8.59 AM
root / root
0644
_entry_points.cpython-311.pyc
5.009 KB
3 Mar 2026 8.59 AM
root / root
0644
_imp.cpython-311.pyc
3.56 KB
3 Mar 2026 8.59 AM
root / root
0644
_importlib.cpython-311.pyc
2.1 KB
3 Mar 2026 8.59 AM
root / root
0644
_itertools.cpython-311.pyc
1.123 KB
3 Mar 2026 8.59 AM
root / root
0644
_normalization.cpython-311.pyc
6.193 KB
3 Mar 2026 8.59 AM
root / root
0644
_path.cpython-311.pyc
1.994 KB
3 Mar 2026 8.59 AM
root / root
0644
_reqs.cpython-311.pyc
2.09 KB
3 Mar 2026 8.59 AM
root / root
0644
archive_util.cpython-311.pyc
9.968 KB
13 Feb 2026 12.40 PM
root / root
0644
build_meta.cpython-311.pyc
25.776 KB
13 Feb 2026 12.40 PM
root / root
0644
dep_util.cpython-311.pyc
0.965 KB
13 Feb 2026 12.40 PM
root / root
0644
depends.cpython-311.pyc
7.882 KB
3 Mar 2026 8.59 AM
root / root
0644
discovery.cpython-311.pyc
30.864 KB
3 Mar 2026 8.59 AM
root / root
0644
dist.cpython-311.pyc
49.937 KB
3 Mar 2026 8.59 AM
root / root
0644
errors.cpython-311.pyc
3.404 KB
3 Mar 2026 8.59 AM
root / root
0644
extension.cpython-311.pyc
6.644 KB
3 Mar 2026 8.59 AM
root / root
0644
glob.cpython-311.pyc
6.441 KB
13 Feb 2026 12.40 PM
root / root
0644
installer.cpython-311.pyc
7.096 KB
13 Feb 2026 12.40 PM
root / root
0644
launch.cpython-311.pyc
1.53 KB
13 Feb 2026 12.40 PM
root / root
0644
logging.cpython-311.pyc
2.042 KB
3 Mar 2026 8.59 AM
root / root
0644
modified.cpython-311.pyc
0.427 KB
13 Feb 2026 12.40 PM
root / root
0644
monkey.cpython-311.pyc
6.651 KB
3 Mar 2026 8.59 AM
root / root
0644
msvc.cpython-311.pyc
61.811 KB
3 Mar 2026 8.59 AM
root / root
0644
namespaces.cpython-311.pyc
5.675 KB
13 Feb 2026 12.40 PM
root / root
0644
package_index.cpython-311.pyc
57.78 KB
13 Feb 2026 12.40 PM
root / root
0644
py312compat.cpython-311.pyc
0.906 KB
13 Feb 2026 12.40 PM
root / root
0644
sandbox.cpython-311.pyc
26.729 KB
13 Feb 2026 12.40 PM
root / root
0644
unicode_utils.cpython-311.pyc
1.813 KB
13 Feb 2026 12.40 PM
root / root
0644
version.cpython-311.pyc
0.433 KB
3 Mar 2026 8.59 AM
root / root
0644
warnings.cpython-311.pyc
5.557 KB
3 Mar 2026 8.59 AM
root / root
0644
wheel.cpython-311.pyc
15.271 KB
13 Feb 2026 12.40 PM
root / root
0644
windows_support.cpython-311.pyc
1.438 KB
13 Feb 2026 12.40 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF