Single Spider

This abstract class can be extended to produce new plugins that only a single connection is required with no global configuration or customisation of the connection. All work is done by the Observer or using the output of the connection helpers.

pathspider.single

class pathspider.single.SingleSpider(worker_count, libtrace_uri, args, server_mode=False)[source]
connections = [<function SynchronizedSpider.connect>]