summaryrefslogtreecommitdiff
path: root/python/python2-MonthDelta/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-MonthDelta/README')
-rw-r--r--python/python2-MonthDelta/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-MonthDelta/README b/python/python2-MonthDelta/README
new file mode 100644
index 0000000000..35deb5aa0e
--- /dev/null
+++ b/python/python2-MonthDelta/README
@@ -0,0 +1,9 @@
+python-MonthDelta (Pythonic date calculation 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.