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
|
Source: pysubnettree
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Raúl Benencia <rul@kalgan.cc>
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.5-2~),
python-setuptools,
python3-all-dev (>= 3.1.2-12~),
python3-setuptools,
swig
X-Python-Version: >= 2.4
Standards-Version: 3.9.6
Homepage: https://www.bro.org/sphinx/components/pysubnettree/README.html
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pysubnettree/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pysubnettree/trunk/
Package: python-subnettree
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python Module for CIDR Lookups
The PySubnetTree package provides a Python data structure SubnetTree which
maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
Python objects. Lookups are performed by longest-prefix matching. It supports
IPv6 addresses.
Package: python3-subnettree
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python 3 Module for CIDR Lookups
The PySubnetTree package provides a Python data structure SubnetTree which
maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
Python 3 objects. Lookups are performed by longest-prefix matching. It
supports IPv6 addresses.
|