LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
code2llm/__init__.py
code2llm/__main__.py
code2llm/api.py
code2llm/cli.py
code2llm/cli_analysis.py
code2llm/cli_commands.py
code2llm/cli_parser.py
code2llm.egg-info/PKG-INFO
code2llm.egg-info/SOURCES.txt
code2llm.egg-info/dependency_links.txt
code2llm.egg-info/entry_points.txt
code2llm.egg-info/requires.txt
code2llm.egg-info/top_level.txt
code2llm/analysis/__init__.py
code2llm/analysis/call_graph.py
code2llm/analysis/cfg.py
code2llm/analysis/coupling.py
code2llm/analysis/data_analysis.py
code2llm/analysis/dfg.py
code2llm/analysis/pipeline_classifier.py
code2llm/analysis/pipeline_detector.py
code2llm/analysis/pipeline_resolver.py
code2llm/analysis/side_effects.py
code2llm/analysis/smells.py
code2llm/analysis/type_inference.py
code2llm/analysis/utils/__init__.py
code2llm/analysis/utils/ast_helpers.py
code2llm/cli_exports/__init__.py
code2llm/cli_exports/code2logic.py
code2llm/cli_exports/formats.py
code2llm/cli_exports/orchestrator.py
code2llm/cli_exports/orchestrator_chunked.py
code2llm/cli_exports/orchestrator_constants.py
code2llm/cli_exports/orchestrator_handlers.py
code2llm/cli_exports/prompt.py
code2llm/core/__init__.py
code2llm/core/analyzer.py
code2llm/core/ast_registry.py
code2llm/core/config.py
code2llm/core/export_pipeline.py
code2llm/core/file_analyzer.py
code2llm/core/file_cache.py
code2llm/core/file_filter.py
code2llm/core/gitignore.py
code2llm/core/incremental.py
code2llm/core/large_repo.py
code2llm/core/models.py
code2llm/core/persistent_cache.py
code2llm/core/refactoring.py
code2llm/core/repo_files.py
code2llm/core/streaming_analyzer.py
code2llm/core/toon_size_manager.py
code2llm/core/lang/__init__.py
code2llm/core/lang/base.py
code2llm/core/lang/cpp.py
code2llm/core/lang/csharp.py
code2llm/core/lang/generic.py
code2llm/core/lang/go_lang.py
code2llm/core/lang/java.py
code2llm/core/lang/php.py
code2llm/core/lang/ruby.py
code2llm/core/lang/rust.py
code2llm/core/lang/ts_extractors.py
code2llm/core/lang/ts_parser.py
code2llm/core/lang/typescript.py
code2llm/core/streaming/__init__.py
code2llm/core/streaming/cache.py
code2llm/core/streaming/incremental.py
code2llm/core/streaming/prioritizer.py
code2llm/core/streaming/scanner.py
code2llm/core/streaming/strategies.py
code2llm/exporters/__init__.py
code2llm/exporters/article_view.py
code2llm/exporters/base.py
code2llm/exporters/context_exporter.py
code2llm/exporters/context_view.py
code2llm/exporters/dashboard_data.py
code2llm/exporters/dashboard_renderer.py
code2llm/exporters/evolution_exporter.py
code2llm/exporters/flow_constants.py
code2llm/exporters/flow_exporter.py
code2llm/exporters/flow_renderer.py
code2llm/exporters/html_dashboard.py
code2llm/exporters/index_generator.py
code2llm/exporters/json_exporter.py
code2llm/exporters/llm_exporter.py
code2llm/exporters/map_exporter.py
code2llm/exporters/mermaid_exporter.py
code2llm/exporters/mermaid_flow_helpers.py
code2llm/exporters/project_yaml_exporter.py
code2llm/exporters/readme_exporter.py
code2llm/exporters/report_generators.py
code2llm/exporters/toon.py
code2llm/exporters/toon_view.py
code2llm/exporters/validate_project.py
code2llm/exporters/yaml_exporter.py
code2llm/exporters/evolution/__init__.py
code2llm/exporters/evolution/computation.py
code2llm/exporters/evolution/constants.py
code2llm/exporters/evolution/exclusion.py
code2llm/exporters/evolution/render.py
code2llm/exporters/evolution/yaml_export.py
code2llm/exporters/index_generator/__init__.py
code2llm/exporters/index_generator/renderer.py
code2llm/exporters/index_generator/scanner.py
code2llm/exporters/map/__init__.py
code2llm/exporters/map/alerts.py
code2llm/exporters/map/details.py
code2llm/exporters/map/header.py
code2llm/exporters/map/module_list.py
code2llm/exporters/map/utils.py
code2llm/exporters/map/yaml_export.py
code2llm/exporters/mermaid/__init__.py
code2llm/exporters/mermaid/calls.py
code2llm/exporters/mermaid/classic.py
code2llm/exporters/mermaid/compact.py
code2llm/exporters/mermaid/flow_compact.py
code2llm/exporters/mermaid/flow_detailed.py
code2llm/exporters/mermaid/flow_full.py
code2llm/exporters/mermaid/utils.py
code2llm/exporters/project_yaml/__init__.py
code2llm/exporters/project_yaml/constants.py
code2llm/exporters/project_yaml/core.py
code2llm/exporters/project_yaml/evolution.py
code2llm/exporters/project_yaml/health.py
code2llm/exporters/project_yaml/hotspots.py
code2llm/exporters/project_yaml/modules.py
code2llm/exporters/readme/__init__.py
code2llm/exporters/readme/content.py
code2llm/exporters/readme/files.py
code2llm/exporters/readme/insights.py
code2llm/exporters/readme/sections.py
code2llm/exporters/toon/__init__.py
code2llm/exporters/toon/helpers.py
code2llm/exporters/toon/metrics.py
code2llm/exporters/toon/metrics_core.py
code2llm/exporters/toon/metrics_duplicates.py
code2llm/exporters/toon/metrics_health.py
code2llm/exporters/toon/module_detail.py
code2llm/exporters/toon/renderer.py
code2llm/generators/__init__.py
code2llm/generators/_utils.py
code2llm/generators/llm_flow.py
code2llm/generators/llm_task.py
code2llm/generators/mermaid.py
code2llm/generators/llm_flow/__init__.py
code2llm/generators/llm_flow/analysis.py
code2llm/generators/llm_flow/cli.py
code2llm/generators/llm_flow/generator.py
code2llm/generators/llm_flow/nodes.py
code2llm/generators/llm_flow/parsing.py
code2llm/generators/llm_flow/utils.py
code2llm/generators/mermaid/__init__.py
code2llm/generators/mermaid/fix.py
code2llm/generators/mermaid/png.py
code2llm/generators/mermaid/validation.py
code2llm/nlp/__init__.py
code2llm/nlp/config.py
code2llm/nlp/entity_resolution.py
code2llm/nlp/intent_matching.py
code2llm/nlp/normalization.py
code2llm/nlp/pipeline.py
code2llm/parsers/toon_parser.py
code2llm/patterns/__init__.py
code2llm/patterns/detector.py
code2llm/refactor/__init__.py
code2llm/refactor/prompt_engine.py
tests/test_advanced_analysis.py
tests/test_analyzer.py
tests/test_calls_toon_export.py
tests/test_deep_analysis.py
tests/test_edge_cases.py
tests/test_flow_exporter.py
tests/test_format_quality.py
tests/test_multilanguage_e2e.py
tests/test_nlp_pipeline.py
tests/test_nonpython_cc_calls.py
tests/test_persistent_cache.py
tests/test_pipeline_detector.py
tests/test_project_toon_export.py
tests/test_prompt_engine.py
tests/test_prompt_txt.py
tests/test_refactoring_engine.py
tests/test_toon_v2.py