Metadata-Version: 1.1
Name: crl.remotescript
Version: 1.0
Summary: Robot test library for executing shell commands and scripts over SSH and Telnet and transferring files over SFTP, SCP and FTP protocols
Home-page: https://github.com/nokia/crl-remotescript
Author: Zoltán Veres
Author-email: zoltan.veres@nokia.com
License: BSD-3-Clause
Description: .. Copyright (C) 2019, Nokia
        
        Documentation for crl.remotescript |release|
        ============================================
        
        ``crl.remotescript`` is a library for executing shell commands and scripts over SSH
        and Telnet and transferring files over SFTP, SCP and FTP protocols.
        
        Main interface is ``crl.remotescript.RemoteScript``, while FlexiPlatform specific
        extensions are implemented in ``crl.remotescript.FP``.
        
        Documentation
        -------------
        
        Documentation for ``crl.remotescript`` can be found from `Read The Docs`_.
        
        .. _Read The Docs: http://crl-remotescript.readthedocs.io/
        
        Installation
        ------------
        
        ``crl.remotescript`` library can be installed with pip::
        
                pip install crl.remotescript
        
        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-remotescript/blob/master/CONTRIBUTING.rst
        .. _code: https://github.com/nokia/crl-remotescript
        .. _issues: https://github.com/nokia/crl-remotescript/issues
        .. _BSD-3-Clause:  https://github.com/nokia/crl-remotescript/blob/master/LICENSE
        
Keywords: SSH Telnet SFTP FTP
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
