✘✘ 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.216.52
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/command//develop.py
import site
import subprocess
import sys

from setuptools import Command
from setuptools.warnings import SetuptoolsDeprecationWarning


class develop(Command):
    """Set up package for development"""

    user_options = [
        ("install-dir=", "d", "install package to DIR"),
        ('no-deps', 'N', "don't install dependencies"),
        ('user', None, f"install in user site-package '{site.USER_SITE}'"),
        ('prefix=', None, "installation prefix"),
        ("index-url=", "i", "base URL of Python Package Index"),
    ]
    boolean_options = [
        'no-deps',
        'user',
    ]

    install_dir = None
    no_deps = False
    user = False
    prefix = None
    index_url = None

    def run(self):
        cmd = (
            [sys.executable, '-m', 'pip', 'install', '-e', '.', '--use-pep517']
            + ['--target', self.install_dir] * bool(self.install_dir)
            + ['--no-deps'] * self.no_deps
            + ['--user'] * self.user
            + ['--prefix', self.prefix] * bool(self.prefix)
            + ['--index-url', self.index_url] * bool(self.index_url)
        )
        subprocess.check_call(cmd)

    def initialize_options(self):
        DevelopDeprecationWarning.emit()

    def finalize_options(self) -> None:
        pass


class DevelopDeprecationWarning(SetuptoolsDeprecationWarning):
    _SUMMARY = "develop command is deprecated."
    _DETAILS = """
    Please avoid running ``setup.py`` and ``develop``.
    Instead, use standards-based tools like pip or uv.
    """
    _SEE_URL = "https://github.com/pypa/setuptools/issues/917"
    _DUE_DATE = 2025, 10, 31


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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
11 Feb 2026 6.01 AM
root / root
0755
__pycache__
--
11 Feb 2026 6.01 AM
root / root
0755
__init__.py
0.784 KB
20 Jan 2026 1.01 PM
root / root
0644
_requirestxt.py
4.129 KB
20 Jan 2026 1.01 PM
root / root
0644
alias.py
2.324 KB
20 Jan 2026 1.01 PM
root / root
0644
bdist_egg.py
16.551 KB
20 Jan 2026 1.01 PM
root / root
0644
bdist_rpm.py
1.401 KB
20 Jan 2026 1.01 PM
root / root
0644
bdist_wheel.py
21.726 KB
20 Jan 2026 1.01 PM
root / root
0644
build.py
5.91 KB
20 Jan 2026 1.01 PM
root / root
0644
build_clib.py
4.422 KB
20 Jan 2026 1.01 PM
root / root
0644
build_ext.py
18.032 KB
20 Jan 2026 1.01 PM
root / root
0644
build_py.py
15.175 KB
20 Jan 2026 1.01 PM
root / root
0644
develop.py
1.572 KB
20 Jan 2026 1.01 PM
root / root
0644
dist_info.py
3.369 KB
20 Jan 2026 1.01 PM
root / root
0644
easy_install.py
0.762 KB
20 Jan 2026 1.01 PM
root / root
0644
editable_wheel.py
34.02 KB
20 Jan 2026 1.01 PM
root / root
0644
egg_info.py
25.271 KB
20 Jan 2026 1.01 PM
root / root
0644
install.py
4.947 KB
20 Jan 2026 1.01 PM
root / root
0644
install_egg_info.py
2.026 KB
20 Jan 2026 1.01 PM
root / root
0644
install_lib.py
4.218 KB
20 Jan 2026 1.01 PM
root / root
0644
install_scripts.py
2.432 KB
20 Jan 2026 1.01 PM
root / root
0644
launcher manifest.xml
0.613 KB
20 Jan 2026 1.01 PM
root / root
0644
rotate.py
2.136 KB
20 Jan 2026 1.01 PM
root / root
0644
saveopts.py
0.676 KB
20 Jan 2026 1.01 PM
root / root
0644
sdist.py
7.196 KB
20 Jan 2026 1.01 PM
root / root
0644
setopt.py
4.98 KB
20 Jan 2026 1.01 PM
root / root
0644
test.py
1.312 KB
20 Jan 2026 1.01 PM
root / root
0644

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