unspecified

python2-natsort - Python library that sorts lists using the "natural order" sort

Website: https://github.com/SethMMorton/natsort
License: MIT
Vendor: Fedora Project
Description:
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']

Python 2 version.

Packages

python2-natsort-5.0.3-1.fc24.noarch [51 KiB] Changelog by José Matos (2017-05-04):
- update to 5.0.3
python2-natsort-5.0.1-1.fc24.noarch [51 KiB] Changelog by Igor Gnatenko (2016-08-12):
- Update to 5.0.1
- Trivial fixes in spec

Listing created by Repoview-0.6.6-6.fc21