DYT/Tool/Python39/Lib/distutils
2024-12-12 08:23:16 +08:00
..
command add python module 2024-12-12 08:23:16 +08:00
tests add python module 2024-12-12 08:23:16 +08:00
__init__.py add python module 2024-12-12 08:23:16 +08:00
_msvccompiler.py add python module 2024-12-12 08:23:16 +08:00
archive_util.py add python module 2024-12-12 08:23:16 +08:00
bcppcompiler.py add python module 2024-12-12 08:23:16 +08:00
ccompiler.py add python module 2024-12-12 08:23:16 +08:00
cmd.py add python module 2024-12-12 08:23:16 +08:00
config.py add python module 2024-12-12 08:23:16 +08:00
core.py add python module 2024-12-12 08:23:16 +08:00
cygwinccompiler.py add python module 2024-12-12 08:23:16 +08:00
debug.py add python module 2024-12-12 08:23:16 +08:00
dep_util.py add python module 2024-12-12 08:23:16 +08:00
dir_util.py add python module 2024-12-12 08:23:16 +08:00
dist.py add python module 2024-12-12 08:23:16 +08:00
errors.py add python module 2024-12-12 08:23:16 +08:00
extension.py add python module 2024-12-12 08:23:16 +08:00
fancy_getopt.py add python module 2024-12-12 08:23:16 +08:00
file_util.py add python module 2024-12-12 08:23:16 +08:00
filelist.py add python module 2024-12-12 08:23:16 +08:00
log.py add python module 2024-12-12 08:23:16 +08:00
msvc9compiler.py add python module 2024-12-12 08:23:16 +08:00
msvccompiler.py add python module 2024-12-12 08:23:16 +08:00
README add python module 2024-12-12 08:23:16 +08:00
spawn.py add python module 2024-12-12 08:23:16 +08:00
sysconfig.py add python module 2024-12-12 08:23:16 +08:00
text_file.py add python module 2024-12-12 08:23:16 +08:00
unixccompiler.py add python module 2024-12-12 08:23:16 +08:00
util.py add python module 2024-12-12 08:23:16 +08:00
version.py add python module 2024-12-12 08:23:16 +08:00
versionpredicate.py add python module 2024-12-12 08:23:16 +08:00

This directory contains the Distutils package.

There's a full documentation available at:

    https://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    https://www.python.org/sigs/distutils-sig/

$Id$