LICENSE
README.md
pyproject.toml
setup.py
src/socratic_docs/__init__.py
src/socratic_docs/artifact_saver.py
src/socratic_docs/code_extractor.py
src/socratic_docs/documentation_generator.py
src/socratic_docs/git_initializer.py
src/socratic_docs/git_repository_manager.py
src/socratic_docs/multi_file_splitter.py
src/socratic_docs/project_templates.py
src/socratic_docs.egg-info/PKG-INFO
src/socratic_docs.egg-info/SOURCES.txt
src/socratic_docs.egg-info/dependency_links.txt
src/socratic_docs.egg-info/requires.txt
src/socratic_docs.egg-info/top_level.txt
src/socratic_docs/extractors/__init__.py
src/socratic_docs/extractors/base.py
src/socratic_docs/extractors/generic_extractor.py
src/socratic_docs/extractors/models.py
src/socratic_docs/extractors/python_extractor.py
src/socratic_docs/extractors/registry.py
tests/test_module_imports.py