BSD-3-Clause licensed and maintained by John Millikin
This version can be pinned in stack with:natural-sort-0.1.2@sha256:6a5332cb6fa014e24ce3fbcab87415cf3355409ba38749cea755401ba2650934,1230

Module documentation for 0.1.2

The built-in comparisons for textual data are based on Unicode ordinals. This does not match most every-day sorting algorithms. For example, "z10.txt" is sorted after "z2.txt" by users, but before it by naïve algorithms.

This package provides an implementation of "natural sort", which more closely matches user expectations.

See also: http://www.davekoelle.com/alphanum.html