gooderp18绿色标准版
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

276 líneas
11KB

  1. <!DOCTYPE html>
  2. <html lang="en" data-content_root="../">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta property="og:title" content="Distributing Python Modules" />
  7. <meta property="og:type" content="website" />
  8. <meta property="og:url" content="https://docs.python.org/3/distributing/index.html" />
  9. <meta property="og:site_name" content="Python documentation" />
  10. <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
  11. <meta property="og:image:alt" content="Python documentation" />
  12. <meta property="og:image:width" content="200" />
  13. <meta property="og:image:height" content="200" />
  14. <meta name="theme-color" content="#3776ab" />
  15. <title>Distributing Python Modules &#8212; Python 3.12.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  16. <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
  17. <link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=bb723527" />
  18. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
  19. <script src="../_static/documentation_options.js?v=2c828074"></script>
  20. <script src="../_static/doctools.js?v=888ff710"></script>
  21. <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
  22. <script src="../_static/sidebar.js"></script>
  23. <link rel="search" type="application/opensearchdescription+xml"
  24. title="Search within Python 3.12.3 documentation"
  25. href="../_static/opensearch.xml"/>
  26. <link rel="author" title="About these documents" href="../about.html" />
  27. <link rel="index" title="Index" href="../genindex.html" />
  28. <link rel="search" title="Search" href="../search.html" />
  29. <link rel="copyright" title="Copyright" href="../copyright.html" />
  30. <link rel="canonical" href="https://docs.python.org/3/distributing/index.html" />
  31. <style>
  32. @media only screen {
  33. table.full-width-table {
  34. width: 100%;
  35. }
  36. }
  37. </style>
  38. <link rel="stylesheet" href="../_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  39. <link rel="shortcut icon" type="image/png" href="../_static/py.svg" />
  40. <script type="text/javascript" src="../_static/copybutton.js"></script>
  41. <script type="text/javascript" src="../_static/menu.js"></script>
  42. <script type="text/javascript" src="../_static/search-focus.js"></script>
  43. <script type="text/javascript" src="../_static/themetoggle.js"></script>
  44. </head>
  45. <body>
  46. <div class="mobile-nav">
  47. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  48. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  49. <nav class="nav-content" role="navigation">
  50. <label for="menuToggler" class="toggler__label">
  51. <span></span>
  52. </label>
  53. <span class="nav-items-wrapper">
  54. <a href="https://www.python.org/" class="nav-logo">
  55. <img src="../_static/py.svg" alt="Python logo"/>
  56. </a>
  57. <span class="version_switcher_placeholder"></span>
  58. <form role="search" class="search" action="../search.html" method="get">
  59. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  60. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  61. </svg>
  62. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  63. <input type="submit" value="Go"/>
  64. </form>
  65. </span>
  66. </nav>
  67. <div class="menu-wrapper">
  68. <nav class="menu" role="navigation" aria-label="main navigation">
  69. <div class="language_switcher_placeholder"></div>
  70. <label class="theme-selector-label">
  71. Theme
  72. <select class="theme-selector" oninput="activateTheme(this.value)">
  73. <option value="auto" selected>Auto</option>
  74. <option value="light">Light</option>
  75. <option value="dark">Dark</option>
  76. </select>
  77. </label>
  78. <div role="note" aria-label="source link">
  79. <h3>This Page</h3>
  80. <ul class="this-page-menu">
  81. <li><a href="../bugs.html">Report a Bug</a></li>
  82. <li>
  83. <a href="https://github.com/python/cpython/blob/main/Doc/distributing/index.rst"
  84. rel="nofollow">Show Source
  85. </a>
  86. </li>
  87. </ul>
  88. </div>
  89. </nav>
  90. </div>
  91. </div>
  92. <div class="related" role="navigation" aria-label="related navigation">
  93. <h3>Navigation</h3>
  94. <ul>
  95. <li class="right" style="margin-right: 10px">
  96. <a href="../genindex.html" title="General Index"
  97. accesskey="I">index</a></li>
  98. <li class="right" >
  99. <a href="../py-modindex.html" title="Python Module Index"
  100. >modules</a> |</li>
  101. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  102. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  103. <li class="switchers">
  104. <div class="language_switcher_placeholder"></div>
  105. <div class="version_switcher_placeholder"></div>
  106. </li>
  107. <li>
  108. </li>
  109. <li id="cpython-language-and-version">
  110. <a href="../index.html">3.12.3 Documentation</a> &#187;
  111. </li>
  112. <li class="nav-item nav-item-this"><a href="">Distributing Python Modules</a></li>
  113. <li class="right">
  114. <div class="inline-search" role="search">
  115. <form class="inline-search" action="../search.html" method="get">
  116. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  117. <input type="submit" value="Go" />
  118. </form>
  119. </div>
  120. |
  121. </li>
  122. <li class="right">
  123. <label class="theme-selector-label">
  124. Theme
  125. <select class="theme-selector" oninput="activateTheme(this.value)">
  126. <option value="auto" selected>Auto</option>
  127. <option value="light">Light</option>
  128. <option value="dark">Dark</option>
  129. </select>
  130. </label> |</li>
  131. </ul>
  132. </div>
  133. <div class="document">
  134. <div class="documentwrapper">
  135. <div class="bodywrapper">
  136. <div class="body" role="main">
  137. <section id="distributing-python-modules">
  138. <span id="distributing-index"></span><h1>Distributing Python Modules<a class="headerlink" href="#distributing-python-modules" title="Link to this heading">¶</a></h1>
  139. <div class="admonition note">
  140. <p class="admonition-title">Note</p>
  141. <p>Information and guidance on distributing Python modules and packages
  142. has been moved to the <a class="reference external" href="https://packaging.python.org/">Python Packaging User Guide</a>,
  143. and the tutorial on <a class="reference external" href="https://packaging.python.org/en/latest/tutorials/packaging-projects/">packaging Python projects</a>.</p>
  144. </div>
  145. </section>
  146. <div class="clearer"></div>
  147. </div>
  148. </div>
  149. </div>
  150. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  151. <div class="sphinxsidebarwrapper">
  152. <div role="note" aria-label="source link">
  153. <h3>This Page</h3>
  154. <ul class="this-page-menu">
  155. <li><a href="../bugs.html">Report a Bug</a></li>
  156. <li>
  157. <a href="https://github.com/python/cpython/blob/main/Doc/distributing/index.rst"
  158. rel="nofollow">Show Source
  159. </a>
  160. </li>
  161. </ul>
  162. </div>
  163. </div>
  164. <div id="sidebarbutton" title="Collapse sidebar">
  165. <span>«</span>
  166. </div>
  167. </div>
  168. <div class="clearer"></div>
  169. </div>
  170. <div class="related" role="navigation" aria-label="related navigation">
  171. <h3>Navigation</h3>
  172. <ul>
  173. <li class="right" style="margin-right: 10px">
  174. <a href="../genindex.html" title="General Index"
  175. >index</a></li>
  176. <li class="right" >
  177. <a href="../py-modindex.html" title="Python Module Index"
  178. >modules</a> |</li>
  179. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  180. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  181. <li class="switchers">
  182. <div class="language_switcher_placeholder"></div>
  183. <div class="version_switcher_placeholder"></div>
  184. </li>
  185. <li>
  186. </li>
  187. <li id="cpython-language-and-version">
  188. <a href="../index.html">3.12.3 Documentation</a> &#187;
  189. </li>
  190. <li class="nav-item nav-item-this"><a href="">Distributing Python Modules</a></li>
  191. <li class="right">
  192. <div class="inline-search" role="search">
  193. <form class="inline-search" action="../search.html" method="get">
  194. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  195. <input type="submit" value="Go" />
  196. </form>
  197. </div>
  198. |
  199. </li>
  200. <li class="right">
  201. <label class="theme-selector-label">
  202. Theme
  203. <select class="theme-selector" oninput="activateTheme(this.value)">
  204. <option value="auto" selected>Auto</option>
  205. <option value="light">Light</option>
  206. <option value="dark">Dark</option>
  207. </select>
  208. </label> |</li>
  209. </ul>
  210. </div>
  211. <div class="footer">
  212. &copy;
  213. <a href="../copyright.html">
  214. Copyright
  215. </a>
  216. 2001-2024, Python Software Foundation.
  217. <br />
  218. This page is licensed under the Python Software Foundation License Version 2.
  219. <br />
  220. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  221. <br />
  222. See <a href="/license.html">History and License</a> for more information.<br />
  223. <br />
  224. The Python Software Foundation is a non-profit corporation.
  225. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  226. <br />
  227. <br />
  228. Last updated on Apr 09, 2024 (13:47 UTC).
  229. <a href="/bugs.html">Found a bug</a>?
  230. <br />
  231. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
  232. </div>
  233. </body>
  234. </html>
上海开阖软件有限公司 沪ICP备12045867号-1