Pythonic FP - Iterables

PyPI project pythonic.iterables

Library of functions for iterating iterables.

  • 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 assume iter(foo) is foo

Part of of the pythonic-fp namespace projects.

Getting Started

Getting Started

Getting started with the PyPI pythonic-fp.circulararray project.

PyPI Releases

Documentation for pythonic-fp.circulararray PyPI releases.

Documentation

Programming API:

Package pythonic_fp.circulararray

For the PyPI pythonic-fp.iterables project v4.0.0 release.

CHANGELOG:

Change log for the pythonic-fp iterables PyPI project.