
more-itertools 10.8.0
0
More routines for operating on iterables, beyond itertools
Contents
More routines for operating on iterables, beyond itertools
Stars: 4037, Watchers: 4037, Forks: 310, Open Issues: 14The more-itertools/more-itertools repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4037 github stars!
How to Install more-itertools
You can install more-itertools using pip
pip install more-itertools
or add it to a project with poetry
poetry add more-itertools
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/more-itertools/
- Documentation:
- https://more-itertools.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/more-itertools/more-itertools
Classifiers
- Software Development/Libraries
Related Packages
Errors
A list of common more-itertools errors.
Code Examples
Here are some more-itertools code examples and snippets.
GitHub Issues
The more-itertools package has 14 open issues on GitHub
- Issue 1113: Add random ordered combinatoric functions
- feat: add hypercube_product sampling
- Latin hypercube sample products
- Why does
windowed(xs, 0)return a range of 1 empty tuple? - Optimize replace itertool
pythonfix