awesome-python/website
Vinta Chen 6bc9d83480
refactor(website): match subcategory by URL prefix instead of name split
Use the precomputed sub["url"] to identify which subcategories belong
to a category. Avoids parsing the "Cat > Sub" value string, which would
silently misfire if a category name ever contained " > ".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 00:26:12 +08:00
..
static feat(website): add homepage category directory 2026-05-02 23:44:27 +08:00
templates feat(website): add homepage category directory 2026-05-02 23:44:27 +08:00
tests feat(website): generate static pages for subcategories 2026-05-03 00:23:14 +08:00
build.py refactor(website): match subcategory by URL prefix instead of name split 2026-05-03 00:26:12 +08:00
fetch_github_stars.py refactor: replace manual total_seconds()/3600 with timedelta comparison 2026-04-19 22:02:14 +08:00
readme_parser.py add missing links of category descriptions 2026-05-02 23:35:24 +08:00