summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fdistribution.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Fdistribution.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Fdistribution.html')
-rw-r--r--devdocs/python~3.12/library%2Fdistribution.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/devdocs/python~3.12/library%2Fdistribution.html b/devdocs/python~3.12/library%2Fdistribution.html
deleted file mode 100644
index 15cc437e..00000000
--- a/devdocs/python~3.12/library%2Fdistribution.html
+++ /dev/null
@@ -1,10 +0,0 @@
- <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">
- &copy; 2001&ndash;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>