Metadata-Version: 1.1
Name: virtualenvrunner
Version: 1.1.1
Summary: Runner for shell commands in virtualenv
Home-page: https://github.com/nokia/virtualenvrunner
Author: Petri Huovinen
Author-email: petri.huovinen@nokia.com
License: BSD 3-Clause
Description: .. Copyright (C) 2019, Nokia
        
        .. image:: https://travis-ci.org/nokia/virtualenvrunner.svg?branch=master
            :target: https://travis-ci.org/nokia/virtualenvrunner
        
        README
        ======
        
        Documentation
        -------------
        
        Documentation for virtualenvrunner can be found from `Read The Docs`_.
        
        .. _Read The Docs: http://virtualenvrunner.readthedocs.io/
        
        run_in_virtualenv tool
        ----------------------
        
        This distribution contains *run_in_virtualenv* tool and programmatic usage of
        the tool. The tool is for running shell commands in virtualenv.
        
        The tool is similar to *allvirtualenv* in *virtualenvwrapper* or *tox* but
        restricted to the command line run only.
        
        Moreover, the library provides Python function for running generic runner
        function in virtualenv.
        
        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: virtualenv
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: Topic :: Software Development
