Source: django-invitations
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-django,
               python3-django-allauth,
               python3-freezegun <!nocheck>,
               python3-mock <!nocheck>,
               python3-poetry-core,
               python3-pytest-django <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/jazzband/django-invitations
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-invitations
Vcs-Git: https://salsa.debian.org/python-team/packages/django-invitations.git

Package: python3-django-invitations
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: Generic invitations solution for Django
 Invitations solution with adaptable backend and support for django-allauth.
 All emails and messages are fully customisable.
 .
 Generic Invitation flow:
 .
   - Privileged user invites prospective user by email (via either Django
     admin, form post, JSON post or programmatically)
   - User receives invitation email with confirmation link
   - User clicks link and is redirected to a preconfigured URL (default is
     accounts/signup)
