scrapy/scrapy/commands
Pablo Hoffman 18d303b5f1 ported internal scrapy.utils imports to w3lib 2011-04-19 01:33:52 -03:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
crawl.py ported internal scrapy.utils imports to w3lib 2011-04-19 01:33:52 -03:00
deploy.py ported internal scrapy.utils imports to w3lib 2011-04-19 01:33:52 -03:00
fetch.py ported internal scrapy.utils imports to w3lib 2011-04-19 01:33:52 -03:00
genspider.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
list.py A couple of changes to fix #303: 2011-01-05 15:59:43 -02:00
parse.py ported internal scrapy.utils imports to w3lib 2011-04-19 01:33:52 -03:00
queue.py added deprecation messages to queue and runserver commands 2010-12-12 20:04:35 -02:00
runserver.py added deprecation messages to queue and runserver commands 2010-12-12 20:04:35 -02:00
runspider.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
server.py renamed command 'scrapyd' to 'server', and deprecated 'runserver' and 'queue' commands 2010-11-30 20:23:27 -02:00
settings.py Refactoring of Crawler, Commands, Execution Queue and Spider Manager: 2010-08-25 19:24:36 -03:00
shell.py Added support for passing code to evaluate in Scrapy shell command (closes #249) and simplified handling of shell errors 2010-09-23 13:49:29 -03:00
startproject.py Execution Queue refactoring by taking out the queue backend to a new Spider 2010-09-03 14:29:27 -03:00
version.py Added verbose option to 'version' command. Closes #298 2010-12-13 00:32:44 -02:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00