diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/python~3.12/library%2Fdistribution.html | |
new repository
Diffstat (limited to 'devdocs/python~3.12/library%2Fdistribution.html')
| -rw-r--r-- | devdocs/python~3.12/library%2Fdistribution.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Fdistribution.html b/devdocs/python~3.12/library%2Fdistribution.html new file mode 100644 index 00000000..15cc437e --- /dev/null +++ b/devdocs/python~3.12/library%2Fdistribution.html @@ -0,0 +1,10 @@ + <h1>Software Packaging and Distribution</h1> <p>These libraries help you with publishing and installing Python software. While these modules are designed to work in conjunction with the <a class="reference external" href="https://pypi.org">Python Package Index</a>, they can also be used with a local index server, or without any index server at all.</p> <ul> <li class="toctree-l1"> +<a class="reference internal" href="ensurepip"><code>ensurepip</code> — Bootstrapping the <code>pip</code> installer</a><ul> <li class="toctree-l2"><a class="reference internal" href="ensurepip#command-line-interface">Command line interface</a></li> <li class="toctree-l2"><a class="reference internal" href="ensurepip#module-api">Module API</a></li> </ul> </li> <li class="toctree-l1"> +<a class="reference internal" href="venv"><code>venv</code> — Creation of virtual environments</a><ul> <li class="toctree-l2"><a class="reference internal" href="venv#creating-virtual-environments">Creating virtual environments</a></li> <li class="toctree-l2"><a class="reference internal" href="venv#how-venvs-work">How venvs work</a></li> <li class="toctree-l2"><a class="reference internal" href="venv#api">API</a></li> <li class="toctree-l2"><a class="reference internal" href="venv#an-example-of-extending-envbuilder">An example of extending <code>EnvBuilder</code></a></li> </ul> </li> <li class="toctree-l1"> +<a class="reference internal" href="zipapp"><code>zipapp</code> — Manage executable Python zip archives</a><ul> <li class="toctree-l2"><a class="reference internal" href="zipapp#basic-example">Basic Example</a></li> <li class="toctree-l2"><a class="reference internal" href="zipapp#command-line-interface">Command-Line Interface</a></li> <li class="toctree-l2"><a class="reference internal" href="zipapp#python-api">Python API</a></li> <li class="toctree-l2"><a class="reference internal" href="zipapp#examples">Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="zipapp#specifying-the-interpreter">Specifying the Interpreter</a></li> <li class="toctree-l2"> +<a class="reference internal" href="zipapp#creating-standalone-applications-with-zipapp">Creating Standalone Applications with zipapp</a><ul> <li class="toctree-l3"><a class="reference internal" href="zipapp#caveats">Caveats</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="zipapp#the-python-zip-application-archive-format">The Python Zip Application Archive Format</a></li> </ul> </li> </ul> <div class="_attribution"> + <p class="_attribution-p"> + © 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br> + <a href="https://docs.python.org/3.12/library/distribution.html" class="_attribution-link">https://docs.python.org/3.12/library/distribution.html</a> + </p> +</div> |
