File: SOURCES.txt

package info (click to toggle)
cwltest 2.5.20241122133319-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 800 kB
  • sloc: python: 2,700; makefile: 124; sh: 89
file content (140 lines) | stat: -rw-r--r-- 4,085 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.coveragerc
.flake8
.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
mypy-requirements.txt
mypy.ini
pyproject.toml
release-test.sh
requirements.txt
test-requirements.txt
tox.ini
.github/dependabot.yml
.github/workflows/ci-tests.yml
.github/workflows/codeql-analysis.yml
cwltest/__init__.py
cwltest/__main__.py
cwltest/_version.py
cwltest/argparser.py
cwltest/compare.py
cwltest/cwltest-schema-strict.yml
cwltest/cwltest-schema.yml
cwltest/hooks.py
cwltest/main.py
cwltest/plugin.py
cwltest/py.typed
cwltest/stdfsaccess.py
cwltest/utils.py
cwltest.egg-info/PKG-INFO
cwltest.egg-info/SOURCES.txt
cwltest.egg-info/dependency_links.txt
cwltest.egg-info/entry_points.txt
cwltest.egg-info/requires.txt
cwltest.egg-info/top_level.txt
cwltest.egg-info/zip-safe
docs/Makefile
docs/conf.py
docs/index.rst
docs/pytest.rst
docs/requirements.txt
docs/_static/favicon.ico
mypy-stubs/junit_xml.pyi
mypy-stubs/cachecontrol/__init__.pyi
mypy-stubs/cachecontrol/cache.pyi
mypy-stubs/cachecontrol/compat.pyi
mypy-stubs/cachecontrol/controller.pyi
mypy-stubs/cachecontrol/wrapper.pyi
mypy-stubs/cachecontrol/caches/__init__.pyi
mypy-stubs/cachecontrol/caches/file_cache.pyi
mypy-stubs/defusedxml/ElementTree.pyi
mypy-stubs/defusedxml/__init__.pyi
mypy-stubs/rdflib/__init__.pyi
mypy-stubs/rdflib/collection.pyi
mypy-stubs/rdflib/compare.pyi
mypy-stubs/rdflib/graph.pyi
mypy-stubs/rdflib/parser.pyi
mypy-stubs/rdflib/paths.pyi
mypy-stubs/rdflib/plugin.pyi
mypy-stubs/rdflib/query.pyi
mypy-stubs/rdflib/resource.pyi
mypy-stubs/rdflib/term.pyi
mypy-stubs/rdflib/namespace/_CSVW.pyi
mypy-stubs/rdflib/namespace/_DC.pyi
mypy-stubs/rdflib/namespace/_DCAT.pyi
mypy-stubs/rdflib/namespace/_DCTERMS.pyi
mypy-stubs/rdflib/namespace/_DOAP.pyi
mypy-stubs/rdflib/namespace/_FOAF.pyi
mypy-stubs/rdflib/namespace/_ODRL2.pyi
mypy-stubs/rdflib/namespace/_ORG.pyi
mypy-stubs/rdflib/namespace/_OWL.pyi
mypy-stubs/rdflib/namespace/_PROF.pyi
mypy-stubs/rdflib/namespace/_PROV.pyi
mypy-stubs/rdflib/namespace/_QB.pyi
mypy-stubs/rdflib/namespace/_RDF.pyi
mypy-stubs/rdflib/namespace/_RDFS.pyi
mypy-stubs/rdflib/namespace/_SDO.pyi
mypy-stubs/rdflib/namespace/_SH.pyi
mypy-stubs/rdflib/namespace/_SKOS.pyi
mypy-stubs/rdflib/namespace/_SOSA.pyi
mypy-stubs/rdflib/namespace/_SSN.pyi
mypy-stubs/rdflib/namespace/_TIME.pyi
mypy-stubs/rdflib/namespace/_VOID.pyi
mypy-stubs/rdflib/namespace/_XSD.pyi
mypy-stubs/rdflib/namespace/__init__.pyi
mypy-stubs/rdflib/plugins/__init__.pyi
mypy-stubs/rdflib/plugins/parsers/__init__.pyi
mypy-stubs/rdflib/plugins/parsers/notation3.pyi
mypy-stubs/ruamel/__init__.pyi
tests/__init__.py
tests/test_argparse.py
tests/test_badgedir.py
tests/test_categories.py
tests/test_compare.py
tests/test_exclude_tags.py
tests/test_integer_id.py
tests/test_invalid_outputs.py
tests/test_multi_lined_doc.py
tests/test_plugin.py
tests/test_prepare.py
tests/test_short_names.py
tests/test_string_id.py
tests/test_timeout.py
tests/util.py
tests/test-data/badgedir.yaml
tests/test-data/conformance_test_v1.0.cwltest.yml
tests/test-data/conformance_test_v1.2.cwltest.yaml
tests/test-data/cores.txt
tests/test-data/cwltool-conftest.py
tests/test-data/dummy-executor.sh
tests/test-data/empty.yml
tests/test-data/exclude-tags.yml
tests/test-data/integer-id.yml
tests/test-data/mock_cwl_runner.py
tests/test-data/multi-lined-doc.yml
tests/test-data/nothing.yml
tests/test-data/optional-error.yml
tests/test-data/optional-unsupported.yml
tests/test-data/required-unsupported.yml
tests/test-data/return-0.cwl
tests/test-data/return-1.cwl
tests/test-data/return-unsupported.cwl
tests/test-data/short-names.yml
tests/test-data/string-id.yml
tests/test-data/timeout.cwl
tests/test-data/timeout.yml
tests/test-data/true.cwl
tests/test-data/with-and-without-short-names.yml
tests/test-data/v1.0/args.py
tests/test-data/v1.0/cat-job.json
tests/test-data/v1.0/cat-n-job.json
tests/test-data/v1.0/cat1-job.json
tests/test-data/v1.0/cat1-testcli.cwl
tests/test-data/v1.0/cat2-job.json
tests/test-data/v1.0/empty.json
tests/test-data/v1.0/hello.txt
tests/test-data/v1.0/null-expression2-tool.cwl