python3-django-recurrence

Django utility wrapping dateutil.rrule (Python3 version)
  https://github.com/django-recurrence/django-recurrence
  0
  no reviews



Django-recurrence is a utility for working with recurring dates in Django.

It provides: * Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule) for specifying recurring date/times * RecurrenceField for storing recurring datetimes in the database * a JavaScript widget

This package contains the Python 3 version of the library.