omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
240 stars 24 forks source link

Add `itertools.batched` v3.13 function #177

Closed stankudrow closed 3 weeks ago

stankudrow commented 2 months ago

Adding itertools.batched function

The implementation is like this one from Python 3.13 release.

The PR is derived from the #176 branch.

stankudrow commented 1 month ago

@amyreese

amyreese commented 3 weeks ago

Thank you!