mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 21:15:05 +08:00
feat: generate llms.txt from template and annotate entries with star counts
- Add llms.txt Jinja2 template with a categories_md placeholder - Extract categories body from README and inject it into the template - Annotate bullet-entry lines with GitHub star counts (N GitHub stars) for the main index.md and bare numbers for llms.txt - Add TestAnnotateEntriesWithStars unit tests Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Awesome Python
|
||||
|
||||
An opinionated guide to the best Python frameworks, libraries, tools, and resources.
|
||||
|
||||
Use this curated list when you need to find a high-quality Python library or tool for tasks such as web development, data science, machine learning, AI agents, automation, testing, or DevOps. The trailing number on each entry is its star count on GitHub.
|
||||
|
||||
# Categories
|
||||
|
||||
{{ categories_md }}
|
||||
Reference in New Issue
Block a user