Distributing Python Modules

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

本文档从模块开发人员的角度介绍了Python Distribution Utilities(“Distutils”),介绍了在构建/释放/安装机制的开销很少的情况下 如何使用Distutils将Python模块和扩展程序轻松提供给更广泛的受众,。

Note

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 quick recommendations section in the Python Packaging User Guide for more information.

Previous topic

Supporting Cyclic Garbage Collection

Next topic

1. An Introduction to Distutils

This Page