harvester package

Module contents

harvester.get_all_publications(return_namedtuples=True)[source]

Get list publications from all available source.

Parameters:return_namedtuples (bool, default True) – Convert Publication structures to namedtuples (used in AMQP communication).
Returns:list – List of Publication structures converted to namedtuple.
harvester.self_test()[source]

Perform selftest.

Returns:None – None if everything is ok.
Raises:UserWarning – If one of the tests fails.

Table Of Contents

This Page