mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Add Toolz and CyToolz
This commit is contained in:
parent
edb8b46fec
commit
19d6f145a8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue