scrapy/scrapy/commands
Daniel Graña 1b32ece918 Merge branch 'settings-cleanup' of https://github.com/Curita/scrapy into Curita-settings-cleanup 2014-06-25 02:55:20 -03:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
bench.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
check.py print spider name even it has no contract tests when -v is specified 2014-06-17 13:39:10 +02:00
crawl.py Fix settings usage in runspider and crawl commands 2014-06-10 11:26:50 -03:00
deploy.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
edit.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
fetch.py Rename BaseSpider to Spider. See GH-495. 2013-12-30 19:46:41 +06:00
genspider.py make 'basic' the default template spider in genspider, and added info with next steps to startproject. closes #488 2014-02-01 17:38:31 -02:00
list.py sort spiders in "scrapy list" cmd. closes #736 2014-06-03 15:36:58 -03:00
parse.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
runspider.py Fix settings usage in runspider and crawl commands 2014-06-10 11:26:50 -03:00
settings.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
shell.py remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
startproject.py make 'basic' the default template spider in genspider, and added info with next steps to startproject. closes #488 2014-02-01 17:38:31 -02:00
version.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00