vinta-awesome-python/website
Vinta Chen 266a6b6b6c
simplify: remove redundant _has_description, unused param, merge loops
- Remove `_has_description` which duplicated `_extract_description` logic;
  use truthiness of the description string instead
- Remove unused `resources` parameter from `extract_entries`
- Merge two sequential loops in `parse_readme` into a single pass over
  children to find hr, Resources, and Contributing indices

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:41:13 +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: consolidate load_cache into build.load_stars 2026-03-18 17:28:53 +08:00
build.py simplify: remove redundant _has_description, unused param, merge loops 2026-03-18 17:41:13 +08:00
fetch_github_stars.py refactor: consolidate load_cache into build.load_stars 2026-03-18 17:28:53 +08:00
readme_parser.py simplify: remove redundant _has_description, unused param, merge loops 2026-03-18 17:41:13 +08:00