CHANGES.txt
LICENSE.txt
MANIFEST.in
README
README.rst
setup.cfg
setup.py
storescrapper/__init__.py
storescrapper/product.py
storescrapper/store.py
storescrapper/utils.py
storescrapper.egg-info/PKG-INFO
storescrapper.egg-info/SOURCES.txt
storescrapper.egg-info/dependency_links.txt
storescrapper.egg-info/requires.txt
storescrapper.egg-info/top_level.txt
storescrapper/exceptions/__init__.py
storescrapper/exceptions/store_scrap_error.py
storescrapper/stores/__init__.py
storescrapper/stores/abcdin.py
storescrapper/stores/bip.py
storescrapper/stores/clie.py
storescrapper/stores/dell.py
storescrapper/stores/e_notebook.py
storescrapper/stores/entel.py
storescrapper/stores/falabella.py
storescrapper/stores/full_notebook.py
storescrapper/stores/global_mac.py
storescrapper/stores/hp_online.py
storescrapper/stores/la_polar.py
storescrapper/stores/mac_online.py
storescrapper/stores/magens.py
storescrapper/stores/movistar.py
storescrapper/stores/my_box.py
storescrapper/stores/notebook_center.py
storescrapper/stores/packard_bell.py
storescrapper/stores/paris.py
storescrapper/stores/pc_express.py
storescrapper/stores/pc_factory.py
storescrapper/stores/pc_ofertas.py
storescrapper/stores/peta.py
storescrapper/stores/portatil_chile.py
storescrapper/stores/rigam.py
storescrapper/stores/ripley.py
storescrapper/stores/sistemax.py
storescrapper/stores/syd.py
storescrapper/stores/sym.py
storescrapper/stores/top_pc.py
storescrapper/stores/ttchile.py
storescrapper/stores/webco.py
storescrapper/stores/wei.py
storescrapper/tests/__init__.py
storescrapper/tests/celeryconfig.py
storescrapper/tests/test_importing_all_stores_should_not_raise_exception.py
storescrapper/tests/test_product.py
storescrapper/tests/test_store_class_shoud_raise_exception_when_used_without_being_subclassed.py
storescrapper/tests/test_store_scripts_shoud_retry_on_http_error.py
storescrapper/tests/test_store_scripts_shoud_return_correct_results.py
storescrapper/tests/test_store_scripts_shoud_return_correct_results_when_sync_forced.py
storescrapper/tests/test_store_scripts_should_raise_exception_on_scrap_error.py
storescrapper/tests/test_utils.py
storescrapper/tests/scrappers/__init__.py
storescrapper/tests/scrappers/store_with_correct_results.py
storescrapper/tests/scrappers/store_with_correct_results_sync_forced.py
storescrapper/tests/scrappers/store_with_http_error.py
storescrapper/tests/scrappers/store_with_scrap_error.py