Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 600 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 600 Bytes

PyEnumerable WTFPL License

Implementation of .net's IEnumerable interface in python W/ support for generics.

Issue tracker

  • Design abstract base class PyEnumerable W/ typing
  • Specify list of unsupported operations
  • Design & implement constructor(s)
  • Implement collections.abc.Collection on PyEnumerable
  • Implement operations of PyEnumerable
  • Implement Iterator W/O mutating self