SILENT KILLERPanel

Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > setuptools > command


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python27/lib//python2.7/site-packages/setuptools/command

NameTypeSizeLast ModifiedActions
__init__.py File 577 bytes November 13 2023 21:14:06.
__init__.pyc File 945 bytes November 13 2023 21:14:06.
alias.py File 2426 bytes November 13 2023 21:14:06.
alias.pyc File 3672 bytes November 13 2023 21:14:06.
bdist_egg.py File 17178 bytes November 13 2023 21:14:06.
bdist_egg.pyc File 19591 bytes November 13 2023 21:14:06.
bdist_rpm.py File 1508 bytes November 13 2023 21:14:06.
bdist_rpm.pyc File 2242 bytes November 13 2023 21:14:06.
bdist_wininst.py File 637 bytes November 13 2023 21:14:06.
bdist_wininst.pyc File 1519 bytes November 13 2023 21:14:06.
build_clib.py File 4484 bytes November 13 2023 21:14:06.
build_clib.pyc File 3090 bytes November 13 2023 21:14:06.
build_ext.py File 13049 bytes November 13 2023 21:14:06.
build_ext.pyc File 14569 bytes November 13 2023 21:14:06.
build_py.py File 9596 bytes November 13 2023 21:14:06.
build_py.pyc File 12635 bytes November 13 2023 21:14:06.
develop.py File 8024 bytes November 13 2023 21:14:06.
develop.pyc File 9046 bytes November 13 2023 21:14:06.
easy_install.py File 85951 bytes November 13 2023 21:14:06.
easy_install.pyc File 90282 bytes November 13 2023 21:14:06.
egg_info.py File 24874 bytes November 13 2023 21:14:06.
egg_info.pyc File 30291 bytes November 13 2023 21:14:06.
install.py File 4683 bytes November 13 2023 21:14:06.
install.pyc File 5773 bytes November 13 2023 21:14:06.
install_egg_info.py File 2203 bytes November 13 2023 21:14:06.
install_egg_info.pyc File 3841 bytes November 13 2023 21:14:06.
install_lib.py File 3840 bytes November 13 2023 21:14:06.
install_lib.pyc File 5854 bytes November 13 2023 21:14:06.
install_scripts.py File 2439 bytes November 13 2023 21:14:06.
install_scripts.pyc File 3301 bytes November 13 2023 21:14:06.
launcher manifest.xml File 628 bytes November 13 2023 21:14:06.
py36compat.py File 4986 bytes November 13 2023 21:14:06.
py36compat.pyc File 6534 bytes November 13 2023 21:14:06.
register.py File 270 bytes November 13 2023 21:14:06.
register.pyc File 956 bytes November 13 2023 21:14:06.
rotate.py File 2164 bytes November 13 2023 21:14:06.
rotate.pyc File 3446 bytes November 13 2023 21:14:06.
saveopts.py File 658 bytes November 13 2023 21:14:06.
saveopts.pyc File 1375 bytes November 13 2023 21:14:06.
sdist.py File 6844 bytes November 13 2023 21:14:06.
sdist.pyc File 9036 bytes November 13 2023 21:14:06.
setopt.py File 5085 bytes November 13 2023 21:14:06.
setopt.pyc File 6870 bytes November 13 2023 21:14:06.
test.py File 9044 bytes November 13 2023 21:14:06.
test.pyc File 11959 bytes November 13 2023 21:14:06.
upload.py File 1172 bytes November 13 2023 21:14:06.
upload.pyc File 2046 bytes November 13 2023 21:14:06.
upload_docs.py File 7311 bytes November 13 2023 21:14:06.
upload_docs.pyc File 8744 bytes November 13 2023 21:14:06.

Reading File: //opt/alt/python27/lib//python2.7/site-packages/setuptools/command/py36compat.pyc

�
��Rec@s�ddlZddlmZddlmZddlmZddlmZdd
d��YZe	ejd�r�ddd	��YZndS(i����N(tglob(tconvert_path(tsdist(tfiltertsdist_add_defaultscBseeZdZd�Zed��Zd�Zd�Zd�Zd�Z	d�Z
d�Zd	�ZRS(
s�
    Mix-in providing forward-compatibility for functionality as found in
    distutils on Python 3.7.

    Do not edit the code in this class except to update functionality
    as implemented in distutils. Instead, override in the subclass.
    cCsJ|j�|j�|j�|j�|j�|j�|j�dS(s9Add all the default files to self.filelist:
          - README or README.txt
          - setup.py
          - test/test*.py
          - all pure Python modules mentioned in setup script
          - all files pointed by package_data (build_py)
          - all files defined in data_files.
          - all files defined as scripts.
          - all C sources listed as part of extensions or C libraries
            in the setup script (doesn't catch C headers!)
        Warns if (README or README.txt) or setup.py are missing; everything
        else is optional.
        N(t_add_defaults_standardst_add_defaults_optionalt_add_defaults_pythont_add_defaults_data_filest_add_defaults_extt_add_defaults_c_libst_add_defaults_scripts(tself((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pytadd_defaultss





cCsStjj|�stStjj|�}tjj|�\}}|tj|�kS(s�
        Case-sensitive path existence check

        >>> sdist_add_defaults._cs_path_exists(__file__)
        True
        >>> sdist_add_defaults._cs_path_exists(__file__.upper())
        False
        (tostpathtexiststFalsetabspathtsplittlistdir(tfspathRt	directorytfilename((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyt_cs_path_exists(s

cCs�|j|jjg}x�|D]�}t|t�r�|}t}x7|D]/}|j|�rDt}|jj	|�PqDqDW|s�|j
ddj|��q�q|j|�r�|jj	|�q|j
d|�qWdS(Ns,standard file not found: should have one of s, sstandard file '%s' not found(tREADMEStdistributiontscript_namet
isinstancettupleRRtTruetfilelisttappendtwarntjoin(Rt	standardstfntaltstgot_it((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR9s 

	cCsLddg}x9|D]1}ttjjt|��}|jj|�qWdS(Ns
test/test*.pys	setup.cfg(RRRtisfileRRtextend(Rtoptionaltpatterntfiles((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyRNs
cCs�|jd�}|jj�r7|jj|j��nxM|jD]B\}}}}x-|D]%}|jjtj	j
||��qZWqAWdS(Ntbuild_py(tget_finalized_commandRthas_pure_modulesRR(tget_source_filest
data_filesR RRR"(RR,tpkgtsrc_dirt	build_dirt	filenamesR((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyRTs
cCs�|jj�r�x�|jjD]�}t|t�ret|�}tjj|�r�|j	j
|�q�q|\}}x?|D]7}t|�}tjj|�rx|j	j
|�qxqxWqWndS(N(Rthas_data_filesR0RtstrRRRR'RR (RtitemtdirnameR4tf((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyRds
cCs;|jj�r7|jd�}|jj|j��ndS(Nt	build_ext(Rthas_ext_modulesR-RR(R/(RR:((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR	uscCs;|jj�r7|jd�}|jj|j��ndS(Nt
build_clib(Rthas_c_librariesR-RR(R/(RR<((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR
zscCs;|jj�r7|jd�}|jj|j��ndS(Nt
build_scripts(Rthas_scriptsR-RR(R/(RR>((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyRs(
t__name__t
__module__t__doc__R
tstaticmethodRRRRRR	R
R(((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR	s							RcBseZRS((R@RA(((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR�s(((
RRtdistutils.utilRtdistutils.commandRtsetuptools.extern.six.movesRRthasattr(((s�/builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyt<module>s|

SILENT KILLER Tool