 build.py
FOR_LLM.md
LICENSE
MANIFEST.in
README.md
__init__.py
build_package.py
one-one.py
one.py
one2.py
pc.py
publish.py
pyproject.toml
release.py
requirements.txt
run_tests.py
run_tests_manual.py
setup.py
patchcommander/__init__.py
patchcommander/cli.py
patchcommander/config_ui.py
patchcommander/diff_viewer.py
patchcommander.egg-info/PKG-INFO
patchcommander.egg-info/SOURCES.txt
patchcommander.egg-info/dependency_links.txt
patchcommander.egg-info/entry_points.txt
patchcommander.egg-info/requires.txt
patchcommander.egg-info/top_level.txt
patchcommander/api/__init__.py
patchcommander/api/finder.py
patchcommander/api/manipulator.py
patchcommander/api/processor.py
patchcommander/core/__init__.py
patchcommander/core/config.py
patchcommander/core/console.py
patchcommander/core/interfaces.py
patchcommander/core/languages.py
patchcommander/core/nodes.py
patchcommander/core/text_utils.py
patchcommander/core/trees.py
patchcommander/core/finder/__init__.py
patchcommander/core/finder/base.py
patchcommander/core/finder/factory.py
patchcommander/core/finder/python_code_finder.py
patchcommander/core/finder/typescript_code_finder.py
patchcommander/core/manipulator/__init__.py
patchcommander/core/manipulator/abstract.py
patchcommander/core/manipulator/base.py
patchcommander/core/manipulator/python_manipulator.py
patchcommander/core/manipulator/typescript_manipulator.py
patchcommander/core/pipeline/__init__.py
patchcommander/core/pipeline/models.py
patchcommander/core/pipeline/pipeline.py
patchcommander/core/pipeline/processor_base.py
patchcommander/core/pipeline/post_processors/__init__.py
patchcommander/core/pipeline/post_processors/duplicate_checker.py
patchcommander/core/pipeline/post_processors/syntax_validator.py
patchcommander/core/pipeline/pre_processors/__init__.py
patchcommander/core/pipeline/pre_processors/global_processor.py
patchcommander/core/pipeline/pre_processors/custom/__init__.py
patchcommander/core/pipeline/pre_processors/custom/markdown_code_block_cleaner.py
patchcommander/core/pipeline/pre_processors/custom/method_splitter.py
patchcommander/core/pipeline/pre_processors/custom/xpath_analyzer.py
patchcommander/core/pipeline/pre_processors/custom/xpath_method_corrector.py
patchcommander/core/pipeline/processors/__init__.py
patchcommander/core/pipeline/processors/base_manipulator_processor.py
patchcommander/core/pipeline/processors/decorator.py
patchcommander/core/pipeline/processors/file_manipulator_processor.py
patchcommander/core/pipeline/processors/operation_manipulator_processor.py
patchcommander/core/pipeline/processors/registry.py
patchcommander/core/pipeline/processors/smart_manipulator_processor.py
patchcommander/core/utils/__init__.py
patchcommander/core/utils/class_extractor.py
patchcommander/core/utils/code_formatter.py
patchcommander/core/utils/diff_utils.py
patchcommander/core/utils/xpath_utils.py
patchcommander/parsers/__init__.py
patchcommander/parsers/javascript_parser.py
patchcommander/parsers/python_parser.py
patchcommander/tests/__init__.py
patchcommander/tests/test_api.py
patchcommander/tests/assertions/__init__.py
patchcommander/tests/assertions/test_diff_utils.py
patchcommander/tests/assertions/test_improved_xpath.py
patchcommander/tests/assertions/test_operations.py
patchcommander/tests/assertions/test_pipeline.py
patchcommander/tests/assertions/test_tag_parser.py
patchcommander/tests/assertions/test_xpath_analyzer.py
patchcommander/tests/manual/__init__.py
patchcommander/tests/manual/runner.py
patchcommander/tests/manual/sandbox/__init__.py
patchcommander/tests/manual/sandbox/class_for_method_deletion.py
patchcommander/tests/manual/sandbox/moved_file.py
patchcommander/tests/manual/sandbox/multiple_functions.py
patchcommander/tests/manual/sandbox/python_class.py
patchcommander/tests/manual/sandbox/python_class_method.py
patchcommander/tests/manual/sandbox/python_class_new.py
patchcommander/tests/manual/sandbox/python_function.py
patchcommander/tests/manual/sandbox/python_function_math.py
patchcommander/tests/manual/setup/__init__.py
patchcommander/tests/unit/__init__.py
tests/test_api_modules.py