py-radix 0.10.0-4build2 source package in Ubuntu
Changelog
py-radix (0.10.0-4build2) lunar; urgency=medium * Rebuild to drop Python 3.10 extension -- Jeremy Bicha <email address hidden> Wed, 01 Mar 2023 10:45:08 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python | |
Lunar | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
py-radix_0.10.0.orig.tar.gz | 21.3 KiB | b8dbd1344bb30c6a1097d4103203c7b117d92931620365985018de4bef5aede3 |
py-radix_0.10.0-4build2.debian.tar.xz | 3.7 KiB | 3afdd69187f31ef393b4cd768ceb26daec24ada3cb2c7fcd8838b5c7727ac0a4 |
py-radix_0.10.0-4build2.dsc | 2.0 KiB | eff14017099b051634904b0b64da9e452535a8eb402bb5495c25a2be9700d0e4 |
Available diffs
- diff from 0.10.0-4build1 to 0.10.0-4build2 (324 bytes)
Binary packages built by this source
- python3-radix: 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.
- python3-radix-dbgsym: debug symbols for python3-radix