Initial import of py-dateutil-1.2, from pkgsrc-wip, initially packaged
authorwiz <wiz>
Mon, 2 Jul 2007 18:05:24 +0000 (18:05 +0000)
committerwiz <wiz>
Mon, 2 Jul 2007 18:05:24 +0000 (18:05 +0000)
commitc6ad10395ab66bd78fae3e27ae15a53dcaaf32bc
tree5915b711185b1dc1459a19e6e5e6f7bf11d4ffdd
parent1f34a6ac04f4e50aae8407797f1efd4d5b8279a6
Initial import of py-dateutil-1.2, from pkgsrc-wip, initially packaged
by recht@ and updated by me.

The dateutil module provides powerful extensions to the standard datetime
module, available in Python 2.3+.

Features

* Computing of relative deltas (next month, next year, next monday, last week
  of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
  of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
  known formats), iCalendar format files, given ranges (with help from
  relative deltas), local machine timezone, fixed offset timezone, and UTC
  timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
  or Julian algorithms;
* More than 400 test cases.
time/py-dateutil/DESCR [new file with mode: 0644]
time/py-dateutil/Makefile [new file with mode: 0644]
time/py-dateutil/PLIST [new file with mode: 0644]
time/py-dateutil/distinfo [new file with mode: 0644]