mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-12 14:41:43 +08:00
Introduce readme_parser.py which parses README.md into structured section data using the markdown-it-py AST. Includes TypedDicts for ParsedEntry/ParsedSection, slugify(), render_inline_html(), and render_inline_text(). Add test_readme_parser.py covering HTML escaping, link rendering, emphasis, strong, and code_inline for both renderers. Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| data | ||
| static | ||
| templates | ||
| tests | ||
| build.py | ||
| fetch_github_stars.py | ||
| readme_parser.py | ||