Python library that sorts lists using the "natural order" sort
Python module which provides "natural sorting". Under natural sorting, numeric sub-strings are compared numerically, and the other word characters are compared lexically. Example: unsorted: ['a2', 'a9', 'a1', 'a4', 'a10'] lexicographic sort: ['a1', 'a10', 'a2', 'a4', 'a9'] natural sort: ['a1', 'a2', 'a4', 'a9', 'a10']
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 7.1.1-4.fc35 | - |
| Fedora 35 | 7.1.1-4.fc35 | - |
| Fedora 34 | 7.1.1-2.fc34 | - |
| EPEL 8 | 7.1.1-2.el8 | - |
You can contact the maintainers of this package via email at
python-natsort dash maintainers at fedoraproject dot org.