MANIFEST.in
Makefile
README.rst
mypy-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
cwl_utils/__init__.py
cwl_utils/__meta__.py
cwl_utils/cite_extract.py
cwl_utils/cwlNodeEngine.js
cwl_utils/cwlNodeEngineJSConsole.js
cwl_utils/cwlNodeEngineWithContext.js
cwl_utils/cwl_expression_refactor.py
cwl_utils/cwl_normalizer.py
cwl_utils/cwl_v1_0_expression_refactor.py
cwl_utils/cwl_v1_1_expression_refactor.py
cwl_utils/cwl_v1_2_expression_refactor.py
cwl_utils/docker_extract.py
cwl_utils/errors.py
cwl_utils/expression.py
cwl_utils/graph_split.py
cwl_utils/image_puller.py
cwl_utils/loghandler.py
cwl_utils/pack.py
cwl_utils/py.typed
cwl_utils/sandboxjs.py
cwl_utils/schemadef.py
cwl_utils/types.py
cwl_utils/utils.py
cwl_utils.egg-info/PKG-INFO
cwl_utils.egg-info/SOURCES.txt
cwl_utils.egg-info/dependency_links.txt
cwl_utils.egg-info/requires.txt
cwl_utils.egg-info/top_level.txt
cwl_utils/parser/__init__.py
cwl_utils/parser/cwl_v1_0.py
cwl_utils/parser/cwl_v1_1.py
cwl_utils/parser/cwl_v1_2.py
cwl_utils/parser/latest.py
testdata/dockstore-tool-md5sum.cwl
testdata/md5sum.cwl
testdata/md5sum.input
testdata/workflow_input_format_expr.cwl
testdata/workflow_input_format_expr_v1_1.cwl
testdata/workflow_input_format_expr_v1_2.cwl
testdata/workflow_input_sf_expr.cwl
testdata/workflow_input_sf_expr_array.cwl
testdata/workflow_input_sf_expr_array_v1_1.cwl
testdata/workflow_input_sf_expr_array_v1_2.cwl
testdata/workflow_input_sf_expr_v1_1.cwl
testdata/workflow_input_sf_expr_v1_2.cwl
tests/__init__.py
tests/load_cwl_by_path.py
tests/test_cite_extract.py
tests/test_docker_extract.py
tests/test_etools_to_clt.py
tests/test_examples.py
tests/test_graph_split.py
tests/test_meta.py
tests/test_parser.py