PyFunctional Python library for functional programming with collections in a data pipeline style View on GitHub Download .zip Download .tar.gz PyFunctional Features PyFunctional makes creating data pipelines easy by using chained functional operators. Here are a few examples of what it can do: Chained operators: seq(1, 2, 3).map(lambda x: x * 2).reduce(lambda x, y: x + y) Expressive and feature co