Paquet : python3-natsort (7.1.0-1)
Liens pour python3-natsort
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source natsort :
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
Natural sorting for Python (Python3)
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-naturalsort. You may prefer that package if you wish to only sort version numbers.
This is the Python 3 version of the package.
Autres paquets associés à python3-natsort
|
|
|
|
-
- dep: python3
- langage orienté objet interactif de haut niveau – version par défaut de Python 3
-
- sug: python-natsort-doc
- Natural sorting for Python (doc)
Télécharger python3-natsort
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 36,6 ko | 157,0 ko | [liste des fichiers] |