mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python-MonthDelta: Update README.
This commit is contained in:
parent
29a05ef025
commit
914eadb4d4
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
Date computations with months.
|
||||
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.
|
||||
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.
|
||||
monthmod() enables round-trip calculations among MonthDelta, date,
|
||||
datetime, and timedelta.
|
||||
|
|
Loading…
Reference in a new issue