Metadata-Version: 1.1
Name: crl.interactivesessions
Version: 1.1
Summary: Robot Framework test library collection on top of pexpect
Home-page: https://github.com/nokia/crl-interactivesessions
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-interactivesessions.svg?branch=master
            :target: https://travis-ci.org/nokia/crl-interactivesessions
        
        README
        ======
        
        ``crl.interactivesession`` is a library for interactive shell commands via
        *pexpect*. It also provides plug-in interface for tailoring shells.
        
        Documentation
        -------------
        
        Documentation for sphinx-invoke can be found from `Read The Docs`_.
        
        .. _Read The Docs: http://crl-interactivesessions.readthedocs.io/
        
        Installation
        ------------
        
        The package can be installed with pip::
        
          # pip install crl.interactivesessions
        
        Development practices
        ---------------------
        
        The development and the testing follows the Common Robot Libraries development
        practices defined in crl-devutils_.
        
        .. _crl-devutils: http://crl-devutils.readthedocs.io/.
        
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
