debian-django-ratelimit/debian/control

33 lines
1.2 KiB
Plaintext

Source: django-ratelimit
Maintainer: Marco Bardelli <bardelli.marco@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12), quilt, dh-python,
python3-all,
python3-sphinx, python3-setuptools,
python3-django, python3-memcache,
python3-django-redis
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/django-ratelimit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/django-ratelimit.git
Homepage: https://github.com/jsocol/django-ratelimit
Package: python3-django-ratelimit
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.4)
Description: Cache-based rate-limiting for Django
Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable.
Package: python-django-ratelimit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Cache-based rate-limiting for Django (documentation)
Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable.
.
This package contains the documentation.