403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.114
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /snap/certbot/current/lib64/python3.12/site-packages/setuptools/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /snap/certbot/current/lib64/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc
�

�M�gM��D�ddlmZddlZddlZddlZddlZddlmZddlm	Z	m
Z
mZddlm
Z
ddlmZddlmZmZmZmZed	�Zd
dgZGd�d
�Zd
�Zej0j3d�s.ej0dk7r	d			dd�Z	d							dd�Zeddgz
Zyyy)�)�annotationsN)�CodeType)�Any�Literal�TypeVar)�Version�)�_imp)�PY_COMPILED�	PY_FROZEN�	PY_SOURCE�find_module�_T�Requirerc�T�eZdZdZ			d				d
d�Zd�Zd�Z	d			dd�Zd
d�Zd
d�Z	y)rz7A prerequisite to building or installing a distributionNc�~�|�|�t}|�||�}|�d}|jjt��|`y)N�__version__)r�__dict__�update�locals�self)r�name�requested_version�module�homepage�	attribute�formats       ��/build/snapcraft-certbot-2c33630aaf29c47357e5a1683f659d3d/parts/certbot/install/lib/python3.12/site-packages/setuptools/depends.py�__init__zRequire.__init__sJ���>�/�;��F��� &�'8� 9��� �)�	��
�
���V�X�&��I�c�h�|j�|j�d|j��S|jS)z0Return full package/distribution name, w/version�-)rr)rs r�	full_namezRequire.full_name+s4���!�!�-��i�i�[��$�"8�"8�!9�:�:��y�y�r c��|jduxs>|jduxs.t|�dk7xr|j|�|jk\S)z%Is 'version' sufficiently up-to-date?N�unknown)rr�strr)r�versions  r�
version_okzRequire.version_ok1sS��
�N�N�d�"�
?��{�{�d�"�
?��7�|�y�(�?����G�$��(>�(>�>�		
r c�$�|j�/	t|j|�\}}}|r|j	�|St|j|j||�}|�!||ur|j�|j
|�S|S#t$rYywxYw)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�ImportError�close�get_module_constantr)r�paths�default�f�_p�_i�vs       r�get_versionzRequire.get_version:s����>�>�!�
�'����U�;�	��2�r�����	��N�����T�^�^�W�e�L���=�Q�g�-�$�+�+�2I��;�;�q�>�!�����
��
�s�B�	B�Bc�(�|j|�duS)z/Return true if dependency is present on 'paths'N)r3)rr-s  r�
is_presentzRequire.is_presentWs������&�d�2�2r c�^�|j|�}|�y|jt|��S)z>Return true if dependency is present and up-to-date on 'paths'F)r3r(r&)rr-r's   r�
is_currentzRequire.is_current[s-���"�"�5�)���?�����s�7�|�,�,r )�NN)rr&�return�None)Nr%)r.z_T | Literal['unknown']r9z$_T | Literal['unknown'] | None | Any�N)
�__name__�
__module__�__qualname__�__doc__rr#r(r3r5r7�r rrrsX��A�����
��
��(�
�>G��#:��	-��:3�-r c�j�tjd��}|s|�Stj|�S)Nc3�K�d��y�wr;r@r@r r�emptyzmaybe_close.<locals>.emptyds����
��s�)�
contextlib�contextmanager�closing)r/rCs  r�maybe_closerGcs7��������
��w�����a� � r �java�clic���	t||�x\}}\}}}}	t|�5|tk(r'|j	d�tj|�}
nr|tk(rtj||�}
nR|tk(rt|j	�|d�}
n-tj|||	�}t||d�cddd�Sddd�t
||�S#t$rYywxYw#1swY�%xYw)aFind '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*rGr�read�marshal�loadrr
�get_frozen_objectr
�compile�
get_module�getattr�extract_constant)r�symbolr.r-r/�path�_suffix�_mode�kind�info�code�importeds            rr,r,ss���	�5@���5O�O�+�A�t�+�g�u�d�d�
��^�	7��{�"����q�	��|�|�A�����"��-�-�f�e�<����"��q�v�v�x��v�6�� �?�?�6�5�$�?���x���6�	7�	7�	7� ��f�g�6�6��#�	��	��	7�	7�s�C�BC*�	C'�&C'�*C3c��||jvryt|j�j|�}tjd}tjd}tjd}|}tj
|�D]H}|j}	|j}
|	|k(r|
�J�|j|
}�4|
|k(r|	|k(s|	|k(r|cS|}�Jy)a/Extract 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)r[rUr.�name_idxr^r_r`�const�	byte_code�oprhs           rrTrT�s�������&����
�
�&�,�,�V�4���Y�Y�|�,�
��y�y��0���Y�Y�|�,�
������d�+�
	 �I��!�!�B��-�-�C��Z����&�����s�+�����b�J�&6�"��:L�����
	 �r r,rT)���N)r.�_T | intr9�_T | int | None | Any)rn)r[rrUr&r.ror9rp)�
__future__rrDrdrN�sys�typesr�typingrrr�packaging.versionrr8r
rrr
rr�__all__rrG�platform�
startswithr,rTr@r r�<module>rys���"��
��
��(�(�%��@�@��T�]���m�
$��L-�L-�^	!��|�|���v�&�3�<�<�5�+@�7;�7�!)�7�	�7�>:<�&��&� #�&�.6�&�	�&�P�%�'9�:�:�G�Q,A�&r 

Youez - 2016 - github.com/yon3zu
LinuXploit