aboutsummaryrefslogtreecommitdiff
path: root/devel/py-toolz/pkg-descr
blob: ab2712d86b8d9e52af336e3ea837af121c49c7e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
toolz is implemented in three parts:
* itertoolz, for operations on iterables.
  Examples: groupby, unique, interpose,
* functoolz, for higher-order functions.
  Examples: memoize, curry, compose
* dicttoolz, for operations on dictionaries.
  Examples: assoc, update-in, merge.

These functions come from the legacy of functional languages for list
processing. They interoperate well to accomplish common complex tasks.

WWW: https://github.com/pytoolz/toolz