LICENCE
README.md
setup.py
src/scanc/__init__.py
src/scanc/cli.py
src/scanc/core.py
src/scanc/formatter.py
src/scanc/token_counter.py
src/scanc/tree.py
src/scanc.egg-info/PKG-INFO
src/scanc.egg-info/SOURCES.txt
src/scanc.egg-info/dependency_links.txt
src/scanc.egg-info/entry_points.txt
src/scanc.egg-info/requires.txt
src/scanc.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_modes.py
tests/test_core.py
tests/test_core_edge_cases.py
tests/test_error_paths.py
tests/test_private_helpers.py
tests/test_regex_windows.py
tests/test_toke_counter_edge.py
tests/test_token_counter_edge.py
tests/test_tree.py
tests/test_tree_and_formatter.py
tests/test_utils.py
tests/test_xml_formatter.py