Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.21 KB

index.rst

File metadata and controls

40 lines (27 loc) · 1.21 KB

excitertools

itertools reimagined as a fluent interface.

In software engineering, a fluent interface is an object-oriented API whose design relies extensively on method chaining. Its goal is to increase code legibility by creating a domain-specific language (DSL). The term was coined in 2005 by Eric Evans and Martin Fowler.

*Wikipedia - Fluent Interface*

Note that nearly all of the more-itertools extension library is included.

.. toctree::
    :caption: TOC

    excitertools


Related projects

Tangentially related: