Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 52.15.225.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.10 /
distutils /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
621
B
-rw-r--r--
2025-02-22 06:16
_msvccompiler.cpython-310.pyc
12.53
KB
-rw-r--r--
2024-02-16 18:45
archive_util.cpython-310.pyc
6.36
KB
-rw-r--r--
2024-02-16 18:45
bcppcompiler.cpython-310.pyc
6.34
KB
-rw-r--r--
2024-02-16 18:45
ccompiler.cpython-310.pyc
32.27
KB
-rw-r--r--
2024-02-16 18:45
cmd.cpython-310.pyc
13.57
KB
-rw-r--r--
2024-02-16 18:45
config.cpython-310.pyc
3.45
KB
-rw-r--r--
2024-02-16 18:45
core.cpython-310.pyc
6.45
KB
-rw-r--r--
2024-02-16 18:45
cygwinccompiler.cpython-310.pyc
8.26
KB
-rw-r--r--
2024-02-16 18:45
debug.cpython-310.pyc
197
B
-rw-r--r--
2024-02-16 18:45
dep_util.cpython-310.pyc
2.65
KB
-rw-r--r--
2024-02-16 18:45
dir_util.cpython-310.pyc
6.02
KB
-rw-r--r--
2024-02-16 18:45
dist.cpython-310.pyc
33.15
KB
-rw-r--r--
2024-02-16 18:45
errors.cpython-310.pyc
4.82
KB
-rw-r--r--
2024-02-16 18:45
extension.cpython-310.pyc
6.81
KB
-rw-r--r--
2024-02-16 18:45
fancy_getopt.cpython-310.pyc
10.33
KB
-rw-r--r--
2024-02-16 18:45
file_util.cpython-310.pyc
5.78
KB
-rw-r--r--
2024-02-16 18:45
filelist.cpython-310.pyc
9.6
KB
-rw-r--r--
2024-02-16 18:45
log.cpython-310.pyc
2.2
KB
-rw-r--r--
2024-02-16 18:45
msvc9compiler.cpython-310.pyc
17.1
KB
-rw-r--r--
2024-02-16 18:45
msvccompiler.cpython-310.pyc
14.38
KB
-rw-r--r--
2024-02-16 18:45
spawn.cpython-310.pyc
3.33
KB
-rw-r--r--
2024-02-16 18:45
sysconfig.cpython-310.pyc
7.59
KB
-rw-r--r--
2024-02-16 18:45
text_file.cpython-310.pyc
8.22
KB
-rw-r--r--
2024-02-16 18:45
unixccompiler.cpython-310.pyc
7.04
KB
-rw-r--r--
2024-02-16 18:45
util.cpython-310.pyc
15.27
KB
-rw-r--r--
2024-02-16 18:45
version.cpython-310.pyc
7.13
KB
-rw-r--r--
2025-02-22 06:16
versionpredicate.cpython-310.pyc
5.01
KB
-rw-r--r--
2024-02-16 18:45
Save
Rename
o ��bc�� � @ s� d Z ddlZddlZddlZddlmZ zddlZW n ey% dZY nw ddlT ddl m Z mZ ddlm Z mZmZ ddlmZ ddlmZ e�d �Zd d� ZG dd � d �ZG dd� d�Zdd� ZdS )z}distutils.dist Provides the Distribution class, which represents the module distribution being built/installed/distributed. � N)�message_from_file)�*)�FancyGetopt�translate_longopt)� check_environ� strtobool� rfc822_escape��log)�DEBUGz^[a-zA-Z]([a-zA-Z0-9_]*)$c C sP t | t�r | S t | t�s&t| �j}d|� d|� d�}t�tj|� t| �} | S )Nz Warning: 'z' should be a list, got type '�')� isinstance�str�list�type�__name__r �WARN)�value� fieldname�typename�msg� r �%/usr/lib/python3.10/distutils/dist.py�_ensure_list s � r c @ sD e Zd ZdZg d�ZdZg d�Zdd� eD �ZddiZdId d�Z dd � Z dJdd�Zdd� ZdIdd�Z dd� Zdd� Zdd� Zdd� Zddg fdd�Zd d!� Zd"d#� Zd$d%� Zd&d'� Zd(d)� Zd*d+� ZdKd,d-�ZdId.d/�ZdLd1d2�Zejfd3d4�Zd5d6� Zd7d8� Z d9d:� Z!d;d<� Z"d=d>� Z#d?d@� Z$dAdB� Z%dCdD� Z&dEdF� Z'dGdH� Z(d S )M�Distributiona� The core of the Distutils. Most of the work hiding behind 'setup' is really done within a Distribution instance, which farms the work out to the Distutils commands specified on the command line. Setup scripts will almost never instantiate Distribution directly, unless the 'setup()' function is totally inadequate to their needs. However, it is conceivable that a setup script might wish to subclass Distribution for some specialized purpose, and then pass the subclass to 'setup()' as the 'distclass' keyword argument. If so, it is necessary to respect the expectations that 'setup' has of Distribution. See the code for 'setup()', in core.py, for details. ))�verbose�vzrun verbosely (default)� )�quiet�qz!run quietly (turns verbosity off))zdry-run�nzdon't actually do anything)�help�hzshow detailed help message)zno-user-cfgNz-ignore pydistutils.cfg in your home directoryz�Common commands: (see '--help-commands' for more) setup.py build will build the package underneath 'build/' setup.py install will install the package ))z help-commandsNzlist all available commands)�nameNzprint package name)�version�Vzprint package version)�fullnameNzprint <package name>-<version>)�authorNzprint the author's name)�author-emailNz print the author's email address)� maintainerNzprint the maintainer's name)zmaintainer-emailNz$print the maintainer's email address)�contactNz7print the maintainer's name if known, else the author's)z contact-emailNz@print the maintainer's email address if known, else the author's)�urlNzprint the URL for this package)�licenseNz print the license of the package)�licenceNzalias for --license)�descriptionNzprint the package description)zlong-descriptionNz"print the long package description)� platformsNzprint the list of platforms)�classifiersNzprint the list of classifiers)�keywordsNzprint the list of keywords)�providesNz+print the list of packages/modules provided)�requiresNz+print the list of packages/modules required)� obsoletesNz0print the list of packages/modules made obsoletec C s g | ]}t |d ��qS �r �r )�.0�xr r r � <listcomp>� s zDistribution.<listcomp>r r Nc C sD d| _ d| _d| _| jD ]}t| |d� qt� | _| jjD ]}d| }t| |t| j|�� qi | _ d| _ d| _d| _i | _ g | _d| _i | _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _i | _i | _|r�|�d�}|dur�|d= |�� D ]\}}| � |�}|�� D ] \} } d| f|| <