python-more-itertools 8.2.0
More routines for operating on iterables, beyond itertools
Python's built-in itertools
module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. more-itertools
includes additional building blocks for working with iterables.
- Website: https://github.com/erikrose/more-itertools
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-more-itertools 8.2.0
as follows:
guix install python-more-itertools@8.2.0
Or install the latest version:
guix install python-more-itertools
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.