From 19d6f145a821b14a6eb74c9cc0831ec0778a4635 Mon Sep 17 00:00:00 2001 From: Leonid Shvechikov Date: Wed, 9 Jul 2014 15:05:05 +0700 Subject: [PATCH 1/2] Add Toolz and CyToolz --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8db848f..dcb59b32 100644 --- a/README.md +++ b/README.md @@ -812,6 +812,8 @@ long, literate-programming-style documentation generator. * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system. +* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. +* [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. ## Editor Plugins From 9173c9daf1d0275c6ab9e45031e54e820c11e312 Mon Sep 17 00:00:00 2001 From: Leonid Shvechikov Date: Wed, 9 Jul 2014 16:01:11 +0700 Subject: [PATCH 2/2] Move Toolz and CyToolz to the "Functional Programming" section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcb59b32..45162314 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,8 @@ long, literate-programming-style documentation generator. * [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. +* [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. ## Third-party APIs @@ -812,8 +814,6 @@ long, literate-programming-style documentation generator. * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system. -* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. -* [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. ## Editor Plugins