Lines Matching +full:development +full:- +full:tools
1 .. _distributing-index:
7 :Email: distutils-sig@python.org
10 As a popular open source development project, Python has an active
21 :ref:`installation guide <installing-index>`.
28 use of the distribution and installation tools provided with Python.
40 evolution of the standard packaging tools and the associated metadata and
41 file format standards. They maintain a variety of tools, documentation
50 development).
51 * `setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` first
53 :mod:`distutils` tools was the ability to declare dependencies on other
80 The distribution tools provided with Python are designed to make it
84 The same distribution tools can also be used to distribute software within
89 Installing the tools
92 The standard library does not include build tools that support modern
93 Python packaging standards, as the core development team has found that it
94 is important to have standard tools that work consistently, even on older
97 The currently recommended build and distribution tools can be installed
100 python -m pip install setuptools wheel twine
112 recommended tools`_.
114 .. _currently recommended tools: https://packaging.python.org/guides/tool-recommendations/#packagin…
120 .. _publishing-python-packages:
133 .. _Project structure: https://packaging.python.org/tutorials/packaging-projects/#packaging-python-…
134 … the project: https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files
135 …e Index: https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-arc…
145 ---------------------------------
159 --------------------------------------------
168 <https://packaging.python.org/guides/packaging-binary-extensions/>`__
172 Once the Development & Deployment part of PPUG is fleshed out, some of