File: control

package info (click to toggle)
python-ifaddr 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: python: 327; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,007 bytes parent folder | download | duplicates (2)
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
Source: python-ifaddr
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/pydron/ifaddr
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ifaddr
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ifaddr.git


Package: python3-ifaddr
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Pure Python implementation for detecting IP addresses
 This is a small Python library which allows you to find all the IP addresses
 of the computer. Both ipv4 and ipv6 addresses will be found.
 .
 It is a pure Python implementation in contrast to some other Python libraries
 providing more or less the same functionality.