pipeline.infrastructure.utils.sorting

The sorting module contains utility functions used to sort pipeline input and output.

Functions

natural_sort(input_list)

Sort a list in natural order, eg.

natural_sort_key(x[, _nsre])

Key to order in natural order with the sort function

numeric_sort(input_list)

Sort a list numerically, eg.

numeric_sort_key(s[, _nsre])

Key to order in numeric order with the sort function.