toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : natsort  ]

Paquet : python-natsort-doc (8.0.2-2)

Liens pour python-natsort-doc

Screenshot

Ressources Debian :

Télécharger le paquet source natsort :

Responsables :

Ressources externes :

Paquets similaires :

Natural sorting for Python (doc)

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 package contains API documentation and examples.

Autres paquets associés à python-natsort-doc

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger python-natsort-doc

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 117,4 ko479,0 ko [liste des fichiers]