pyspider v0.3.1 Release Notes

Release Date: 2015-01-22 // about 9 years ago
  • 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