Metadata-Version: 1.0
Name: ssh_tunneler
Version: 0.1.1
Summary: Tool for setting up SSH tunnels.
Home-page: http://www.github.com/rfaulkner/tunneler
Author: Wikimedia Foundation
Author-email: rfaulkner@wikimedia.org
License: UNKNOWN
Description: Tunneler
        ========
        
        Python tool to setup multiple SSH tunnels running on local ports.
        
        The usage is very simple once the source is downloaded and it only consists
        of a single script ``run_ssh_tunnels``::
        
            ./run_ssh_tunnels [-v+] [-q+] [-s] [list of tunnel aliases..]
        
        The tunnel aliases are defined in the keys of ``TUNNEL_DATA`` in
        ``settings.py.example``.  This file should be copied to ``settings.py`` where
        you may enter your custom connection data.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
