LICENSE
README.md
pyproject.toml
setup.cfg
src/code_towel.egg-info/PKG-INFO
src/code_towel.egg-info/SOURCES.txt
src/code_towel.egg-info/dependency_links.txt
src/code_towel.egg-info/entry_points.txt
src/code_towel.egg-info/requires.txt
src/code_towel.egg-info/top_level.txt
src/towel/__init__.py
src/towel/cli.py
src/towel/unification/__init__.py
src/towel/unification/assignment_analyzer.py
src/towel/unification/ast_normalizer.py
src/towel/unification/ast_pretty_printer.py
src/towel/unification/binding_detector.py
src/towel/unification/block_signature.py
src/towel/unification/builtins.py
src/towel/unification/exceptions.py
src/towel/unification/extractor.py
src/towel/unification/models.py
src/towel/unification/nominal_unifier.py
src/towel/unification/orphan_detector.py
src/towel/unification/pipeline.py
src/towel/unification/project_layout.py
src/towel/unification/refactor_engine.py
src/towel/unification/scope_analyzer.py
src/towel/unification/unifier.py
src/towel/unification/visitor_utils.py
src/towel/unification/visitors.py
tests/test_ancestor_insertion.py
tests/test_assignment_analyzer_comprehensive.py
tests/test_ast_normalizer_comprehensive.py
tests/test_ast_pretty_printer.py
tests/test_ast_pretty_printer_comprehensive.py
tests/test_ast_pretty_printer_more.py
tests/test_binding_detector.py
tests/test_binding_detector_edge_cases.py
tests/test_bindings.py
tests/test_bindings_additional.py
tests/test_breakers.py
tests/test_builtins_comprehensive.py
tests/test_comprehensive_coverage.py
tests/test_crossfile_integration.py
tests/test_crossfile_observational_equivalence.py
tests/test_engine_adversarial.py
tests/test_exceptions.py
tests/test_extractor_additional_branches.py
tests/test_extractor_augassign_and_fstrings.py
tests/test_extractor_callee_and_multi_return.py
tests/test_extractor_comprehensive.py
tests/test_extractor_edge_cases.py
tests/test_extractor_final_lines.py
tests/test_extractor_generate_call_variants.py
tests/test_extractor_more_paths.py
tests/test_extractor_preamble_and_call_mapping.py
tests/test_extractor_remaining_branches.py
tests/test_extractor_return_statements.py
tests/test_extractor_substituter_and_helpers.py
tests/test_final_coverage_push.py
tests/test_free_variable_correspondence.py
tests/test_fstrings.py
tests/test_helpers.py
tests/test_method_level_and_attributes.py
tests/test_nominal_unifier.py
tests/test_observational_equivalence.py
tests/test_orphan_detection.py
tests/test_orphan_detector_comprehensive.py
tests/test_overlap_filtering.py
tests/test_pipeline_api.py
tests/test_pipeline_phases.py
tests/test_progress_modes.py
tests/test_project_layout_and_imports.py
tests/test_project_layout_behavior.py
tests/test_promotion_and_mangling.py
tests/test_refactor_engine_comprehensive.py
tests/test_refactor_engine_edge_cases.py
tests/test_refactor_engine_more.py
tests/test_refactor_engine_targeted_branches.py
tests/test_refactoring_engine.py
tests/test_regression.py
tests/test_regressions_broader.py
tests/test_return_values.py
tests/test_scope_analyzer.py
tests/test_scope_analyzer_comprehensive.py
tests/test_signature_prefilter.py
tests/test_unifier_additional_branches.py
tests/test_unifier_batch2.py
tests/test_unifier_batch3.py
tests/test_unifier_batch4.py
tests/test_unifier_batch5.py
tests/test_unifier_bound_variables.py
tests/test_unifier_comprehensions.py
tests/test_unifier_comprehensive.py
tests/test_unifier_core.py
tests/test_unifier_edge_cases.py
tests/test_unifier_more_branches.py
tests/test_unifier_state_reset.py
tests/test_validation_partial_lifetime.py
tests/test_variable_capture_bug.py
tests/test_visitor_utils_comprehensive.py