scrapy/scrapy/commands
Daniel Graña 7a41ef417d Fix bench command 2014-07-31 12:28:35 -03:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
bench.py Fix bench command 2014-07-31 12:28:35 -03:00
check.py PY3: use six.iterkeys, six.iteritems, and tempfile 2014-07-14 18:47:22 +08:00
crawl.py Fix settings usage in runspider and crawl commands 2014-06-10 11:26:50 -03:00
deploy.py PY3: use six for robotparser and urlparse 2014-07-14 21:26:37 +08: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