summaryrefslogtreecommitdiff
path: root/python/python-MonthDelta/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-MonthDelta/README')
-rw-r--r--python/python-MonthDelta/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-MonthDelta/README b/python/python-MonthDelta/README
new file mode 100644
index 0000000000..f3d993322d
--- /dev/null
+++ b/python/python-MonthDelta/README
@@ -0,0 +1,7 @@
+Date computations with months.
+
+monthdelta.py includes a class, MonthDelta, and a function, monthmod().
+
+MonthDelta enables easy month-related calculations with the standard Python date and datetime classes from the datetime module.
+
+monthmod() enables round-trip calculations among MonthDelta, date, datetime, and timedelta.