Paketname | python-radix |
Beschreibung | radix tree implementation for storage of IPv4 and IPv6 networks |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5-2+b1 |
Sektion | python |
Priorität | extra |
Installierte Größe | 140 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | py-radix (0.5-2) |
Paketgröße | 18438 Byte |
Prüfsumme MD5 | 1f4609e1b43c798c913325dfb52568c9 |
Prüfsumme SHA1 | a3a851ff5232cd968779f7a1ef708328739741d2 |
Prüfsumme SHA256 | 512f64c719b6ffc47c8921676f2a48aa057d402bc912310c944567b9c7ed2e36 |
Link zum Herunterladen | python-radix_0.5-2+b1_i386.deb |
Ausführliche Beschreibung | 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).
|