.gitignore
README.rst
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test-and-deploy.yaml
src/amazon_description_scraper.egg-info/PKG-INFO
src/amazon_description_scraper.egg-info/SOURCES.txt
src/amazon_description_scraper.egg-info/dependency_links.txt
src/amazon_description_scraper.egg-info/requires.txt
src/amazon_description_scraper.egg-info/top_level.txt
src/amzsc/__init__.py
src/amzsc/interface.py
src/amzsc/handlers/__init__.py
src/amzsc/handlers/error_handler.py
src/amzsc/models/description.py
src/amzsc/modules/__init__.py
src/amzsc/modules/chrome_driver/__init__.py
src/amzsc/modules/chrome_driver/driver_amazon.py
src/amzsc/modules/chrome_driver/driver_config.py
src/amzsc/modules/chrome_driver/driver_manipulator.py
src/amzsc/modules/proxy/__init__.py
src/amzsc/modules/proxy/proxy.py
src/amzsc/modules/proxy/proxy_request.py
src/amzsc/utils/__init__.py
src/amzsc/utils/common_paths.py
src/amzsc/utils/constants.py
src/amzsc/utils/custom_types.py
src/amzsc/utils/file_worker.py
src/amzsc/utils/marketplace.py
tests/test_file_worker.py
tests/test_marketplace.py
tests/test_proxy.py
tests/test_scraper.py