File: control

package info (click to toggle)
django-ipware 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 691; makefile: 6; sh: 3
file content (30 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: django-ipware
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 James Valleroy <jvalleroy@mailbox.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 dh-python,
 python3-all,
 python3-django,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/un33k/django-ipware
Vcs-Git: https://salsa.debian.org/python-team/modules/django-ipware.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-ipware
Rules-Requires-Root: no

Package: python3-django-ipware
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Django app to retrieve client's IP address
 django-ipware can be used in a view or a middleware where the
 `request` object is available. It will attempt to get the client's IP
 address, and determine if that IP address is publicly routable on the
 Internet.