Tools for iterables and iterators. This project is part of the Developer Tools for Python dtools namespace project.
- Repositories
- dtools.iterables project on PyPI
- Source code on GitHub
- Detailed documentation for dtools.fp
- Detailed API documentation on GH-Pages
- Concatenating and merging iterables
- Dropping and taking values from iterables
- Reducing and accumulating iterables
- Assumptions
- iterables are not necessarily iterators
- at all times iterator protocol is assumed to be followed
- all iterators are assumed to be iterable
- for all iterators
foo
we assumeiter(foo) is foo