$43 GRAYBYTE WORDPRESS FILE MANAGER $11

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/alt/python311/lib64/python3.11/distutils/__pycache__/

HOME
Current File : /opt/alt/python311/lib64/python3.11/distutils/__pycache__//version.cpython-311.opt-1.pyc
�

���h�0��d�dZddlZGd�d��ZGd�de��ZGd�de��ZdS)	a�Provides classes to represent module version numbers (one class for
each style of version numbering).  There are currently two such classes
implemented: StrictVersion and LooseVersion.

Every version number class implements the following interface:
  * the 'parse' method takes a string and parses it to some internal
    representation; if the string is an invalid version number,
    'parse' raises a ValueError exception
  * the class constructor takes an optional string argument which,
    if supplied, is passed to 'parse'
  * __str__ reconstructs the string that was passed to 'parse' (or
    an equivalent string -- ie. one that will generate an equivalent
    version number instance)
  * __repr__ generates Python code to recreate the version number instance
  * _cmp compares the current instance with either another instance
    of the same class or a string (which will be parsed to an instance
    of the same class, thus must follow the same rules)
�Nc�>�eZdZdZd
d�Zd�Zd�Zd�Zd�Zd�Z	d	�Z
dS)�Versionz�Abstract base class for version numbering classes.  Just provides
    constructor (__init__) and reproducer (__repr__), because those
    seem to be the same for all version numbering classes; and route
    rich comparisons to _cmp.
    Nc�8�|r|�|��dSdS�N��parse��self�vstrings  �8/opt/alt/python311/lib64/python3.11/distutils/version.py�__init__zVersion.__init__&�,���	 ��J�J�w������	 �	 �c�@�|jj�dt|���d�S)Nz ('z'))�	__class__�__name__�str�r
