File: single.rst

package info (click to toggle)
pathspider 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,740 kB
  • sloc: python: 4,409; makefile: 188; sh: 2
file content (9 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
SingleSpider Development
========================

SingleSpider uses the built-in connection helpers to make a single connection
to the target which is optionally observed by Observer chains.

This is the simplest model and only requires a ``combine_flows`` function to
generate conditions from the connection helper output and flow record output
from the Observer.