Metadata-Version: 1.1
Name: crl.interactivesessions
Version: 1.3.0
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 ``crl.interactivesessions`` 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
        
        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-interactivesessions/blob/master/CONTRIBUTING.rst
        .. _code: https://github.com/nokia/crl-interactivesessions
        .. _issues: https://github.com/nokia/crl-interactivesessions/issues
        .. _BSD-3-Clause:  https://github.com/nokia/crl-interactivesessions/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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
