summaryrefslogtreecommitdiff
path: root/time/py-tempora
AgeCommit message (Collapse)AuthorFilesLines
2017-08-221.9adam3-8/+9
Added support for months, years to ``parse_timedelta``.
2017-07-191.8:adam4-11/+20
Introducing ``timing.Timer``, featuring a ``expired`` method for detecting when a certain duration has been exceeded.
2017-04-23Revert previous now that py-setuptools is fixed.wiz1-1/+4
2017-04-22Fix PLIST after update.wiz1-4/+1
2017-02-15Needs py-setuptools_scm.joerg1-1/+3
2017-02-13Changed category from www to timeadam1-2/+2
2017-02-13Added time/py-tempora version 1.6.1adam4-0/+50
Objects and routines pertaining to date and time (tempora). Modules include: - tempora (top level package module) contains miscellaneous utilities and constants. - timing contains routines for measuring and profiling. - schedule contains an event scheduler.