Metadata-Version: 1.1
Name: condoor
Version: 0.0.4
Summary: This is a python module providing access to Cisco devices over Telnet and SSH
Home-page: https://github.com/kstaniek/condoor
Author: Klaudiusz Staniek
Author-email: klstanie [at] cisco.com
License: Apache 2.0
Download-URL: https://github.com/kstaniek/condoor/tarball/0.0.4
Description: Condoor
        =======
        
        Condoor is a python module providing the connection method to Cisco devices.
        It supports keyring for password management and multiple jump hosts.
        
        Installation
        ------------
        
        The module can be installed from source using::
        
            python setup.py install
        
        
        or from PyPI repository::
        
            pip install condoor
        
        
        The required packages will be installed automatically.
        
        Documentation
        =============
        
        `Docs on ReadTheDocs <http://condoor.readthedocs.org/>`_
        
        
        Required packages
        =================
        
        * pexpect
        * keyring (optional)
        
        
        
Keywords: cisco,automation
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
