scrapy/scrapy/commands
Alexandru Cepoi 2e05cf5685 fix small bug with parse command 2012-06-21 20:06:50 +02:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
crawl.py added support for using '-' in scrapy crawl -o, to dump items to standard output 2011-10-23 03:06:59 -02:00
deploy.py Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25 2012-03-01 08:18:12 -02:00
edit.py added 'scrapy edit' command 2011-06-05 22:02:56 -03:00
fetch.py More core changes: 2011-07-15 15:18:39 -03:00
genspider.py added -e|--edit option to genspider command 2011-06-13 09:54:06 -03:00
list.py added from_crawler class method to SpiderManager 2011-08-16 11:16:35 -03:00
parse.py fix small bug with parse command 2012-06-21 20:06:50 +02:00
runspider.py More core changes: 2011-07-15 15:18:39 -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 scrapy shell: start shell in main thread and crawler in secondary thread, instead of the other way around. fixes #100 2012-05-22 19:15:54 -03:00
startproject.py Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25 2012-03-01 08:18:12 -02:00
version.py fixed typo in previous commit 2012-05-16 09:16:46 -03:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00