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 Ubuntu Archiv lucid (universe)
Version0.5-2
Sektionuniverse/python
Prioritätextra
Installierte Größe148 Byte
Hängt ab vonlibc6 (>= 2.4), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellepy-radix
Paketgröße18924 Byte
Prüfsumme MD566cc81103bbbfecf22e221aa3ce1919a
Prüfsumme SHA148dd7d47719e9c750fba0efb0c5ef25c91461a1b
Prüfsumme SHA256576f5248580a2b59f3fc2bb45a9e26f2b5654ff963de7174509fe472703d21ae
Link zum Herunterladenpython-radix_0.5-2_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