✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.62
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/lib/python2.7/site-packages/setuptools/command//install_egg_info.py
from distutils import log, dir_util
import os

from setuptools import Command
from setuptools import namespaces
from setuptools.archive_util import unpack_archive
import pkg_resources


class install_egg_info(namespaces.Installer, Command):
    """Install an .egg-info directory for the package"""

    description = "Install an .egg-info directory for the package"

    user_options = [
        ('install-dir=', 'd', "directory to install to"),
    ]

    def initialize_options(self):
        self.install_dir = None

    def finalize_options(self):
        self.set_undefined_options('install_lib',
                                   ('install_dir', 'install_dir'))
        ei_cmd = self.get_finalized_command("egg_info")
        basename = pkg_resources.Distribution(
            None, None, ei_cmd.egg_name, ei_cmd.egg_version
        ).egg_name() + '.egg-info'
        self.source = ei_cmd.egg_info
        self.target = os.path.join(self.install_dir, basename)
        self.outputs = []

    def run(self):
        self.run_command('egg_info')
        if os.path.isdir(self.target) and not os.path.islink(self.target):
            dir_util.remove_tree(self.target, dry_run=self.dry_run)
        elif os.path.exists(self.target):
            self.execute(os.unlink, (self.target,), "Removing " + self.target)
        if not self.dry_run:
            pkg_resources.ensure_directory(self.target)
        self.execute(
            self.copytree, (), "Copying %s to %s" % (self.source, self.target)
        )
        self.install_namespaces()

    def get_outputs(self):
        return self.outputs

    def copytree(self):
        # Copy the .egg-info tree to site-packages
        def skimmer(src, dst):
            # filter out source-control directories; note that 'src' is always
            # a '/'-separated path, regardless of platform.  'dst' is a
            # platform-specific path.
            for skip in '.svn/', 'CVS/':
                if src.startswith(skip) or '/' + skip in src:
                    return None
            self.outputs.append(dst)
            log.debug("Copying %s to %s", src, dst)
            return dst

        unpack_archive(self.source, self.target, skimmer)


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 1.22 PM
root / linksafe
0755
__init__.py
0.563 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
__init__.pyc
0.923 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
alias.py
2.369 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
alias.pyc
3.586 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_egg.py
16.775 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_egg.pyc
19.132 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_rpm.py
1.473 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_rpm.pyc
2.189 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_wininst.py
0.622 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
bdist_wininst.pyc
1.483 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_clib.py
4.379 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_clib.pyc
3.018 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_ext.py
12.743 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_ext.pyc
14.228 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_py.py
9.371 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
build_py.pyc
12.339 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
develop.py
7.836 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
develop.pyc
8.834 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
easy_install.py
83.937 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
easy_install.pyc
88.166 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
egg_info.py
24.291 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
egg_info.pyc
29.581 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install.py
4.573 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install.pyc
5.638 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_egg_info.py
2.151 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_egg_info.pyc
3.751 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_lib.py
3.75 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_lib.pyc
5.717 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_scripts.py
2.382 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
install_scripts.pyc
3.224 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
launcher manifest.xml
0.613 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
py36compat.py
4.869 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
py36compat.pyc
6.381 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
register.py
0.264 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
register.pyc
0.934 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
rotate.py
2.113 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
rotate.pyc
3.365 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
saveopts.py
0.643 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
saveopts.pyc
1.343 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
sdist.py
6.684 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
sdist.pyc
8.824 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
setopt.py
4.966 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
setopt.pyc
6.709 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
test.py
8.832 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
test.pyc
11.679 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
upload.py
1.145 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
upload.pyc
1.998 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
upload_docs.py
7.14 KB
13 Nov 2023 9.14 PM
root / linksafe
0644
upload_docs.pyc
8.539 KB
13 Nov 2023 9.14 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF