Metadata-Version: 1.1
Name: robotframework-sshlibrary
Version: 2.0
Summary: Robot Framework test library for SSH and SFTP
Home-page: http://code.google.com/p/robotframework-sshlibrary/
Author: Robot Framework Developers
Author-email: robotframework-devel@groups.google.com
License: Apache License 2.0
Description: This is a Robot Framework test library for testing SSH and SFTP.
        
        The library has the following main usages:
        - Executing commands on remote, either with blocking or non-blocking
          behaviour.
        - Writing and reading in an interactive session.
        - Transferring files and directories over SFTP.
        - Ensuring that files or directories exist on remote.
        
        Required packages:
            robotframework
            paramiko
Keywords: robotframework testing testautomation ssh sftp
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
