LICENSE
README.md
setup.py
examples/__init__.py
examples/draw_dependency_graph.py
examples/run_code_annotation.py
examples/run_code_annotation_advanced.py
llm_docstring_generator/__init__.py
llm_docstring_generator.egg-info/PKG-INFO
llm_docstring_generator.egg-info/SOURCES.txt
llm_docstring_generator.egg-info/dependency_links.txt
llm_docstring_generator.egg-info/requires.txt
llm_docstring_generator.egg-info/top_level.txt
llm_docstring_generator/annotator/__init__.py
llm_docstring_generator/annotator/code_annotator.py
llm_docstring_generator/annotator/metadata_provider.py
llm_docstring_generator/llm/__init__.py
llm_docstring_generator/llm/cache_database.py
llm_docstring_generator/llm/llm.py
llm_docstring_generator/llm/llm_config.py
llm_docstring_generator/llm/prompts.py
llm_docstring_generator/parser/__init__.py
llm_docstring_generator/parser/ast_parser.py
llm_docstring_generator/parser/dependency_resolver.py
llm_docstring_generator/parser/import_parser.py
llm_docstring_generator/parser/load_python_files.py
llm_docstring_generator/parser/python_file_parser.py
llm_docstring_generator/pipelines/__init__.py
llm_docstring_generator/pipelines/code_annotation_pipeline.py
llm_docstring_generator/pipelines/code_graph.py
llm_docstring_generator/pipelines/default_pipelines.py
llm_docstring_generator/pipelines/run_code_annotation_pipeline.py
llm_docstring_generator/python_files/__init__.py
llm_docstring_generator/python_files/function_and_classes.py
llm_docstring_generator/python_files/imports.py
llm_docstring_generator/python_files/python_file.py
llm_docstring_generator/sorters/__init__.py
llm_docstring_generator/sorters/code2flow_patched.py
llm_docstring_generator/sorters/function_import_graph.py
llm_docstring_generator/sorters/get_import_dependencies.py
llm_docstring_generator/sorters/sort_functions_and_classes.py
llm_docstring_generator/sorters/sort_python_files.py
llm_docstring_generator/utils/__init__.py
llm_docstring_generator/utils/base_config.py
llm_docstring_generator/utils/clone_repository.py
llm_docstring_generator/utils/copy_repository.py
llm_docstring_generator/utils/utils.py
tests/__init__.py
tests/fixtures.py
tests/parser/__init__.py
tests/parser/test_astparser.py
tests/parser/test_get_all_code_imports.py
tests/parser/test_import_parser.py
tests/parser/test_load_python_file_llm_docstring_generator.py
tests/parser/test_load_python_file_optuna.py
tests/parser/test_load_python_file_raptor.py
tests/sorters/__init__.py
tests/sorters/test_function_import_graph.py
tests/sorters/test_python_file_import_graph.py
tests/sorters/test_python_file_sorter.py
tests/sorters/test_sorting_order_is_consistent.py
tests/sorters/mock_repo/__init__.py
tests/sorters/mock_repo/a.py
tests/sorters/mock_repo/b.py
tests/sorters/mock_repo/c.py
tests/utils/__init__.py
tests/utils/test_clone_repository.py
tests/utils/test_copy_repository.py