.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/python-publish.yml
datafix.egg-info/PKG-INFO
datafix.egg-info/SOURCES.txt
datafix.egg-info/dependency_links.txt
datafix.egg-info/requires.txt
datafix.egg-info/top_level.txt
datafix/core/__init__.py
datafix/core/action.py
datafix/core/adapter.py
datafix/core/collector.py
datafix/core/datanode.py
datafix/core/node.py
datafix/core/resultnode.py
datafix/core/session.py
datafix/core/validator.py
datafix/nodes/collectors/current_time.py
datafix/nodes/collectors/paths_in_folder.py
datafix/nodes/validators/nodeless_validator.py
datafix/nodes/validators/path_is_file.py
datafix/ui/__init__.py
datafix/ui/qt_utils.py
datafix/ui/tree.py
datafix/ui/validator.py
datafix/ui/view.py
datafix/wip/__init__.py
datafix/wip/discover.py
datafix/wip/paclish.py
tests/__init__.py
tests/test_action.py
tests/test_collector.py
tests/test_node.py
tests/test_simple.py
tests/test_validation_order.py
tests/test_validator.py
tests/wip/__init__.py
tests/wip/_test_adapter.py
tests/wip/_test_blender.py
tests/wip/_test_connection.py
tests/wip/_test_revalidate_instance.py
tests/wip/_test_tags.py