Add Toolz and CyToolz

This commit is contained in:
Leonid Shvechikov 2014-07-09 15:05:05 +07:00
parent edb8b46fec
commit 19d6f145a8

View file

@ -812,6 +812,8 @@ long, literate-programming-style documentation generator.
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [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. * [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. * [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 ## Editor Plugins