Python/docs/3.9/distutils/index

来自菜鸟教程
Python/docs/3.9/distutils/index /
机器人讨论 | 贡献2020年12月1日 (二) 09:44的版本 (autoload)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至:导航、​搜索

Distributing Python Modules (Legacy version)

Authors
Greg Ward, Anthony Baxter
Email
distutils-sig@python.org

参见

Distributing Python Modules
The up to date module distribution documentations


注解

This document is being retained solely until the setuptools documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html independently covers all of the relevant information currently included here.


注解

This guide only covers the basic tools for building and distributing extensions that are provided as part of this version of Python. Third party tools offer easier to use and more secure alternatives. Refer to the [https://packaging.python.org/guides/tool-recommendations/ quick recommendations section] in the Python Packaging User Guide for more information.


This document describes the Python Distribution Utilities ("Distutils") from the module developer's point of view, describing the underlying capabilities that setuptools builds on to allow Python developers to make Python modules and extensions readily available to a wider audience.