Paket: python-natsort-doc (7.0.1-1)
Länkar för python-natsort-doc
Trisquelresurser:
Hämta källkodspaketet natsort:
Ansvarig:
Original Maintainers:
- Debian Python Modules Team (E-postarkiv)
- Agustin Henze
- Ulises Vitulli
Externa resurser:
- Hemsida [github.com]
Liknande paket:
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.
Andra paket besläktade med python-natsort-doc
|
|
|
-
- dep: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- dep: libjs-sphinxdoc (>= 1.0)
- JavaScript support for Sphinx documentation
-
- rec: python3-natsort
- Natural sorting for Python (Python3)
Hämta python-natsort-doc
Arkitektur | Paketstorlek | Installerad storlek | Filer |
---|---|---|---|
all | 100,6 kbyte | 445 kbyte | [filförteckning] |