mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Move Toolz and CyToolz to the "Functional Programming" section
This commit is contained in:
parent
19d6f145a8
commit
9173c9daf1
|
@ -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.
|
* [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.
|
* [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
|
## 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.
|
* [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 New Issue
Block a user