# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2023, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-21 14:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/distutils.rst:2 msgid ":mod:`distutils` --- Building and installing Python modules" msgstr "" #: ../Doc/library/distutils.rst:12 msgid "" ":mod:`distutils` is deprecated with removal planned for Python 3.12. See " "the :ref:`What's New ` entry for more information." msgstr "" #: ../Doc/library/distutils.rst:17 msgid "" "The :mod:`distutils` package provides support for building and installing " "additional modules into a Python installation. The new modules may be " "either 100%-pure Python, or may be extension modules written in C, or may be " "collections of Python packages which include modules coded in both Python " "and C." msgstr "" #: ../Doc/library/distutils.rst:22 msgid "" "Most Python users will *not* want to use this module directly, but instead " "use the cross-version tools maintained by the Python Packaging Authority. In " "particular, `setuptools `__ is " "an enhanced alternative to :mod:`distutils` that provides:" msgstr "" #: ../Doc/library/distutils.rst:28 msgid "support for declaring project dependencies" msgstr "" #: ../Doc/library/distutils.rst:29 msgid "" "additional mechanisms for configuring which files to include in source " "releases (including plugins for integration with version control systems)" msgstr "" #: ../Doc/library/distutils.rst:31 msgid "" "the ability to declare project \"entry points\", which can be used as the " "basis for application plugin systems" msgstr "" #: ../Doc/library/distutils.rst:33 msgid "" "the ability to automatically generate Windows command line executables at " "installation time rather than needing to prebuild them" msgstr "" #: ../Doc/library/distutils.rst:35 msgid "consistent behaviour across all supported Python versions" msgstr "" #: ../Doc/library/distutils.rst:37 msgid "" "The recommended `pip `__ installer runs all ``setup." "py`` scripts with ``setuptools``, even if the script itself only imports " "``distutils``. Refer to the `Python Packaging User Guide `_ for more information." msgstr "" #: ../Doc/library/distutils.rst:43 msgid "" "For the benefits of packaging tool authors and users seeking a deeper " "understanding of the details of the current packaging and distribution " "system, the legacy :mod:`distutils` based user documentation and API " "reference remain available:" msgstr "" #: ../Doc/library/distutils.rst:48 msgid ":ref:`install-index`" msgstr "" #: ../Doc/library/distutils.rst:49 msgid ":ref:`distutils-index`" msgstr ""