An open API service indexing awesome lists of open source software.

https://github.com/sayandipdutta/iterdot

Python iterator with method chaining.
https://github.com/sayandipdutta/iterdot

fluent-api fluent-interface iterators

Last synced: about 2 months ago
JSON representation

Python iterator with method chaining.

Awesome Lists containing this project

README

          

# iterdot

Fully typed python iterator with method chaining.

## Example:
Solution of [Advent of Code 2023, Day 02 challenge](https://adventofcode.com/2023/day/2)
![AOC-2023.day02](images/iterdot-demo.png)