def pipe_b96287458de001ad62a637095df33ad5(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert pipeline description here conf = conf or {} if context and context.describe_input: return [] if context and context.describe_dependencies: return [u'pipeitembuilder', u'pipeoutput', u'pipestrconcat', u'pipeunion'] forever = pipe_forever() sw_632 = pipe_itembuilder( context, forever, conf={'attrs': [{'value': {'type': 'text', 'value': 'VAL1'}, 'key': {'type': 'text', 'value': 'ATTR1'}}, {'value': {'type': 'text', 'value': 'VAL2'}, 'key': {'type': 'text', 'value': 'attrpath.attr2'}}]}) sw_605 = pipe_strconcat( context, forever, conf={'part': {'type': 'text', 'value': 'extVal'}}) sw_551 = pipe_itembuilder( context, forever, attrs_3_value=sw_605, conf={'attrs': [{'value': {'type': 'text', 'value': 'val1'}, 'key': {'type': 'text', 'value': 'attr1'}}, {'value': {'type': 'text', 'value': 'val2'}, 'key': {'type': 'text', 'value': 'attrpath.attr2'}}, {'value': {'terminal': 'attrs_3_value', 'type': 'text'}, 'key': {'type': 'text', 'value': 'attrpath.attr3'}}, {'value': {'type': 'text', 'value': 'val3'}, 'key': {'type': 'text', 'value': 'longpath.attrpath.attr3'}}]}) sw_613 = pipe_union( context, sw_551, _OTHER1=sw_632, conf={}) _OUTPUT = pipe_output( context, sw_613, conf={}) return _OUTPUT
def pipe_sw_581(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat(context, _INPUT, conf={ 'part': [{ 'type': 'text', 'subkey': 'firstName' }, { 'type': 'text', 'value': ' ' }, { 'type': 'text', 'subkey': 'Member' }] })
def pipe_sw_408(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat( context, _INPUT, conf={ 'part': [{ 'type': 'text', 'value': 'Total allowances claimed, inc travel: ' }, { 'type': 'text', 'subkey': 'TotalAllowancesClaimedIncTravel' }, { 'type': 'text', 'value': '<br>Total basic allowances claimed, ex travel: ' }, { 'type': 'text', 'subkey': 'TotalBasicAllowancesExcTravel' }, { 'type': 'text', 'value': '<br>Total Travel claimed: ' }, { 'type': 'text', 'subkey': 'TotalTravelClaimed' }, { 'type': 'text', 'value': '<br>MP Mileage: ' }, { 'type': 'text', 'subkey': 'Mileage' }, { 'type': 'text', 'value': '<br>MP Rail Travel: ' }, { 'type': 'text', 'subkey': 'MPRail' }, { 'type': 'text', 'value': '<br>MP Air Travel: ' }, { 'type': 'text', 'subkey': 'MPAir' }, { 'type': 'text', 'value': '<br>Cost of staying away from main home: ' }, { 'type': 'text', 'subkey': 'CostofStayingAwayFromMainHome' }, { 'type': 'text', 'value': '<br>London Supplement: ' }, { 'type': 'text', 'subkey': 'LondonSupplement' }, { 'type': 'text', 'value': '<br>Office Running Costs: ' }, { 'type': 'text', 'subkey': 'OfficeRunningCosts' }, { 'type': 'text', 'value': '<br>Staffing Costs: ' }, { 'type': 'text', 'subkey': 'StaffingCosts' }] })
def pipe_sw_515(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat( context, forever, conf={'part': [{'type': 'text', 'value': '<img src="'}, {'type': 'text', 'subkey': 'img.src'}, {'type': 'text', 'value': '">'}]})
def pipe_sw_298(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat( context, _INPUT, conf={'part': [{'type': 'text', 'subkey': 'headline'}, {'type': 'text', 'value': ' ('}, {'type': 'text', 'subkey': 'severity'}, {'type': 'text', 'value': ')'}]})
def pipe_sw_408(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat( context, _INPUT, conf={'part': [{'type': 'text', 'value': 'Total allowances claimed, inc travel: '}, {'type': 'text', 'subkey': 'TotalAllowancesClaimedIncTravel'}, {'type': 'text', 'value': '<br>Total basic allowances claimed, ex travel: '}, {'type': 'text', 'subkey': 'TotalBasicAllowancesExcTravel'}, {'type': 'text', 'value': '<br>Total Travel claimed: '}, {'type': 'text', 'subkey': 'TotalTravelClaimed'}, {'type': 'text', 'value': '<br>MP Mileage: '}, {'type': 'text', 'subkey': 'Mileage'}, {'type': 'text', 'value': '<br>MP Rail Travel: '}, {'type': 'text', 'subkey': 'MPRail'}, {'type': 'text', 'value': '<br>MP Air Travel: '}, {'type': 'text', 'subkey': 'MPAir'}, {'type': 'text', 'value': '<br>Cost of staying away from main home: '}, {'type': 'text', 'subkey': 'CostofStayingAwayFromMainHome'}, {'type': 'text', 'value': '<br>London Supplement: '}, {'type': 'text', 'subkey': 'LondonSupplement'}, {'type': 'text', 'value': '<br>Office Running Costs: '}, {'type': 'text', 'subkey': 'OfficeRunningCosts'}, {'type': 'text', 'value': '<br>Staffing Costs: '}, {'type': 'text', 'subkey': 'StaffingCosts'}]})
def pipe_sw_581(context=None, _INPUT=None, conf=None, **kwargs): # todo: insert submodule description here return pipe_strconcat( context, _INPUT, conf={'part': [{'type': 'text', 'subkey': 'firstName'}, {'type': 'text', 'value': ' '}, {'type': 'text', 'subkey': 'Member'}]})