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 | 8.4.0-8.fc44 | - |
| Fedora 43 | 8.4.0-8.fc43 | 8.4.0-8.fc43 |
| Fedora 42 | 8.4.0-3.fc42 | - |
| Fedora 41 | 8.4.0-2.fc41 | - |
| Fedora EPEL 9 | 7.1.1-5.el9 | - |
| Fedora EPEL 8 | 7.1.1-2.el8 | - |
| Fedora EPEL 10.2 | 8.4.0-2.el10_0 | - |
| Fedora EPEL 10.1 | 8.4.0-2.el10_0 | - |
| Fedora EPEL 10.0 | 8.4.0-2.el10_0 | - |
You can contact the maintainers of this package via email at
python-natsort dash maintainers at fedoraproject dot org.