vinta-awesome-python/website
Vinta Chen 0f374970dd
refactor: extract parsing logic from build.py into readme_parser module
slugify, parse_readme, count_entries, extract_preview, render_content_html,
and related helpers are moved to a dedicated readme_parser module.
build.py now imports from readme_parser rather than defining these inline.
Tests for the removed functions are dropped from test_build.py since they
now live with the module they test.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 17:27:14 +08:00
..
data data: remove zipline entry from github_stars.json 2026-03-18 13:57:36 +08:00
static add custom website build system 2026-03-18 13:48:49 +08:00
templates add custom website build system 2026-03-18 13:48:49 +08:00
tests refactor: extract parsing logic from build.py into readme_parser module 2026-03-18 17:27:14 +08:00
build.py refactor: extract parsing logic from build.py into readme_parser module 2026-03-18 17:27:14 +08:00
fetch_github_stars.py add custom website build system 2026-03-18 13:48:49 +08:00
readme_parser.py feat: implement HTML rendering for readme sections 2026-03-18 17:24:24 +08:00