Metadata-Version: 2.0
Name: condoor
Version: 0.1.6
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.1.6
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
Requires-Dist: pexpect (>=4.0.1)

Condoor 
=======

.. image:: https://travis-ci.org/kstaniek/condoor.svg?branch=master
    :target: https://travis-ci.org/kstaniek/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 the 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)




