LICENSE
README.md
pyproject.toml
src/pagespring/__init__.py
src/pagespring/base.py
src/pagespring/cli.py
src/pagespring/config.py
src/pagespring/http.py
src/pagespring/images.py
src/pagespring/manifest.py
src/pagespring/orchestrate.py
src/pagespring/py.typed
src/pagespring/registry.py
src/pagespring.egg-info/PKG-INFO
src/pagespring.egg-info/SOURCES.txt
src/pagespring.egg-info/dependency_links.txt
src/pagespring.egg-info/entry_points.txt
src/pagespring.egg-info/requires.txt
src/pagespring.egg-info/top_level.txt
src/pagespring/patterns/__init__.py
src/pagespring/patterns/_apple_merge.py
src/pagespring/patterns/_docusaurus.py
src/pagespring/patterns/_gitbook.py
src/pagespring/patterns/_mkdocs.py
src/pagespring/patterns/_openapi_render.py
src/pagespring/patterns/_postman_render.py
src/pagespring/patterns/_site.py
src/pagespring/patterns/_sphinx.py
src/pagespring/patterns/api_spec.py
src/pagespring/patterns/apple_help.py
src/pagespring/patterns/archive_download.py
src/pagespring/patterns/docs_probe.py
src/pagespring/patterns/gitbook.py
src/pagespring/patterns/github_markdown.py
src/pagespring/patterns/llms_txt.py
src/pagespring/patterns/microsoft_support.py
src/pagespring/patterns/openstax.py
src/pagespring/patterns/pdf_url.py
src/pagespring/patterns/readthedocs.py
src/pagespring/patterns/zendesk_help.py
tests/test_api_spec.py
tests/test_apple_help.py
tests/test_archive_download.py
tests/test_cli.py
tests/test_docs_probe.py
tests/test_docusaurus.py
tests/test_gitbook.py
tests/test_github_markdown.py
tests/test_http.py
tests/test_images.py
tests/test_llms_txt.py
tests/test_manifest.py
tests/test_microsoft_support.py
tests/test_mkdocs.py
tests/test_openstax.py
tests/test_orchestrate.py
tests/test_pdf_url.py
tests/test_readthedocs.py
tests/test_registry.py
tests/test_scaffold.py
tests/test_site.py
tests/test_sphinx.py
tests/test_zendesk_help.py