s r�__repr__zVersion.__repr__*s"��"�n�5�5�5�s�4�y�y�y�y�A�Arc�N�|�|��}|tur|S|dkS�Nr��_cmp�NotImplemented�r
�other�cs   r�__eq__zVersion.__eq__-�,���I�I�e���������H��A�v�
rc�N�|�|��}|tur|S|dkSrrrs   r�__lt__zVersion.__lt__3�,���I�I�e���������H��1�u�rc�N�|�|��}|tur|S|dkSrrrs   r�__le__zVersion.__le__9rrc�N�|�|��}|tur|S|dkSrrrs   r�__gt__zVersion.__gt__?r"rc�N�|�|��}|tur|S|dkSrrrs   r�__ge__zVersion.__ge__Errr)r�
__module__�__qualname__�__doc__r
rrr!r$r&r(�rrrrs��������� � � � �B�B�B�����������������rrc�`�eZdZdZejdejejz��Zd�Z	d�Z
d�ZdS)�
StrictVersiona?Version numbering for anal retentives and software idealists.
    Implements the standard interface for version number classes as
    described above.  A version number consists of two or three
    dot-separated numeric components, with an optional "pre-release" tag
    on the end.  The pre-release tag consists of the letter 'a' or 'b'
    followed by a number.  If the numeric components of two version
    numbers are equal, then one with a pre-release tag will always
    be deemed earlier (lesser) than one without.

    The following are valid version numbers (shown in the order that
    would be obtained by sorting according to the supplied cmp function):

        0.4       0.4.0  (these two are equivalent)
        0.4.1
        0.5a1
        0.5b3
        0.5
        0.9.6
        1.0
        1.0.4a3
        1.0.4b1
        1.0.4

    The following are examples of invalid version numbers:

        1
        2.7.2.2
        1.3.a4
        1.3pl1
        1.3c4

    The rationale for this version numbering system will be explained
    in the distutils documentation.
    z)^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$c��|j�|��}|std|z���|�ddddd��\}}}}}|r+t	tt|||g����|_n,t	tt||g����dz|_|r|dt
|��f|_dSd|_dS)	Nzinvalid version number '%s'�����)rr)	�
version_re�match�
ValueError�group�tuple�map�int�version�
prerelease)r
rr6�major�minor�patchr=�prerelease_nums        rrzStrictVersion.parse�s�����%�%�g�.�.���	F��:�W�D�E�E�E�
�K�K��1�a��A�&�&�	:���u�j�.��	B� ��S�5�%��*?�!@�!@�A�A�D�L�L� ��S�5�%�.�!9�!9�:�:�T�A�D�L��	#�)�!�}�c�.�.A�.A�B�D�O�O�O�"�D�O�O�Orc�R�|jddkr6d�tt|jdd�����}n-d�tt|j����}|jr+||jdzt|jd��z}|S)Nr1r�.r0)r<�joinr:rr=r	s  r�__str__zStrictVersion.__str__�s����<��?�a����h�h�s�3���Q�q�S�(9�:�:�;�;�G�G��h�h�s�3���5�5�6�6�G��?�	M����� 2�2�S����9K�5L�5L�L�G��rc��t|t��rt|��}nt|t��stS|j|jkr|j|jkrdSdS|js	|jsdS|jr	|jsdS|js	|jrdS|jr-|jr(|j|jkrdS|j|jkrdSdSdSdS)N���r0r)�
isinstancerr.rr<r=�r
rs  rrzStrictVersion._cmp�s	���e�S�!�!�	"�!�%�(�(�E�E��E�=�1�1�	"�!�!��<�5�=�(�(��|�e�m�+�+��r��q���	+��(8�	+��1��o�	+�e�&6�	+��2��/�
	+�e�&6�
	+��1��o�	+�%�"2�	+���%�"2�2�2��q���5�#3�3�3��r��q�
	+�	+�	+�	+rN)rr)r*r+�re�compile�VERBOSE�ASCIIr5rrErr,rrr.r.]sp������!�!�F���H��J���1�3�3�J�#�#�#�&
�
�
�"+�"+�"+�"+�"+rr.c�^�eZdZdZejdej��Zd	d�Zd�Z	d�Z
d�Zd�ZdS)
�LooseVersiona�Version numbering for anarchists and software realists.
    Implements the standard interface for version number classes as
    described above.  A version number consists of a series of numbers,
    separated by either periods or strings of letters.  When comparing
    version numbers, the numeric components will be compared
    numerically, and the alphabetic components lexically.  The following
    are all valid version numbers, in no particular order:

        1.5.1
        1.5.2b2
        161
        3.10a
        8.02
        3.4j
        1996.07.12
        3.2.pl0
        3.1.1.6
        2g6
        11g
        0.960923
        2.2beta29
        1.13++
        5.5.kw
        2.0b1pl0

    In fact, there is no such thing as an invalid version number under
    this scheme; the rules for comparison are simple and predictable,
    but may not always give the results you want (for some definition
    of "want").
    z(\d+ | [a-z]+ | \.)Nc�8�|r|�|��dSdSrrr	s  rr
zLooseVersion.__init__0rrc���||_d�|j�|��D��}t|��D](\}}	t	|��||<�#t
$rY�%wxYw||_dS)Nc�"�g|]}|r|dk�
|��
S)rCr,)�.0�xs  r�
<listcomp>z&LooseVersion.parse.<locals>.<listcomp>:s0��1�1�1�A�!"�1�'(�C�x�x��'/�x�xr)r�component_re�split�	enumerater;r7r<)r
r�
components�i�objs     rrzLooseVersion.parse5s������1�1��!2�!8�!8��!A�!A�1�1�1�
��
�+�+�	�	�F�A�s�
� #�C���
�1�
�
���
�
�
���
����"����s�A�
A!� A!c��|jSr)rrs rrEzLooseVersion.__str__Es
���|�rc�&�dt|��zS)NzLooseVersion ('%s'))rrs rrzLooseVersion.__repr__Is��$�s�4�y�y�0�0rc���t|t��rt|��}nt|t��stS|j|jkrdS|j|jkrdS|j|jkrdSdS)NrrGr0)rHrrOrr<rIs  rrzLooseVersion._cmpMs���e�S�!�!�	"� ��'�'�E�E��E�<�0�0�	"�!�!��<�5�=�(�(��1��<�%�-�'�'��2��<�%�-�'�'��1�(�'rr)
rr)r*r+rJrKrLrVr
rrErrr,rrrOrO
s���������>�2�:�4�b�j�A�A�L� � � � �

"�
"�
"� ���1�1�1�����rrO)r+rJrr.rOr,rr�<module>r_s�����&
�	�	�	�*�*�*�*�*�*�*�*�|k+�k+�k+�k+�k+�W�k+�k+�k+�`K�K�K�K�K�G�K�K�K�K�Kr


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
10 Feb 2026 9.36 AM
root / linksafe
0755
__init__.cpython-311.opt-1.pyc
0.802 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.opt-2.pyc
0.623 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.pyc
0.802 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.opt-1.pyc
23.692 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.opt-2.pyc
22.582 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.pyc
23.773 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.opt-1.pyc
10.414 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.opt-2.pyc
8.453 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.pyc
10.414 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.opt-1.pyc
12.751 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.opt-2.pyc
12.468 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.pyc
12.751 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.opt-1.pyc
43.316 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.opt-2.pyc
27.621 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.pyc
43.565 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.opt-1.pyc
18.356 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.opt-2.pyc
12.743 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.pyc
18.356 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.opt-1.pyc
6.233 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.opt-2.pyc
5.881 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.pyc
6.233 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.opt-1.pyc
8.841 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.opt-2.pyc
5.546 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.pyc
8.841 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.opt-1.pyc
13.791 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.opt-2.pyc
12.243 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.pyc
13.791 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.opt-1.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.opt-2.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.opt-1.pyc
3.874 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.opt-2.pyc
2.484 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.pyc
3.874 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.opt-1.pyc
9.799 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.opt-2.pyc
7.514 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.pyc
9.799 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.opt-1.pyc
53.461 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.opt-2.pyc
44.537 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.pyc
53.461 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.opt-1.pyc
6.597 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.opt-2.pyc
4.042 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.pyc
6.597 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.opt-1.pyc
9.917 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.opt-2.pyc
6.512 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.pyc
9.917 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.opt-1.pyc
16.434 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.opt-2.pyc
13.763 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.pyc
16.708 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.opt-1.pyc
10.133 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.opt-2.pyc
8.071 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.pyc
10.133 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.opt-1.pyc
15.512 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.opt-2.pyc
12.754 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.pyc
15.792 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.opt-1.pyc
3.809 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.opt-2.pyc
3.75 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.pyc
3.809 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.opt-1.pyc
32.306 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.opt-2.pyc
30.77 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.pyc
32.387 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.opt-1.pyc
26.023 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.opt-2.pyc
24.539 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.pyc
26.023 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.opt-1.pyc
5.478 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.opt-2.pyc
4.384 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.pyc
5.478 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.opt-1.pyc
11.815 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.opt-2.pyc
10.04 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.pyc
11.815 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.opt-1.pyc
11.236 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.opt-2.pyc
6.302 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.pyc
11.236 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.opt-1.pyc
12.95 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.opt-2.pyc
12.34 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.pyc
12.95 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.opt-1.pyc
24.085 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.opt-2.pyc
18.419 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.pyc
24.099 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.opt-1.pyc
10.105 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.opt-2.pyc
6.894 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.pyc
10.128 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.opt-1.pyc
7.052 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.opt-2.pyc
4.655 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.pyc
7.052 KB
7 Jan 2026 10.45 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF