scrapy/scrapy/commands
tpeng b2ca3cf7e6 set the exit code to non-zero when contracts fails 2014-05-21 09:31:51 +02: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 set the exit code to non-zero when contracts fails 2014-05-21 09:31:51 +02:00
crawl.py Added more verbose error message for unrecognized output format. PEP8. 2014-03-26 12:27:52 +02: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 Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06: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 Added more verbose error message for unrecognized output format. PEP8. 2014-03-26 12:27:52 +02: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