Metadata-Version: 1.1
Name: nelkit
Version: 0.0.3
Summary: A Toolkit for network engineers
Home-page: https://networklore.com/nelkit/
Author: Patrick Ogenstad
Author-email: patrick@ogenstad.com
License: Apache
Description: NELKIT: A toolkit for network engineers
        =======================================
        
        Nelkit is a collection of tools aimed to help network engineers.
        
        Installation
        ------------
        
        Install using pip:
        
        .. code-block:: bash
        
            $ pip install nelkit
        
        Tools
        -----
        
        These tools are currently included:
        
        * nk-compare-configs - Preforms audits of configuration files for network devices
        * nk-snmp-deviceinfo - Polls a network device using SNMP to show vendor and version information
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.0.3
        +++++
        
        * Speed improvements for nk-compare-configs
        
        0.0.2
        +++++
        
        * Added description for the tests used by nk-compare-configs
        
        
        0.0.1
        +++++
        
        First initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
