Metadata-Version: 1.1
Name: crl.remotesession
Version: 1.2
Summary: Remote shell command executor.
Home-page: https://github.com/nokia/crl-remotesession
Author: Petri Huovinen
Author-email: petri.huovinen@nokia.com
License: BSD-3-Clause
Description: .. Copyright (C) 2019, Nokia
        
        .. image:: https://travis-ci.org/nokia/crl-remotesession.svg?branch=master
            :target: https://travis-ci.org/nokia/crl-remotesession
        
        README
        ======
        
        ``crl.remotesession`` is a library for executing shell commands and
        scripts over SSH and Telnet and transferring files over SFTP, SCP and FTP
        protocols.
        
        Documentation
        -------------
        
        Documentation for ``crl.remotesession`` can be found from `Read The Docs`_.
        
        .. _Read The Docs: http://crl-remotesession.readthedocs.io/
        
        Installation
        ------------
        
        ``crl.remotesession`` library can be installed with pip::
        
           pip install crl.remotesession
        
        Contributing
        ------------
        
        Please see contributing_ for development and contribution practices.
        
        The code_ and the issues_ are hosted on GitHub.
        
        The project is licensed under BSD-3-Clause_.
        
        .. _contributing: https://github.com/nokia/crl-remotesession/blob/master/CONTRIBUTING.rst
        .. _code: https://github.com/nokia/crl-remotesession
        .. _issues: https://github.com/nokia/crl-remotesession/issues
        .. _BSD-3-Clause:  https://github.com/nokia/crl-remotesession/blob/master/LICENSE
        
Keywords: robotframework
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
