CHANGES.txt
LICENSE.txt
MANIFEST.in
README
README.rst
setup.cfg
setup.py
storescrapper/__init__.py
storescrapper/product.py
storescrapper/product_type.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/sym.py
storescrapper/stores/ttchile.py
storescrapper/tests/__init__.py
storescrapper/tests/celeryconfig.py
storescrapper/tests/test_product.py
storescrapper/tests/test_product_type.py
storescrapper/tests/test_store_class_shoud_raise_exception_when_used_without_being_subclassed.py
storescrapper/tests/test_store_scripts_shoud_return_correct_results.py
storescrapper/tests/test_store_scripts_should_raise_exception_on_scrap_error.py
storescrapper/tests/test_utils.py