IoTPy.encapsulation_functions.zip package

Submodules

IoTPy.encapsulation_functions.zip.assemble module

IoTPy.encapsulation_functions.zip.assemble.assemble(params)[source]

Assembles zip

Parameters:

params : dict

Dict of values

Returns:

agent

Agent for zip

IoTPy.encapsulation_functions.zip.make_part_from_zip module

IoTPy.encapsulation_functions.zip.make_part_from_zip.f(v)[source]
IoTPy.encapsulation_functions.zip.make_part_from_zip.ff(v, arg_0)[source]
IoTPy.encapsulation_functions.zip.make_part_from_zip.g(v, state)[source]
IoTPy.encapsulation_functions.zip.make_part_from_zip.h(v, state, arg_0)[source]
IoTPy.encapsulation_functions.zip.make_part_from_zip.make_part_from_zip(params)[source]

Makes a part from the zip template given its arguments.

Parameters:

template_arguments: str

A JSON string that specifies the values of the parameters of the zip template. The parameters are: in: a Stream out: list of Stream

Returns:

The part that was made.

Module contents