| Server IP : 159.223.102.202 / Your IP : 216.73.216.195 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/setuptools/_distutils/__pycache__/ |
Upload File : |
�
_�dU � �T � d Z ddlZddlmZ ddlZ ej
dej � Z ej
d� Z ej
d� Z d� Z
ej ej ej ej ej ej d �Z G d
� d� Zdad� Zy)
zBModule for parsing and testing package version predicate strings.
� N� )�versionz'(?i)^\s*([a-z_]\w*(?:\.[a-z_]\w*)*)(.*)z^\s*\((.*)\)\s*$z%^\s*(<=|>=|<|>|!=|==)\s*([^\s,]+)\s*$c � � t j | � }|st d| z � �|j � \ }}t j
� 5 t j |� }ddd� ||fS # 1 sw Y |fS xY w)zVParse a single version comparison.
Return (comparison string, StrictVersion)
z"bad package restriction syntax: %rN)�re_splitComparison�match�
ValueError�groupsr �suppress_known_deprecation�
StrictVersion)�pred�res�comp�verStr�others �H/usr/lib/python3/dist-packages/setuptools/_distutils/versionpredicate.py�splitUpr sw � �
�
"�
"�4�
(�C���=��D�E�E��:�:�<�L�D�&� � +� +� -� .��%�%�f�-��.��%�=��.��%�=��s �
A/�/A;)�<z<=z==�>z>=z!=c �"