CHANGELOG.md
LICENSE
MANIFEST.in
README.md
TODO.md
pyproject.toml
requirements-dev.txt
src/arachna/__init__.py
src/arachna/__main__.py
src/arachna/cache.py
src/arachna/collector.py
src/arachna/completion.py
src/arachna/compressor.py
src/arachna/config.py
src/arachna/doctor.py
src/arachna/formatter.py
src/arachna/gatherer.py
src/arachna/gitignore.py
src/arachna/hook.py
src/arachna/init.py
src/arachna/presets.py
src/arachna/renderer.py
src/arachna/runner.py
src/arachna/splitter.py
src/arachna/tokenizer.py
src/arachna/validator.py
src/arachna.egg-info/PKG-INFO
src/arachna.egg-info/SOURCES.txt
src/arachna.egg-info/dependency_links.txt
src/arachna.egg-info/entry_points.txt
src/arachna.egg-info/top_level.txt
tests/__init__.py
tests/test_tokenizer.py
tests/cache/test_cache.py
tests/collector/test_collect.py
tests/completion/test_completion.py
tests/compressor/test_compress.py
tests/config/test_find_config.py
tests/config/test_get_profile.py
tests/config/test_load_config.py
tests/doctor/test_doctor.py
tests/formatter/test_binary.py
tests/formatter/test_format_file.py
tests/formatter/test_format_json.py
tests/formatter/test_format_xml.py
tests/formatter/test_is_excluded.py
tests/formatter/test_lang_extension.py
tests/formatter/test_lang_filename.py
tests/formatter/test_shebang.py
tests/formatter/test_shebang_edge.py
tests/gatherer/test_collect_sections.py
tests/gatherer/test_dry_run.py
tests/gatherer/test_gather_files.py
tests/gatherer/test_incremental.py
tests/gitignore/test_load_gitignore.py
tests/hook/test_install_hook.py
tests/init/test_init.py
tests/main/test_clean.py
tests/main/test_list.py
tests/main/test_main_collect.py
tests/main/test_main_dry_run.py
tests/main/test_validate.py
tests/presets/test_presets.py
tests/renderer/test_format_line.py
tests/renderer/test_render_dry_run.py
tests/runner/test_run_command.py
tests/splitter/test_build_parts.py
tests/splitter/test_split_modes.py
tests/splitter/test_split_to_sections.py
tests/tokenizer/test_plugin.py
tests/validator/test_validate_profile.py