[PR #961] [CLOSED] Add natsort to the Miscellaneous section. #2971

Closed
opened 2026-04-15 09:12:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/961
Author: @SethMMorton
Created: 10/20/2017
Status: Closed

Base: masterHead: natsort-patch-1


📝 Commits (1)

  • 8a8ac2d Add natsort to the Miscellaneous section.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

natsort provides functionality to naturally sort a collection of data. In the simplest case this can be done with a drop-in replacement for the built-in sorted, but customization is flexible and straightforward.

What's the difference between this Python project and similar ones?

  • Full built-in support over localization and of the definition of a number
  • Flexible user-customization
  • Built-in support for sorting file paths
  • Handling of corner-cases (such as NaN and mixed data types)

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/961 **Author:** [@SethMMorton](https://github.com/SethMMorton) **Created:** 10/20/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `natsort-patch-1` --- ### 📝 Commits (1) - [`8a8ac2d`](https://github.com/vinta/awesome-python/commit/8a8ac2dba7e50e0ae717a3e982cc28552986b7ac) Add natsort to the Miscellaneous section. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? `natsort` provides functionality to naturally sort a collection of data. In the simplest case this can be done with a drop-in replacement for the built-in `sorted`, but customization is flexible and straightforward. ## What's the difference between this Python project and similar ones? - Full built-in support over localization and of the definition of a number - Flexible user-customization - Built-in support for sorting file paths - Handling of corner-cases (such as `NaN` and mixed data types) -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:12:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2971