LICENSE
README.md
pyproject.toml
tests/test_add_tags.py
tests/test_ci.py
tests/test_config.py
tests/test_convert.py
tests/test_execute.py
tests/test_find.py
tests/test_image.py
tests/test_init.py
tests/test_main.py
tests/test_merge_dict.py
tests/test_pull.py
tests/test_solution.py
tests/test_util.py
tests/test_version.py
urnc/__init__.py
urnc/__main__.py
urnc/ci.py
urnc/config.py
urnc/convert.py
urnc/format.py
urnc/git.py
urnc/init.py
urnc/logger.py
urnc/main.py
urnc/pull.py
urnc/util.py
urnc/version.py
urnc.egg-info/PKG-INFO
urnc.egg-info/SOURCES.txt
urnc.egg-info/dependency_links.txt
urnc.egg-info/entry_points.txt
urnc.egg-info/requires.txt
urnc.egg-info/top_level.txt
urnc/preprocessor/__init__.py
urnc/preprocessor/add_tags.py
urnc/preprocessor/check_outputs.py
urnc/preprocessor/clear_outputs.py
urnc/preprocessor/clear_tagged.py
urnc/preprocessor/executor.py
urnc/preprocessor/image.py
urnc/preprocessor/solutions.py
urnc/preprocessor/util.py