Metadata-Version: 1.1
Name: ssh-docker
Version: 0.0.2
Summary: Utility methods for dealing with HTML.
Home-page: UNKNOWN
Author: Simon Coulton
Author-email: simon@bespohk.com
License: Copyright (c) 2018-2019 Bespohk, and is maintained by multiple
contributors including:

	- Simon Coulton <simon@bespohk.com>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Description: sshdocker
        =========
        
        A small convenience command to interactively deal with containers running remotely.
        
        Installation
        ------------
        
        ``pip install ssh-docker``
        
        Usage
        -----
        
        ::
            ssh-docker <hostname>
        
        This will open up an interactive shell (similar to how Supervisord works) allowing you to directly query / perform actions on the containers on the host.
        
        If you'd like to enable autocomplete in ZSH, you can add the following to your `~/.zshrc` file:
        
        ::
            eval "$(_SSH_DOCKER_COMPLETE=source_zsh ssh-docker)"
        
        By entering `ssh-docker [TAB]` you will be able to cycle through all hostnames in your SSH config file.
        
Keywords: docker,python3,ssh,cli
Platform: Python 3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
