This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
v0.3.1
One Mode
One mode not only means all-in-one, it runs every thing in one process over tornado.ioloop. One mode is designed for debug purpose. You can test scripts written in local files and using --interactive
to choose a task to be tested.
With one
mode you can use pyspider.libs.utils.python_console()
to open an interactive shell in your script context to test your code.
full documentation: http://docs.pyspider.org/en/latest/Command-Line/#one
- bug fix