Metadata-Version: 1.1
Name: py-lookingglass
Version: 1.0
Summary: Python looking glass WSGI implementation
Home-page: https://github.com/andrew-azarov/py-lookingglass
Author: Andrew Azarov
Author-email: andrew@serverastra.com
License: MIT
Description: py-lookingglass
        ===============
        
        Python looking glass implementation with wsgi
        
        Requires:
        ---------
        
        Python 2.6+
        
        Standard python modules:
        
        - telnetlib
        - os
        - socket
        - cgi
        - wsgi\_ref
        - traceback
        - random
        - argparse
        - json
        
        External:
        
        - paramiko
        
        Setup:
        ------
        
        To run out of the box just clone the repo or install using ``pip install py-lookingglass`` or ``easy_install py-lookingglass``, then:
        
        ``# python -m lg -h``
        
        Or you can use it as WSGI callback
        
        ``lg.lookingglass(name="Looking Glass", cmds={'profile':{'command_name','actual command'}}, hosts=[('password','ip',int(port),int(connection_type),'name','profile')])``
        
        Any additional hacks can be applied before init of class
        
        Check ``help(lg.lookingglass)`` for more info
        
        Should also install executable py-lookingglass
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
