From 24da8b89415d43a711dedef83848ad656ef32d40 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 3 May 2021 06:48:48 +0100 Subject: python/python-MonthDelta: Renamed python2-MonthDelta. Signed-off-by: Dave Woodfall --- python/python2-MonthDelta/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python2-MonthDelta/README (limited to 'python/python2-MonthDelta/README') 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. -- cgit v1.2.3-80-g2a13