Python Module Index
b | ||
base | Base classes and functions. | |
c | ||
common | Common utility functions | |
f | ||
factory | Functions and decorators to construct nuts. | |
function | Nuts that perform functions on single stream elements. | |
i | ||
iterfunction | Functions that work with iterables. See https://docs.python.org/2/library/itertools.html | |
n | ||
nutsflow | ||
nutsflow.base | ||
nutsflow.common | ||
nutsflow.examples | ||
nutsflow.examples.examples | ||
nutsflow.factory | ||
nutsflow.function | ||
nutsflow.iterfunction | ||
nutsflow.processor | ||
nutsflow.sink | ||
nutsflow.source | ||
nutsflow.underscore | ||
p | ||
processor | Nuts that process iterables and return iterables. | |
s | ||
sink | Nuts that reads streams and potentially produce non-stream output. | |
source | Nuts that produce iterables but do not take input iterables. | |
u | ||
underscore | Enables underscore to be used as anonymous variable. |