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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: python-netaddr
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
ieee-data,
localehelper,
python (>= 2.6.5),
python-pytest,
python-setuptools (>= 0.6b3),
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.2),
python3-pytest,
python3-setuptools
Homepage: https://github.com/drkjam/netaddr/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-netaddr.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-netaddr.git
Package: python-netaddr
Architecture: all
Depends: ieee-data, ${misc:Depends}, ${python:Depends}
Suggests: ipython, python-netaddr-docs
Description: manipulation of various common network address notations (Python 2)
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 2 version of the package.
Package: python3-netaddr
Architecture: all
Depends: ieee-data, ${misc:Depends}, ${python3:Depends}
Suggests: ipython3, python-netaddr-docs
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.
Package: python-netaddr-docs
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Replaces: python-netaddr (<< 0.7.7-1)
Breaks: python-netaddr (<< 0.7.7-1)
Description: manipulation of various common network address notations (documentation)
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.
.
This package contains the documentation.
|