[PR #2586] Add script to sort links in README.md by #1903

Open
opened 2025-11-06 13:25:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2586
Author: @sowndappan5
Created: 6/3/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • f8fac37 Add script to sort links in README.md by

📊 Changes

1 file changed (+84 additions, -55 deletions)

View changed files

📝 sort.py (+84 -55)

📄 Description

Add script to sort links in README.md by indentation and content

What is this Python project?

This script sorts the links in the README.md file by their content, grouping and sorting lines based on indentation.

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

This project uniquely focuses on maintaining the structure of the README file while ensuring links are alphabetically sorted within their respective sections.

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 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/2586 **Author:** [@sowndappan5](https://github.com/sowndappan5) **Created:** 6/3/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f8fac37`](https://github.com/vinta/awesome-python/commit/f8fac37c35c898859506751fd954162812e7600f) Add script to sort links in README.md by ### 📊 Changes **1 file changed** (+84 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `sort.py` (+84 -55) </details> ### 📄 Description Add script to sort links in README.md by indentation and content ## What is this Python project? This script sorts the links in the README.md file by their content, grouping and sorting lines based on indentation. ## What's the difference between this Python project and similar ones? This project uniquely focuses on maintaining the structure of the README file while ensuring links are alphabetically sorted within their respective sections. Anyone who agrees with this pull request could submit an *Approve* review to it. --- <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 2025-11-06 13:25:31 -06: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#1903