Metadata-Version: 1.2
Name: cwltest
Version: 1.0.20180512170808
Summary: Common workflow language testing framework
Home-page: https://github.com/common-workflow-language/cwltest
Author: Common workflow language working group
Author-email: common-workflow-language@googlegroups.com
License: Apache 2.0
Download-URL: https://github.com/common-workflow-language/cwltest
Description: ==========================================
        Common workflow language testing framework
        ==========================================
        
        This is a testing tool for checking the output of Tools and Workflows described
        with the Common Workflow Language.  Among other uses, it is used to run the CWL
        conformance tests.
        
        This is written and tested for Python 2.7.
        
        Install
        -------
        
        Installing the official package from PyPi::
        
          pip install cwltest
        
        Or from source::
        
          git clone https://github.com/common-workflow-language/cwltest.git
          cd cwltest && python setup.py install
        
        Run on the command line
        -----------------------
        
        Simple command::
        
          cwltest --test test-descriptions.yml --tool cwl-runner
        
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
