OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python38
/
lib64
/
python3.8
/
distutils
/
command
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:55:16 AM
rwxr-xr-x
📄
__init__.py
799 bytes
09/06/2024 08:41:55 PM
rw-r--r--
📁
__pycache__
-
10/21/2025 06:55:16 AM
rwxr-xr-x
📄
bdist.py
5.43 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
bdist_dumb.py
4.8 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
bdist_msi.py
34.47 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
bdist_rpm.py
21.07 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
bdist_wininst.py
15.67 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
build.py
5.63 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
build_clib.py
7.83 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
build_ext.py
30.83 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
build_py.py
16.79 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
build_scripts.py
6.09 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
check.py
5.47 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
clean.py
2.71 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
command_template
633 bytes
09/06/2024 08:41:55 PM
rw-r--r--
📄
config.py
12.81 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
install.py
26.11 KB
09/23/2024 11:41:59 AM
rw-r--r--
📄
install_data.py
2.76 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
install_egg_info.py
2.54 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
install_headers.py
1.27 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
install_lib.py
8.2 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
install_scripts.py
1.97 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
register.py
11.44 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
sdist.py
18.56 KB
09/06/2024 08:41:55 PM
rw-r--r--
📄
upload.py
6.84 KB
09/06/2024 08:41:55 PM
rw-r--r--
Editing: __init__.py
Close
"""distutils.command Package containing implementation of all the standard Distutils commands.""" __all__ = ['build', 'build_py', 'build_ext', 'build_clib', 'build_scripts', 'clean', 'install', 'install_lib', 'install_headers', 'install_scripts', 'install_data', 'sdist', 'register', 'bdist', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', 'check', 'upload', # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', # Note: # bdist_packager is not included because it only provides # an abstract base class ]