MANIFEST.in
README.md
pyproject.toml
ankur_scraper/__init__.py
ankur_scraper/_version.py
ankur_scraper/cli.py
ankur_scraper/dispatcher.py
ankur_scraper/logging_config.py
ankur_scraper.egg-info/PKG-INFO
ankur_scraper.egg-info/SOURCES.txt
ankur_scraper.egg-info/dependency_links.txt
ankur_scraper.egg-info/entry_points.txt
ankur_scraper.egg-info/requires.txt
ankur_scraper.egg-info/top_level.txt
ankur_scraper/core/__init__.py
ankur_scraper/core/crawler.py
ankur_scraper/core/html_extractor.py
ankur_scraper/core/page_scraper.py
ankur_scraper/logs/error.log
ankur_scraper/logs/general.log
ankur_scraper/logs/info.log
tests/test_crawler.py
tests/test_html_extractor.py
tests/test_integration.py
tests/test_page_scraper.py