LICENCE
README.md
pyproject.toml
tests/test_config.py
tests/test_scrapers.py
tests/test_utils.py
web2llm/__init__.py
web2llm/cli.py
web2llm/config.py
web2llm/default_config.yaml
web2llm/errors.py
web2llm/output.py
web2llm/utils.py
web2llm.egg-info/PKG-INFO
web2llm.egg-info/SOURCES.txt
web2llm.egg-info/dependency_links.txt
web2llm.egg-info/entry_points.txt
web2llm.egg-info/requires.txt
web2llm.egg-info/top_level.txt
web2llm/scrapers/__init__.py
web2llm/scrapers/base_scraper.py
web2llm/scrapers/generic_scraper.py
web2llm/scrapers/github_scraper.py
web2llm/scrapers/local_folder_scraper.py
web2llm/scrapers/pdf_scraper.py