MANIFEST.in
README.md
setup.py
scrachy/__init__.py
scrachy/exceptions.py
scrachy/http.py
scrachy/settings.py
scrachy/tokenize.py
scrachy.egg-info/PKG-INFO
scrachy.egg-info/SOURCES.txt
scrachy.egg-info/dependency_links.txt
scrachy.egg-info/not-zip-safe
scrachy.egg-info/requires.txt
scrachy.egg-info/top_level.txt
scrachy/db/__init__.py
scrachy/db/base.py
scrachy/db/engine.py
scrachy/db/models.py
scrachy/middleware/__init__.py
scrachy/middleware/httpcache.py
scrachy/middleware/ignorecached.py
scrachy/utils/__init__.py
scrachy/utils/db.py
scrachy/utils/hash.py
scrachy/utils/numeric.py
test/__init__.py
test/credentials1.txt
test/credentials2.txt
test/credentials3.txt
test/credentials4.txt
test/expected_basic.txt
test/expected_boilerpipe_article.txt
test/expected_boilerpipe_default.txt
test/test_alchemy_cache_storage.py
test/test_content_extraction.html
test/test_ignorecached.py
test/test_page_1.html
test/test_page_2.html
test/test_page_3.html
test/test_utils.py
test/utils.py
test/crawler/__init__.py
test/crawler/scrapy.cfg
test/crawler/settings.py
test/crawler/spider.py
test/crawler/test_spider.py