Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/__pycache__/ |
Upload File : |
o .�ee�0 � @ s� d Z ddlZddlZddlZdd� Zdd� ZG dd� de�ZG d d � d �Zdd� Z G d d� d�Z G dd� de �ZG dd� de �ZdS )z>provides information about Ubuntu's and Debian's distributions� Nc C s� | sd}|S dd� | � d�D �}t|�dkr$|\}}}t�|||�}|S t|�dkrK|\}}|dkr;t�||d�}|S t�||d d �t�d � }|S td ��)z9Convert a date string in ISO 8601 into a datetime object.Nc S s g | ]}t |��qS � )�int��.0�xr r �-/usr/lib/python3/dist-packages/distro_info.py� <listcomp> s z convert_date.<locals>.<listcomp>�-� � � � � zDate not in ISO 8601 format.)�split�len�datetime�date� timedelta� ValueError)�stringr �parts�year�month�dayr r r �convert_date s � ���r c C s dS )z4Get the data directory based on the module location.z/usr/share/distro-infor r r r r � _get_data_dir* s r c s e Zd ZdZ� fdd�Z� ZS )�DistroDataOutdatedzDistribution data outdated.c � t � �d� d S )Nz�Distribution data outdated. Please check for an update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian for details.��super�__init__��self�� __class__r r r 2 s �zDistroDataOutdated.__init__)�__name__� __module__�__qualname__�__doc__r � __classcell__r r r# r r / s r c @ s0 e Zd ZdZ ddd�Zdd� ZdS )� DistroReleasez"Represents a distributions releaseNc C s@ || _ || _|| _|| _|| _|| _|| _| | _|| _| | _ d S �N) �version�codename�series�created�release�eol�eol_lts�eol_elts�eol_esm� eol_server)r"