mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Move Toolz and CyToolz to the "Functional Programming" section
This commit is contained in:
parent
19d6f145a8
commit
9173c9daf1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue