aboutsummaryrefslogtreecommitdiff
path: root/python/python-MonthDelta/README
diff options
context:
space:
mode:
authorChristophe Nguyen <cnguyenminhtan@free.fr>2014-12-23 08:05:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-23 08:05:55 +0700
commit574bb932de8ffb07a7b2c924069ec4131a7a84ce (patch)
tree6ec79429f89a21006c258b032660afd083067dac /python/python-MonthDelta/README
parente00a80782eff455fd2def4d0f9aee6140ea61bfc (diff)
python/python-MonthDelta: Added (Pythonic Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..f3d993322d67
--- /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.