Package: python-radix Source: py-radix Version: 0.10.0-2 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 86 Depends: libc6 (>= 2.4), python2 (<< 2.8), python2 (>= 2.7~), python2:any (<< 2.8), python2:any (>= 2.7~) Provides: python2.7-radix Filename: ./amd64/python-radix_0.10.0-2_amd64.deb Size: 21792 MD5sum: cad484a1825c9d8f8a39a2c8b3d4e960 SHA1: e22cbb8fa2b22a57a7914b9c297ef3260a72ab17 SHA256: deab3b93655be232081c8e0f643a1ea2750046f53b94d163b4b4296d8208e06a Section: python Priority: optional Homepage: https://github.com/mjschultz/py-radix Description: radix tree implementation for storage of IPv4 and IPv6 networks (Python 2) py-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to Dave Plonka's Perl Net::Patricia (it even steals the same radix tree code from MRTd). . The radix tree (a.k.a Patricia tree) is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. py-radix's implementation is built solely for networks (the data structure itself is more general). . This package contains the Python 2 version of the library. Package: python3-radix Source: py-radix Version: 0.10.0-2 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 83 Depends: libc6 (>= 2.4), python3 (<< 3.9), python3 (>= 3.8~), python3:any Provides: python3.8-radix Filename: ./amd64/python3-radix_0.10.0-2_amd64.deb Size: 19788 MD5sum: a0c34ca5d80b7fd153c55de2b749eae8 SHA1: f65fc36af507863f09d8d2de15a76cb5672ff3a6 SHA256: 35e2ec7ba0cc435267ce60eae22d8af2555264d1987ef9b4d9662d333d30e443 Section: python Priority: optional Homepage: https://github.com/mjschultz/py-radix Description: radix tree implementation for storage of IPv4 and IPv6 networks (Python 3) py-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to Dave Plonka's Perl Net::Patricia (it even steals the same radix tree code from MRTd). . The radix tree (a.k.a Patricia tree) is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. py-radix's implementation is built solely for networks (the data structure itself is more general). . THis package contains the Python 3 version of the library.