File: control

package info (click to toggle)
python-netaddr 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,348 kB
  • sloc: xml: 7,675; python: 6,299; makefile: 77
file content (49 lines) | stat: -rw-r--r-- 1,396 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: python-netaddr
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders:
 Debian Python Team <team+python@tracker.debian.org>,
Standards-Version: 4.1.1
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 ieee-data,
 localehelper,
 python3-all (>= 3.2),
 python3-pytest,
 python3-setuptools,
Homepage: https://github.com/drkjam/netaddr/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-netaddr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-netaddr

Package: python3-netaddr
Architecture: all
Depends:
 ieee-data,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 ipython3,
 python-netaddr-docs,
Conflicts:
 python-netaddr (<< 0.7.19-4),
Replaces:
 python-netaddr (<< 0.7.19-4),
Description: manipulation of various common network address notations (Python 3)
 netaddr is a Python library for the manipulation of various common
 network address notations and representations.
 .
 It takes the hassle out of fiddling with enumerable variations of
 network addresses presenting a consistent, extensible, easy-to-use
 and (above all) Pythonic API.
 .
 With it you can validate, convert, categorise, iterate, generate,
 slice (and dice):
  - MAC (Media Access Control)
  - IEEE EUI-48 and EUI-64
  - IP version 4
  - IP version 6
  - CIDR (Classless Inter-Domain Routing)
 .
 This is the Python 3 version of the package.