Skip to content

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

License

Notifications You must be signed in to change notification settings

amirongit/PyEnumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages