summaryrefslogtreecommitdiffstats
path: root/python/python2-MonthDelta/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:48 +0100
committer Robby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:56 -0500
commit24da8b89415d43a711dedef83848ad656ef32d40 (patch)
treef71cdb1318e490ce41882a49cc769100771c283a /python/python2-MonthDelta/README
parente5286256a9fd41c98637113ff48617051fcaec3f (diff)
downloadslackbuilds-24da8b89415d43a711dedef83848ad656ef32d40.tar.gz
slackbuilds-24da8b89415d43a711dedef83848ad656ef32d40.tar.xz
python/python-MonthDelta: Renamed python2-MonthDelta.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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.