Radix tree data structure for Python
py-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. 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).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.10.0-12.fc41 | - |
Fedora 41 | 0.10.0-12.fc41 | - |
Fedora 40 | 0.10.0-11.fc40 | - |
Fedora EPEL 9 | 0.10.0-1.el9 | - |
Fedora EPEL 8 | 0.10.0-1.el8 | - |
Fedora EPEL 10.0 | 0.10.0-12.el10_0 | - |
You can contact the maintainers of this package via email at
py-radix dash maintainers at fedoraproject dot org
.