vinta-awesome-python/website
Vinta Chen e9be000b56
refactor(fetch_github_stars): drop underscore prefix from regex constants
Rename _GITHUB_OWNER_RE and _GITHUB_NAME_RE to GITHUB_OWNER_RE and
GITHUB_NAME_RE to match the naming style of the other module-level
constants (GRAPHQL_URL, BATCH_SIZE).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-30 15:20:01 +08:00
..
static refactor(js): replace var with const for immutable bindings 2026-03-24 13:37:35 +08:00
templates style(html): reformat templates for consistent attribute and block spacing 2026-03-24 13:35:10 +08:00
tests fix: stricter GitHub owner/repo regexes and injection tests 2026-03-30 15:03:06 +08:00
build.py feat(website): add social proof line to hero with star count and build date 2026-03-23 01:56:15 +08:00
fetch_github_stars.py refactor(fetch_github_stars): drop underscore prefix from regex constants 2026-03-30 15:20:01 +08:00
readme_parser.py refactor(parser): remove resources parsing, preview, and content_html fields 2026-03-23 01:43:19 +08:00