-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
20 lines (20 loc) · 932 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Metadata-Version: 1.0
Name: py-radix
Version: 0.5
Summary: Radix tree for storage and retrieval of network prefixes
Home-page: http://www.mindrot.org/py-radix.html
Author: Damien Miller
Author-email: djm@mindrot.org
License: BSD
Download-URL: http://www2.mindrot.org/files/py-radix/
Description: py-radix is an implementation of a radix tree data structure
for the storage and retrieval of IPv4 and IPv6 network prefixes.
The radix 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.
Keywords: radix,tree,python,routing
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules