$37 GRAYBYTE WORDPRESS FILE MANAGER $38

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.15.130 | ADMIN IP 216.73.216.174
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/command/

HOME
Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/command//alias.py
from setuptools.command.setopt import config_file, edit_config, option_base

from distutils.errors import DistutilsOptionError


def shquote(arg):
    """Quote an argument for later parsing by shlex.split()"""
    for c in '"', "'", "\\", "#":
        if c in arg:
            return repr(arg)
    if arg.split() != [arg]:
        return repr(arg)
    return arg


class alias(option_base):
    """Define a shortcut that invokes one or more commands"""

    description = "define a shortcut to invoke one or more commands"
    command_consumes_arguments = True

    user_options = [
        ('remove', 'r', 'remove (unset) the alias'),
    ] + option_base.user_options

    boolean_options = option_base.boolean_options + ['remove']

    def initialize_options(self):
        option_base.initialize_options(self)
        self.args = None
        self.remove = None

    def finalize_options(self) -> None:
        option_base.finalize_options(self)
        if self.remove and len(self.args) != 1:
            raise DistutilsOptionError(
                "Must specify exactly one argument (the alias name) when using --remove"
            )

    def run(self) -> None:
        aliases = self.distribution.get_option_dict('aliases')

        if not self.args:
            print("Command Aliases")
            print("---------------")
            for alias in aliases:
                print("setup.py alias", format_alias(alias, aliases))
            return

        elif len(self.args) == 1:
            (alias,) = self.args
            if self.remove:
                command = None
            elif alias in aliases:
                print("setup.py alias", format_alias(alias, aliases))
                return
            else:
                print(f"No alias definition found for {alias!r}")
                return
        else:
            alias = self.args[0]
            command = ' '.join(map(shquote, self.args[1:]))

        edit_config(self.filename, {'aliases': {alias: command}}, self.dry_run)


def format_alias(name, aliases):
    source, command = aliases[name]
    if source == config_file('global'):
        source = '--global-config '
    elif source == config_file('user'):
        source = '--user-config '
    elif source == config_file('local'):
        source = ''
    else:
        source = f'--filename={source!r}'
    return source + name + ' ' + command


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
11 Feb 2026 9.30 AM
root / root
0755
__pycache__
--
11 Feb 2026 9.32 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 @ 2025 CONTACT ME
Static GIF