File: control

package info (click to toggle)
pysubnettree 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 384 kB
  • sloc: cpp: 5,045; ansic: 924; python: 177; makefile: 55; sh: 5
file content (23 lines) | stat: -rw-r--r-- 957 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
Source: pysubnettree
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all-dev (>= 3.1.2-12~),
               python3-setuptools,
               swig
Standards-Version: 4.6.1
Homepage: https://github.com/zeek/pysubnettree
Vcs-Git: https://salsa.debian.org/python-team/packages/pysubnettree.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pysubnettree

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.