Navigation
index
modules
|
next
|
Python documentation
»
natsort: Natural Sorting for Python
¶
Contents:
1. The
natsort
module
1.1. Quick Description
1.2. Installation
2. Examples and Recipes
2.1. Basic Usage
2.2. Customizing Float Definition
2.3. Sort Version Numbers
2.4. Sort OS-Generated Paths
2.5. Using a Custom Sorting Key
2.6. Generating a Natsort Key
2.7. Sorting Multiple Lists According to a Single List
2.8. Returning Results in Reverse Order
3. natsort API
3.1.
natsort_keygen()
3.2.
natsort_key()
3.3.
natsorted()
3.4.
versorted()
3.5.
index_natsorted()
3.6.
index_versorted()
3.7.
order_by_index()
4. Shell Script
4.1. Usage
4.2. Description
5. Changelog
5.1. 08-12-2014 v. 3.4.1
5.2. 07-19-2014 v. 3.4.0
5.3. 06-28-2014 v. 3.3.0
5.4. 06-20-2014 v. 3.2.1
5.5. 05-07-2014 v. 3.2.0
5.6. 05-05-2014 v. 3.1.2
5.7. 03-01-2014 v. 3.1.1
5.8. 01-20-2014 v. 3.1.0
5.9. 10-01-2013 v. 3.0.2
5.10. 8-15-2013 v. 3.0.1
5.11. 7-13-2013 v. 3.0.0
5.12. 6-25-2013 v. 2.2.0
5.13. 12-5-2012 v. 2.1.0
5.14. 11-30-2012 v. 2.0.2
5.15. 11-21-2012 v. 2.0.1
5.16. 11-16-2012, v. 2.0.0
Indices and tables
¶
Index
Module Index
Search Page
Table Of Contents
natsort: Natural Sorting for Python
Indices and tables
Next topic
1. The
natsort
module
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
Python documentation
»