Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Doc /
distutils /
Delete
Unzip
Name
Size
Permission
Date
Action
_setuptools_disclaimer.rst
239
B
-rw-r--r--
2024-03-19 22:46
apiref.rst
94.64
KB
-rw-r--r--
2024-03-19 22:46
builtdist.rst
19.22
KB
-rw-r--r--
2024-03-19 22:46
commandref.rst
4.48
KB
-rw-r--r--
2024-03-19 22:46
configfile.rst
5.92
KB
-rw-r--r--
2024-03-19 22:46
examples.rst
10.15
KB
-rw-r--r--
2024-03-19 22:46
extending.rst
4.46
KB
-rw-r--r--
2024-03-19 22:46
index.rst
1.5
KB
-rw-r--r--
2024-03-19 22:46
introduction.rst
7.87
KB
-rw-r--r--
2024-03-19 22:46
packageindex.rst
448
B
-rw-r--r--
2024-03-19 22:46
setupscript.rst
30.47
KB
-rw-r--r--
2024-03-19 22:46
sourcedist.rst
9.73
KB
-rw-r--r--
2024-03-19 22:46
uploading.rst
226
B
-rw-r--r--
2024-03-19 22:46
Save
Rename
.. _distutils-index: ############################################## Distributing Python Modules (Legacy version) ############################################## :Authors: Greg Ward, Anthony Baxter :Email: distutils-sig@python.org .. seealso:: :ref:`distributing-index` The up to date module distribution documentations .. note:: The entire ``distutils`` package has been deprecated and will be removed in Python 3.12. This documentation is retained as a reference only, and will be removed with the package. See the :ref:`What's New <distutils-deprecated>` entry for more information. .. include:: ./_setuptools_disclaimer.rst .. 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 <https://packaging.python.org/guides/tool-recommendations/>`__ 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. .. toctree:: :maxdepth: 2 :numbered: introduction.rst setupscript.rst configfile.rst sourcedist.rst builtdist.rst examples.rst extending.rst commandref.rst apiref.rst