docs(claude): clarify repo description and entry naming rule

Reword the overview from 'curated list' to 'opinionated list' to better
reflect editorial intent. Rename 'pypi-name' placeholder to 'project-name'
and add a rule for projects not published on PyPI.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:44:18 +08:00
parent 1b5a0c2a3c
commit 7d1007d373

View File

@@ -2,7 +2,7 @@
## Repository Overview
A curated list of awesome Python frameworks, libraries, software and resources. Published at [awesome-python.com](https://awesome-python.com/).
An opinionated list of Python frameworks, libraries, tools, and resources. Published at [awesome-python.com](https://awesome-python.com/).
## PR Review Guidelines
@@ -24,10 +24,10 @@ A curated list of awesome Python frameworks, libraries, software and resources.
## Entry Format
```markdown
- [pypi-name](https://github.com/owner/repo) - Description ending with period.
- [project-name](https://github.com/owner/repo) - Description ending with period.
```
Use PyPI package name as display name. Use GitHub URLs when available.
Use PyPI package name as display name. If not on PyPI, use the GitHub repo name. Use GitHub URLs when available.
## Key Rules