Metadata-Version: 1.1
Name: ssh-tunnel-manager
Version: 1.0.0rc1
Summary: An utility to manage your SSH tunnels
Home-page: https://github.com/hmartinet/ssh-tunnel-manager
Author: Hervé Martinet
Author-email: herve.martinet@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # SSH Tunnel Manager
        
        A tool to manage your recurrent SSH commands with a user configuration file.
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
        
        ### Prerequisites
        
        Python 3 and virtualenv.
        
        ### Installing
        
        Install a development environment.
        
        In the project directory, create a virtualenv and activate it.
        
        ```
        virtualenv venv
        ./venv/bin/activate
        ```
        
        Build the project and test it.
        
        ```
        python setup.py install
        stm -h
        ```
        
        ## Running the tests
        
        No tests at this time...
        
        
        ## Authors
        
        * **Hervé Martinet** - *Initial work* - [GitHub Profile](https://github.com/hmartinet)
        
        See also the list of [contributors](https://github.com/hmartinet/ssh-tunnel-manager/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
        * Dedicate to the time I loose searching ssh command arguments documentation each time I need it.
        * My .bash_aliases and my /etc/hosts thank this tool for the slimming cure they took advantage of.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
