A simple interface for multi-key and mullti-directional sorting-- the Python way
Project description
Provides a simple interface for Python-ic sorting of data by multiple keys in multiple directions in a single top-level API call.
Also provides a function that can be bound as a method to (preferably) a subclass of list, but can also be a subclass of tuple.
See README.md for full documentation.