awesome-python/website
Vinta Chen 92936964b6
refactor(readme_parser): fuse _parse_sponsor_item into single pass
Eliminate the redundant _find_link_deep precheck by merging the two
walks over inline.children into one loop that simultaneously locates
the link and records its top-level index.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-19 22:06:41 +08:00
..
static adjust css 2026-04-19 21:34:14 +08:00
templates feat(website): add sponsors section parsed from README 2026-04-19 21:10:50 +08:00
tests refactor(build): inline format_stars_short into its call site 2026-04-19 22:00:45 +08:00
build.py refactor(build): flatten extract_entries and annotate result dict 2026-04-19 22:04:14 +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 refactor(readme_parser): fuse _parse_sponsor_item into single pass 2026-04-19 22:06:41 +08:00