python: document my get_all_venv_deps script
- ID
d69e6a4- date
2026-04-15 21:03:22+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
361d9f3- message
python: document my `get_all_venv_deps` script- changed files
1 file, 16 additions, 1 deletion
Changed files
python/README.md (2071) → python/README.md (2593)
diff --git a/python/README.md b/python/README.md
index 38a5fa2..b2f0b95 100644
--- a/python/README.md
+++ b/python/README.md
@@ -24,6 +24,12 @@ scripts = [
""",
},
{
+ "usage": "get_all_venv_deps",
+ "description": """
+ print all the dependencies installed in every virtualenv on my computer. See https://alexwlchan.net/2026/python-package-audit/
+ """,
+ },
+ {
"name": "pyfmt [...PATH]",
"description": "Format Python files with ruff.",
},
@@ -51,6 +57,15 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
</dd>
<dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/python/get_all_venv_deps">
+ <code>get_all_venv_deps</code>
+ </a>
+ </dt>
+ <dd>
+ print all the dependencies installed in every virtualenv on my computer. See https://alexwlchan.net/2026/python-package-audit/
+ </dd>
+
+ <dt>
<a href="https://github.com/alexwlchan/scripts/blob/main/python/pyfmt">
<code>pyfmt [...PATH]</code>
</a>
@@ -77,4 +92,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
A wrapper around `uv pip sync`. You don't need to call this directly.
</dd>
</dl>
-<!-- [[[end]]] (sum: pB/eWuCsZQ) -->
+<!-- [[[end]]] (sum: 2V/ogTR3H5) -->