Merge pull request #2895 from NinjaOfNeurons/add-stdlib-functools

Add stdlib functools
This commit is contained in:
Jinyang 2026-02-01 13:58:54 +04:00 committed by GitHub
commit 88bd3b83f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -561,6 +561,7 @@ _Functional Programming with Python._
- [coconut](https://github.com/evhub/coconut) - A variant of Python built for simple, elegant, Pythonic functional programming.
- [cytoolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of `Toolz`: High performance functional utilities.
- [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects.
- [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
- [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
- [returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities.