Dockerfile
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
benchmarks/__init__.py
benchmarks/chrome_driver_manage_benchmark.py
benchmarks/priority_queue_benchmark.py
benchmarks/utils.py
docs/.DS_Store
docs/Makefile
docs/architecture.rst
docs/changelog.rst
docs/conf.py
docs/core_api.rst
docs/errors.rst
docs/index.rst
docs/make.bat
docs/make_requests.rst
docs/problems.rst
docs/req_resp.rst
docs/selector.rst
docs/settings.rst
docs/spider.rst
docs/tutorial1.rst
docs/tutorial2.rst
docs/_static/.DS_Store
docs/_static/data_flow.png
docs/_static/quote_sample.png
examples/async_generator_spider.py
examples/baidu_news_spider.py
examples/cron_job_spider.py
examples/error_handling_spider.py
examples/make_requests.py
examples/quote_spider.py
examples/rendering_spider.py
examples/selector_usage.py
examples/xpath_quote_spider.py
examples/quotes/config.py
examples/quotes/quotes/__init__.py
examples/quotes/quotes/items.py
examples/quotes/quotes/pipelines.py
examples/quotes/quotes/spider.py
requirements/docs.txt
requirements/test.txt
tests/__init__.py
tests/crawler.py
tests/test_commands.py
tests/test_config.py
tests/test_crawler.py
tests/test_decorator.py
tests/test_downloader.py
tests/test_downloader_middlewares.py
tests/test_dupefilter.py
tests/test_eventbus.py
tests/test_extension.py
tests/test_http.py
tests/test_item.py
tests/test_middleware.py
tests/test_pipeline.py
tests/test_queue.py
tests/test_run.py
tests/test_selector.py
tests/test_spider.py
tests/test_spider_middlewares.py
tests/test_stats.py
xpaw/__init__.py
xpaw/__main__.py
xpaw/cmdline.py
xpaw/commands.py
xpaw/config.py
xpaw/crawler.py
xpaw/decorator.py
xpaw/downloader.py
xpaw/downloader_middlewares.py
xpaw/dupefilter.py
xpaw/errors.py
xpaw/eventbus.py
xpaw/events.py
xpaw/extension.py
xpaw/http.py
xpaw/item.py
xpaw/middleware.py
xpaw/pipeline.py
xpaw/queue.py
xpaw/renderer.py
xpaw/run.py
xpaw/selector.py
xpaw/spider.py
xpaw/spider_middlewares.py
xpaw/stats.py
xpaw/utils.py
xpaw.egg-info/PKG-INFO
xpaw.egg-info/SOURCES.txt
xpaw.egg-info/dependency_links.txt
xpaw.egg-info/entry_points.txt
xpaw.egg-info/not-zip-safe
xpaw.egg-info/requires.txt
xpaw.egg-info/top_level.txt
xpaw/templates/project/config.py.tmpl
xpaw/templates/project/module/__init__.py
xpaw/templates/project/module/items.py.tmpl
xpaw/templates/project/module/pipelines.py.tmpl
xpaw/templates/project/module/spider.py.tmpl