Move Toolz and CyToolz to the "Functional Programming" section

This commit is contained in:
Leonid Shvechikov 2014-07-09 16:01:11 +07:00
parent 19d6f145a8
commit 9173c9daf1
1 changed files with 2 additions and 2 deletions

View File

@ -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