Created by: SethMMorton
What is this Python project?
natsort
provides functionality to naturally sort a collection of data. In the simplest case this can be done with a drop-in replacement for the built-in sorted
, but customization is flexible and straightforward.
What's the difference between this Python project and similar ones?
- Full built-in support over localization and of the definition of a number
- Flexible user-customization
- Built-in support for sorting file paths
- Handling of corner-cases (such as
NaN
and mixed data types)
--
Anyone who agrees with this pull request could vote for it by adding a