全部搜尋項
buster  ]
[ 原始碼: python-naturalsort  ]

套件:python-naturalsort(1.0.3-1.1)

python-naturalsort 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 python-naturalsort

維護小組:

相似套件:

Simple natural order sorting API for Python that just works

The ``natsort.natsort()`` function in the ``naturalsort`` package is a very simple alternative to Python's ``sorted()`` function that implements `natural order sorting`_ in Python. The package is available on PyPI, so getting started is very simple:

  $ pip install naturalsort
  $ python
  > from natsort import natsort
  > versions = ['1.8.1-r26', '1.8.1-r30', '2.0-r2', '2.0-r7', '2.0-r11']
  > natsort(['my-package-%s' % v for v in versions])
  ['my-package-1.8.1-r26',
   'my-package-1.8.1-r30',
   'my-package-2.0-r2',
   'my-package-2.0-r7',
   'my-package-2.0-r11']

The main use case that this package was originally created for is sorting of pathnames with versions numbers embedded in them. This is why the sorting key defined by the ``naturalsort`` package ignores filename extensions (not doing so can give unexpected results).

其他與 python-naturalsort 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python-naturalsort

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 5。7 kB59。0 kB [檔案列表]