v 8.0.2 Updated: 2 years, 10 months ago
Natural sorting for Python
When you try to sort a list of strings that contain numbers, the normal Python sort algorithm sorts lexicographically, so you might not get the results that you expect. `natsort` provides a function `natsorted` that helps sort lists 'naturally', either as real numbers (i.e. signed/unsigned floats or ints), or as versions.
https://github.com/SethMMorton/natsort
Installations | 0 |
Requested Installations | 0 |