Source: django-axes
Maintainer: FreedomBox packaging team <freedombox-pkg-team@lists.alioth.debian.org>
Uploaders:
 Joseph Nuthalapati <njoseph@thoughtworks.com>,
 Federico Ceratto <federico@debian.org>,
 James Valleroy <jvalleroy@mailbox.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 dh-python,
 python3-all,
 python3-django,
 python3-django-appconf,
 python3-django-ipware,
 python3-mock,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-django,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.5.1
Homepage: https://github.com/jazzband/django-axes
Vcs-Git: https://salsa.debian.org/freedombox-team/django-axes.git
Vcs-Browser: https://salsa.debian.org/freedombox-team/django-axes
Rules-Requires-Root: no

Package: python3-django-axes
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-django,
 python3-django-ipware (>= 3),
Description: Keep track of failed login attempts in Django-powered sites
 django-axes is a very simple way for you to keep track of failed login
 attempts, both for the Django admin and for the rest of your site.
 .
 To start using django-axes, just add "axes" to your INSTALLED_APPS.

Package: python3-django-axes-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Keep track of failed login attempts in Django - documentation
 django-axes is a very simple way for you to keep track of failed login
 attempts, both for the Django admin and for the rest of your site.
 .
 This package contains the Python module documentation.
