python3-natsort binary package in Ubuntu Focal i386
natsort lets you apply natural sorting to your sequences easily, for example:
.
>>> from natsort import natsorted
>>> a = ['a2', 'a9', 'a1', 'a4', 'a10']
>>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']]
>>> natsorted(a)
['a1', 'a2', 'a4', 'a9', 'a10'
>>> natsorted(data)
[['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']]
.
natsort identifies the numbers and sorts them separately from strings.
.
natsort comes with a shell script to use natural sorting in shell scripts. You
can also execute natsort from the command line with Python -m natsort.
.
There exists another natural sorting package for Python called
python-
version numbers.
.
This is the Python 3 version of the package.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2020-04-13 03:38:22 UTC | Published | Ubuntu Focal i386 | release | universe | python | Optional | 7.0.1-1 | ||
|
|||||||||
Deleted | Ubuntu Focal i386 | proposed | universe | python | Optional | 7.0.1-1 | |||
|
|||||||||
2020-04-13 03:38:31 UTC | Superseded | Ubuntu Focal i386 | release | universe | python | Optional | 7.0.0-0ubuntu1 | ||
|
|||||||||
2020-04-14 06:10:09 UTC | Deleted | Ubuntu Focal i386 | proposed | universe | python | Optional | 7.0.0-0ubuntu1 | ||
|
|||||||||
2020-01-30 11:58:18 UTC | Superseded | Ubuntu Focal i386 | release | universe | python | Optional | 6.0.0-1.2 | ||
|
|||||||||
2020-01-31 12:10:10 UTC | Deleted | Ubuntu Focal i386 | proposed | universe | python | Optional | 6.0.0-1.2 | ||
|
|||||||||
2019-11-05 07:08:18 UTC | Superseded | Ubuntu Focal i386 | proposed | universe | python | Optional | 6.0.0-1.1ubuntu1 | ||
|
|||||||||
2019-11-05 10:28:18 UTC | Superseded | Ubuntu Focal i386 | release | universe | python | Optional | 6.0.0-1.1 | ||
|
|||||||||
2019-11-06 12:10:09 UTC | Deleted | Ubuntu Focal i386 | proposed | universe | python | Optional | 6.0.0-1.1 | ||
|
|||||||||
2019-10-27 04:03:33 UTC | Superseded | Ubuntu Focal i386 | release | universe | python | Optional | 6.0.0-1 | ||
|