File: control

package info (click to toggle)
django-ipware 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 731; makefile: 6; sh: 3
file content (30 lines) | stat: -rw-r--r-- 930 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 Team <team+python@tracker.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.6.0
Homepage: https://github.com/un33k/django-ipware
Vcs-Git: https://salsa.debian.org/python-team/packages/django-ipware.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.