HEX
Server: Apache
System: Linux andromeda.lojoweb.com 4.18.0-372.26.1.el8_6.x86_64 #1 SMP Tue Sep 13 06:07:14 EDT 2022 x86_64
User: nakedfoamlojoweb (1056)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/alt/python38/share/doc/alt-python38-pytricia/PKG-INFO
Metadata-Version: 1.1
Name: pytricia
Version: 1.0.2
Summary: An efficient IP address storage and lookup module for Python.
Home-page: https://github.com/jsommers/pytricia
Author: Joel Sommers
Author-email: jsommers@acm.org
License: UNKNOWN
Description: 
        Pytricia is a Python module to store IP prefixes in a
        patricia tree. It's based on Dave Plonka's modified patricia tree
        code, and has three things to recommend it over related modules
        (including py-radix and SubnetTree):
        
         * it's faster,
        
         * it works nicely in Python 3, and
        
         * there are a few nicer library features for manipulating the structure.
        
        See the github repo for documentation and some performance numbers: <https://github.com/jsommers/pytricia>.
        
        Pytricia is released under terms of the GNU Lesser General Public License,
        version 3.
        
Keywords: patricia tree,IP addresses
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Scientific/Engineering