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
