awesome-python/website
Vinta Chen f10337bb31
refactor(tests): modernize test_readme_parser to use pathlib.Path
Replace os.path.join + manual open() with Path(__file__).resolve().parents[2]
and Path.read_text() for locating and reading README.md.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-19 22:07:16 +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(tests): modernize test_readme_parser to use pathlib.Path 2026-04-19 22:07:16 +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