Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

grscheller/dtools-iterables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Tools - Tools for iterables and iterators

Tools for iterables and iterators. This project is part of the Developer Tools for Python dtools namespace project.

Overview

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages