I wrote a small script that sorts the entries at the lowest level. I've explained how it's being done in the sort.py file. This is by no means an ideal solution - it is quite limited. In any case, for now, it is functional.
🔄 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/54
**Author:** [@ghost](https://github.com/ghost)
**Created:** 7/2/2014
**Status:** ✅ Merged
**Merged:** 7/3/2014
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (3)
- [`87fee42`](https://github.com/vinta/awesome-python/commit/87fee426e2233aeeae1891886e0bffc6fa8df239) Added python 3 script to sort entries in README.md
- [`1bcfb60`](https://github.com/vinta/awesome-python/commit/1bcfb6037f3681fdc6059a5922db5ea2727a3ccf) Ran sort script - affected change in README.md directly
- [`1b941dc`](https://github.com/vinta/awesome-python/commit/1b941dc24ff88912aed15daf90ddfb4dad96114a) Revert "Ran sort script - affected change in README.md directly"
### 📊 Changes
**1 file changed** (+47 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `sort.py` (+47 -0)
</details>
### 📄 Description
I wrote a small script that sorts the entries at the lowest level. I've explained how it's being done in the sort.py file. This is by no means an ideal solution - it is quite limited. In any case, for now, it is functional.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/54
Author: @ghost
Created: 7/2/2014
Status: ✅ Merged
Merged: 7/3/2014
Merged by: @vinta
Base:
master← Head:master📝 Commits (3)
87fee42Added python 3 script to sort entries in README.md1bcfb60Ran sort script - affected change in README.md directly1b941dcRevert "Ran sort script - affected change in README.md directly"📊 Changes
1 file changed (+47 additions, -0 deletions)
View changed files
➕
sort.py(+47 -0)📄 Description
I wrote a small script that sorts the entries at the lowest level. I've explained how it's being done in the sort.py file. This is by no means an ideal solution - it is quite limited. In any case, for now, it is functional.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.