Source: django-recurrence Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-dateutil, python3-django, python3-pytest-django (>= 3.5.1), python3-setuptools, python3-sphinx, python3-tz, Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/django-recurrence Vcs-Git: https://salsa.debian.org/python-team/modules/django-recurrence.git Homepage: https://github.com/django-recurrence/django-recurrence Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python-django-recurrence-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: Django utility wrapping dateutil.rrule (documentation) 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 documentation. Package: python3-django-recurrence Architecture: all Depends: python3-dateutil, python3-django, python3-tz, ${misc:Depends}, ${python3:Depends}, Description: Django utility wrapping dateutil.rrule (Python3 version) 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.