From 0609cc43386bcf6e2ded4a5e5ec9de1448f64121 Mon Sep 17 00:00:00 2001 From: Shagun Sodhani Date: Sun, 14 Oct 2018 12:09:54 -0400 Subject: [PATCH] Added pyfunctional library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c2d39473f..3a9840cbbf 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP. * [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. * [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. +* [PyFunctional](https://www.pyfunctional.org/) - Library for creating data pipelines with chain functional programming ## GUI