Skip to main content

Add an empty README for Python stuff

ID
96a0e68
date
2025-04-18 11:24:40+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
2ce5734
message
Add an empty README for Python stuff
changed files
1 file, 26 additions

Changed files

python/README.md (0) → python/README.md (487)

diff --git a/python/README.md b/python/README.md
new file mode 100644
index 0000000..3967a17
--- /dev/null
+++ b/python/README.md
@@ -0,0 +1,26 @@
+# python
+
+These scripts are all for working with Python.
+
+## The individual scripts
+
+<!-- [[[cog
+
+# This adds the root of the repo to the PATH, which has cog_helpers.py
+from os.path import abspath, dirname
+import sys
+
+sys.path.append(abspath(dirname(dirname("."))))
+
+import cog_helpers
+
+folder_name = "python"
+
+scripts = []
+
+cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
+
+]]]-->
+<dl>
+</dl>
+<!-- [[[end]]] (checksum: ba71f9e78718a8f6739d2b4bef0f1d58) -->