natsort: Natural Sorting for Python¶
Contents:
- 1. The
natsort
module - 2. Examples and Recipes
- 2.1. Basic Usage
- 2.2. Sort Version Numbers
- 2.3. Sort OS-Generated Paths
- 2.4. Locale-Aware Sorting (Human Sorting)
- 2.5. Controlling Case When Sorting
- 2.6. Customizing Float Definition
- 2.7. Using a Custom Sorting Key
- 2.8. Generating a Natsort Key
- 2.9. Sorting Multiple Lists According to a Single List
- 2.10. Returning Results in Reverse Order
- 2.11. Sorting Bytes on Python 3
- 2.12. Sorting a Pandas DataFrame
- 3. natsort API
- 4. Shell Script
- 5. Changelog
- 5.1. 06-25-2015 v. 4.0.3
- 5.2. 06-24-2015 v. 4.0.2
- 5.3. 06-04-2015 v. 4.0.1
- 5.4. 05-17-2015 v. 4.0.0
- 5.5. 04-06-2015 v. 3.5.6
- 5.6. 04-04-2015 v. 3.5.5
- 5.7. 04-02-2015 v. 3.5.4
- 5.8. 03-26-2015 v. 3.5.3
- 5.9. 01-13-2015 v. 3.5.2
- 5.10. 09-25-2014 v. 3.5.1
- 5.11. 09-02-2014 v. 3.5.0
- 5.12. 08-12-2014 v. 3.4.1
- 5.13. 07-19-2014 v. 3.4.0
- 5.14. 06-28-2014 v. 3.3.0
- 5.15. 06-20-2014 v. 3.2.1
- 5.16. 05-07-2014 v. 3.2.0
- 5.17. 05-05-2014 v. 3.1.2
- 5.18. 03-01-2014 v. 3.1.1
- 5.19. 01-20-2014 v. 3.1.0
- 5.20. 10-01-2013 v. 3.0.2
- 5.21. 8-15-2013 v. 3.0.1
- 5.22. 7-13-2013 v. 3.0.0
- 5.23. 6-25-2013 v. 2.2.0
- 5.24. 12-5-2012 v. 2.1.0
- 5.25. 11-30-2012 v. 2.0.2
- 5.26. 11-21-2012 v. 2.0.1
- 5.27. 11-16-2012, v. 2.0.0