全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: natsort  ]

软件包:python3-natsort(6.0.0-1)

python3-natsort 的相关链接

Screenshot

Debian 的资源:

下载源码包 natsort

维护小组:

外部的资源:

相似软件包:

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.

其他与 python3-natsort 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-natsort

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 30.2 kB153.0 kB [文件列表]