mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 05:03:45 +08:00
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:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Repository Overview
|
## 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
|
## PR Review Guidelines
|
||||||
|
|
||||||
@@ -24,10 +24,10 @@ A curated list of awesome Python frameworks, libraries, software and resources.
|
|||||||
## Entry Format
|
## Entry Format
|
||||||
|
|
||||||
```markdown
|
```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
|
## Key Rules
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user