Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.216.136
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python2.7 /
dist-packages /
setuptools /
[ HOME SHELL ]
Name
Size
Permission
Action
_vendor
[ DIR ]
drwxr-xr-x
command
[ DIR ]
drwxr-xr-x
extern
[ DIR ]
drwxr-xr-x
__init__.py
7.61
KB
-rw-r--r--
__init__.pyc
9.93
KB
-rw-r--r--
_deprecation_warning.py
218
B
-rw-r--r--
_deprecation_warning.pyc
582
B
-rw-r--r--
_imp.py
2.17
KB
-rw-r--r--
_imp.pyc
2.4
KB
-rw-r--r--
archive_util.py
6.44
KB
-rw-r--r--
archive_util.pyc
6
KB
-rw-r--r--
build_meta.py
9.66
KB
-rw-r--r--
build_meta.pyc
9.55
KB
-rw-r--r--
cli-32.exe
64
KB
-rw-r--r--
cli-64.exe
73
KB
-rw-r--r--
cli.exe
64
KB
-rw-r--r--
config.py
20.09
KB
-rw-r--r--
config.pyc
20.22
KB
-rw-r--r--
dep_util.py
935
B
-rw-r--r--
dep_util.pyc
965
B
-rw-r--r--
depends.py
5.39
KB
-rw-r--r--
depends.pyc
6.21
KB
-rw-r--r--
dist.py
48.72
KB
-rw-r--r--
dist.pyc
46.97
KB
-rw-r--r--
errors.py
524
B
-rw-r--r--
errors.pyc
884
B
-rw-r--r--
extension.py
1.69
KB
-rw-r--r--
extension.pyc
2.36
KB
-rw-r--r--
glob.py
4.96
KB
-rw-r--r--
glob.pyc
4.61
KB
-rw-r--r--
gui-32.exe
64
KB
-rw-r--r--
gui-64.exe
73.5
KB
-rw-r--r--
gui.exe
64
KB
-rw-r--r--
installer.py
5.21
KB
-rw-r--r--
installer.pyc
4.97
KB
-rw-r--r--
launch.py
787
B
-rw-r--r--
launch.pyc
1000
B
-rw-r--r--
lib2to3_ex.py
1.97
KB
-rw-r--r--
lib2to3_ex.pyc
2.93
KB
-rw-r--r--
monkey.py
5.14
KB
-rw-r--r--
monkey.pyc
5.67
KB
-rw-r--r--
msvc.py
45.66
KB
-rw-r--r--
msvc.pyc
44.65
KB
-rw-r--r--
namespaces.py
3.12
KB
-rw-r--r--
namespaces.pyc
4.92
KB
-rw-r--r--
package_index.py
39.66
KB
-rw-r--r--
package_index.pyc
39.5
KB
-rw-r--r--
py27compat.py
1.46
KB
-rw-r--r--
py27compat.pyc
2.3
KB
-rw-r--r--
py31compat.py
838
B
-rw-r--r--
py31compat.pyc
1.41
KB
-rw-r--r--
py33compat.py
1.3
KB
-rw-r--r--
py33compat.pyc
1.73
KB
-rw-r--r--
py34compat.py
245
B
-rw-r--r--
py34compat.pyc
546
B
-rw-r--r--
sandbox.py
13.94
KB
-rw-r--r--
sandbox.pyc
18.46
KB
-rw-r--r--
script (dev).tmpl
218
B
-rw-r--r--
script.tmpl
138
B
-rw-r--r--
site-patch.py
2.25
KB
-rw-r--r--
site-patch.pyc
1.7
KB
-rw-r--r--
ssl_support.py
8.29
KB
-rw-r--r--
ssl_support.pyc
8.32
KB
-rw-r--r--
unicode_utils.py
996
B
-rw-r--r--
unicode_utils.pyc
1.44
KB
-rw-r--r--
version.py
144
B
-rw-r--r--
version.pyc
322
B
-rw-r--r--
wheel.py
8.26
KB
-rw-r--r--
wheel.pyc
9.05
KB
-rw-r--r--
windows_support.py
714
B
-rw-r--r--
windows_support.pyc
1.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : build_meta.pyc
� �C�^c @ sv d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d d d d d d g Z d e f d � � YZ d e j j f d � � YZ d � Z d � Z d � Z d � Z d e f d � � YZ d e f d � � YZ e � Z e j Z e j Z e j Z e j Z e j Z e � Z! d S( s- A PEP 517 interface to setuptools Previously, when a user or a command line tool (let's call it a "frontend") needed to make a request of setuptools to take a certain action, for example, generating a list of installation requirements, the frontend would would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line. PEP 517 defines a different method of interfacing with setuptools. Rather than calling "setup.py" directly, the frontend should: 1. Set the current directory to the directory with a setup.py file 2. Import this module into a safe python interpreter (one in which setuptools can potentially set global variables or crash hard). 3. Call one of the functions defined in PEP 517. What each function does is defined in PEP 517. However, here is a "casual" definition of the functions (this definition should not be relied on for bug reports or API stability): - `build_wheel`: build a wheel in the folder and return the basename - `get_requires_for_build_wheel`: get the `setup_requires` to build - `prepare_metadata_for_build_wheel`: get the `install_requires` - `build_sdist`: build an sdist in the folder and return the basename - `get_requires_for_build_sdist`: get the `setup_requires` to build Again, this is not a formal definition! Just a "taste" of the module. i����N( t TemporaryDirectory( t parse_requirements( t makedirst get_requires_for_build_sdistt get_requires_for_build_wheelt prepare_metadata_for_build_wheelt build_wheelt build_sdistt __legacy__t SetupRequirementsErrorc B s e Z d � Z RS( c C s | | _ d S( N( t specifiers( t selfR ( ( s9 /usr/lib/python2.7/dist-packages/setuptools/build_meta.pyt __init__4 s ( t __name__t __module__R ( ( ( s9 /usr/lib/python2.7/dist-packages/setuptools/build_meta.pyR 3 s t Distributionc B s) e Z d � Z e e j d � � � Z RS( c C s+ t t t t | � � � } t | � � d S( N( t listt mapt strR R ( R R t specifier_list( ( s9 /usr/lib/python2.7/dist-packages/setuptools/build_meta.pyt fetch_build_eggs9 s c c s5 t j j } | t j _ z d VWd | t j _ Xd S( sw Replace distutils.dist.Distribution with this class for the duration of this context. N( t distutilst coreR ( t clst orig( ( s9 /usr/lib/python2.7/dist-packages/setuptools/build_meta.pyt patch>