chiark / gitweb /
Ignore some stuff. Write a README.
[getdate-python] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..0470031
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Python bindings for get_date().
+
+I found the get_date() function under a rock somewhere.  It's grim inside,
+but it parses dates just fine.  It was the work of several minutes to make a
+Python binding for it.  The build system probably took longer than the code.
+
+Have fun.
+
+-- [mdw]