Metadata-Version: 1.1
Name: cwltool
Version: 0.1.20141119031726.8dcd753
Summary: Common workflow language reference implementation
Home-page: https://github.com/rabix/common-workflow-language
Author: Common workflow language working group
Author-email: common-workflow-language@googlegroups.com
License: Apache 2.0
Download-URL: https://github.com/rabix/common-workflow-language
Description: ==================================================================
        Common workflow language tool description reference implementation
        ==================================================================
        
        This is intended to be a lightweight reference implementation of the common
        workflow language tool description.
        
        Install
        -------
        
        From source::
        
          git clone https://github.com/rabix/common-workflow-language.git
          cd common-workflow-language/reference
          easy_install .
        
        With pip::
        
          pip install cwltool
        
        
        Run on the command line
        -----------------------
        
          ``cwltool [tool] [job]``
        
        Use as a library
        ----------------
        
        Add::
        
          import cwltool
        
        to your script.
        
Platform: UNKNOWN
