.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
demos/SynapseFS.ipynb
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/dcqc/__init__.py
src/dcqc/__main__.py
src/dcqc/file.py
src/dcqc/main.py
src/dcqc/mixins.py
src/dcqc/parsers.py
src/dcqc/reports.py
src/dcqc/target.py
src/dcqc/utils.py
src/dcqc.egg-info/PKG-INFO
src/dcqc.egg-info/SOURCES.txt
src/dcqc.egg-info/dependency_links.txt
src/dcqc.egg-info/entry_points.txt
src/dcqc.egg-info/not-zip-safe
src/dcqc.egg-info/requires.txt
src/dcqc.egg-info/top_level.txt
src/dcqc/filesystems/openers.py
src/dcqc/filesystems/remote_file.py
src/dcqc/filesystems/synapsefs.py
src/dcqc/suites/__init__.py
src/dcqc/suites/suite_abc.py
src/dcqc/suites/suites.py
src/dcqc/tests/__init__.py
src/dcqc/tests/test_abc.py
src/dcqc/tests/tests.py
src/docker/Dockerfile
src/docker/build.sh
tests/conftest.py
tests/test_acceptance.py
tests/test_file.py
tests/test_filesystems.py
tests/test_main.py
tests/test_parsers.py
tests/test_reports.py
tests/test_suites.py
tests/test_target.py
tests/test_tests.py
tests/data/circuit.tif
tests/data/example.jsonld
tests/data/files.csv
tests/data/generate.py
tests/data/small.csv
tests/data/suite.json
tests/data/target.json
tests/data/test.computed.json
tests/data/test.external.json
tests/data/test.internal.json
tests/data/test.txt
tests/data/tiffinfo/exit_code.txt
tests/data/tiffinfo/std_err.txt
tests/data/tiffinfo/std_out.txt