Metadata-Version: 2.4
Name: pyenumerable
Version: 2.0.0
Summary: Implementation of .net's IEnumerable interface in python W/ support for generics.
Author-email: AmirHossein Ahmadi <amirthehossein@gmail.com>
License-Expression: WTFPL
Project-URL: Homepage, https://github.com/amirongit/PyEnumerable/
Project-URL: Source, https://github.com/amirongit/PyEnumerable/
Project-URL: Documentation, https://github.com/amirongit/PyEnumerable/blob/master/documentation.md
Project-URL: Repository, https://github.com/amirongit/PyEnumerable.git
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: license.txt
Dynamic: license-file

# PyEnumerable ![WTFPL License](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png)

Implementation of .NET's [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1?view=net-9.0) interface in python W/ support for generics.
