summaryrefslogtreecommitdiffstats
path: root/python/convertdate/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/convertdate/README')
-rw-r--r--python/convertdate/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/convertdate/README b/python/convertdate/README
new file mode 100644
index 0000000000..93dc540768
--- /dev/null
+++ b/python/convertdate/README
@@ -0,0 +1,6 @@
+Python module to convert dates between different calendar systems
+(Gregorian, Julian, ISO, Hebrew, Islamic, Mayan, Indian Civil,
+Baha'i, Persian, French Republican).
+
+The convertdate package was originally developed as Python Date Utils
+by Phil Schwartz. It has been significantly updated and expanded.