DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-radix
Beschreibungradix tree implementation for storage of IPv4 and IPv6 networks
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.5-2+b1
Sektionpython
Prioritätextra
Installierte Größe140 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11)
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quellepy-radix (0.5-2)
Paketgröße18438 Byte
Prüfsumme MD51f4609e1b43c798c913325dfb52568c9
Prüfsumme SHA1a3a851ff5232cd968779f7a1ef708328739741d2
Prüfsumme SHA256512f64c719b6ffc47c8921676f2a48aa057d402bc912310c944567b9c7ed2e36
Link zum Herunterladenpython-radix_0.5-2+b1_i386.deb
Ausführliche Beschreibungpy-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).


Impressum
Linux is a registered trademark of Linus Torvalds