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.
- Host: GitHub
- URL: https://github.com/sayandipdutta/iterdot
- Owner: sayandipdutta
- License: mit
- Created: 2024-10-02T11:04:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T05:02:08.000Z (over 1 year ago)
- Last Synced: 2025-10-09T05:40:10.490Z (6 months ago)
- Topics: fluent-api, fluent-interface, iterators
- Language: Python
- Homepage: https://pypi.org/project/iterdot/
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
