LICENSE
README.md
pyproject.toml
src/getdocs/__init__.py
src/getdocs/__main__.py
src/getdocs/api.py
src/getdocs/cli.py
src/getdocs/config.py
src/getdocs/engine.py
src/getdocs/extract.py
src/getdocs/identity.py
src/getdocs/jobs.py
src/getdocs/navharvest.py
src/getdocs/output.py
src/getdocs/scope.py
src/getdocs/sitemap.py
src/getdocs/source.py
src/getdocs/urlnorm.py
src/getdocs.egg-info/PKG-INFO
src/getdocs.egg-info/SOURCES.txt
src/getdocs.egg-info/dependency_links.txt
src/getdocs.egg-info/entry_points.txt
src/getdocs.egg-info/requires.txt
src/getdocs.egg-info/top_level.txt
tests/test_api.py
tests/test_cli.py
tests/test_crawl_e2e.py
tests/test_extract.py
tests/test_extract_pipeline.py
tests/test_identity.py
tests/test_identity_e2e.py
tests/test_jobs.py
tests/test_jsonl_e2e.py
tests/test_jsonl_output.py
tests/test_limits_errors_e2e.py
tests/test_media_e2e.py
tests/test_navharvest.py
tests/test_navorder_e2e.py
tests/test_output.py
tests/test_politeness_e2e.py
tests/test_relink_e2e.py
tests/test_render_e2e.py
tests/test_resume_e2e.py
tests/test_scope.py
tests/test_shell_detection.py
tests/test_sitemap.py
tests/test_sitemap_e2e.py
tests/test_source.py
tests/test_traversal_e2e.py
tests/test_urlnorm.py
tests/test_webhook_api.py
tests/test_ws_api.py