viralogic / py-enumerable

A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187 stars 24 forks source link

Then By sorting implementation #7

Closed viralogic closed 7 years ago

viralogic commented 7 years ago

Implement then_by sorting as mentioned in #6

viralogic commented 7 years ago

Implemented for Python 2.7 and Python 3. All tests passing.

viralogic commented 7 years ago

Both #10 and this issue will be out on next release

viralogic commented 7 years ago

@scls19fr

then_by and then_by_descending are implemented. Release is up on pypi

image