SILENT KILLERPanel

Current Path: > > opt > > alt > python33 > lib > python3.3 > 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/python33/lib/python3.3/site-packages/setuptools/command

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 553 bytes November 13 2023 21:19:28.
alias.py File 2486 bytes November 13 2023 21:19:28.
bdist_egg.py File 18718 bytes November 13 2023 21:19:28.
bdist_rpm.py File 2025 bytes November 13 2023 21:19:28.
bdist_wininst.py File 2283 bytes November 13 2023 21:19:28.
build_ext.py File 11854 bytes November 13 2023 21:19:28.
build_py.py File 8440 bytes November 13 2023 21:19:28.
develop.py File 6447 bytes November 13 2023 21:19:28.
easy_install.py File 72716 bytes November 13 2023 21:19:28.
egg_info.py File 14320 bytes November 13 2023 21:19:28.
install.py File 4065 bytes November 13 2023 21:19:28.
install_egg_info.py File 3833 bytes November 13 2023 21:19:28.
install_lib.py File 2486 bytes November 13 2023 21:19:28.
install_scripts.py File 2068 bytes November 13 2023 21:19:28.
register.py File 277 bytes November 13 2023 21:19:28.
rotate.py File 2062 bytes November 13 2023 21:19:28.
saveopts.py File 705 bytes November 13 2023 21:19:28.
sdist.py File 8341 bytes November 13 2023 21:19:28.
setopt.py File 5068 bytes November 13 2023 21:19:28.
test.py File 5932 bytes November 13 2023 21:19:28.
upload_docs.py File 6807 bytes November 13 2023 21:19:28.

Reading File: //opt//alt/python33/lib/python3.3/site-packages/setuptools/command/saveopts.py

import distutils, os
from setuptools import Command
from setuptools.command.setopt import edit_config, option_base

class saveopts(option_base):
    """Save command-line options to a file"""

    description = "save supplied options to setup.cfg or other config file"

    def run(self):
        dist = self.distribution
        settings = {}

        for cmd in dist.command_options:

            if cmd=='saveopts':
                continue    # don't save our own options!

            for opt,(src,val) in dist.get_option_dict(cmd).items():
                if src=="command line":
                    settings.setdefault(cmd,{})[opt] = val

        edit_config(self.filename, settings, self.dry_run)


SILENT KILLER Tool