.. _distutils-index:

###############################
  Python モジュールの配布
###############################

:Release: |version|
:Date: |today|

このドキュメントでは、 Python 配布ユーティリティ
(Python Distribution Utilities, "Distutils") について、
モジュール開発者の視点に立ち、多くの人々がビルド/リリース/インストール
の手間をほとんどかけずに Python モジュールや拡張モジュールを入手できるようにする方法について述べます。

.. toctree::
   :maxdepth: 2

   introduction.rst
   setupscript.rst
   configfile.rst
   sourcedist.rst
   builtdist.rst
   packageindex.rst
   uploading.rst
   examples.rst
   extending.rst
   commandref.rst
   apiref.rst

   jptranslation.rst
