MANIFEST.in
README.md
pyproject.toml
setup.py
app/__init__.py
app/cli.py
app/main.py
app/api/__init__.py
app/api/router.py
app/api/endpoints/__init__.py
app/api/endpoints/documentation.py
app/core/__init__.py
app/core/config.py
app/core/db.py
app/core/schemas.py
app/services/__init__.py
app/services/directory_scanner.py
app/services/doc_generator.py
app/services/file_parser.py
app/services/watcher.py
app/static/.gitkeep
app/templates/dashboard.html
app/templates/docs_template.html
fastapi_autodoc.egg-info/PKG-INFO
fastapi_autodoc.egg-info/SOURCES.txt
fastapi_autodoc.egg-info/dependency_links.txt
fastapi_autodoc.egg-info/entry_points.txt
fastapi_autodoc.egg-info/requires.txt
fastapi_autodoc.egg-info/top_level.txt