mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
Documents the website/ build pipeline, Makefile targets, pyproject.toml tooling, and tightens the entry format example and key rules. Co-Authored-By: Claude <noreply@anthropic.com>
1.4 KiB
1.4 KiB
CLAUDE.md
Repository Overview
A curated list of awesome Python frameworks, libraries, software and resources. Published at awesome-python.com.
PR Review Guidelines
Refer to CONTRIBUTING.md for acceptance criteria, quality requirements, rejection rules, and entry format.
Structure
- README.md: Source of truth. Hierarchical categories with alphabetically ordered entries.
- CONTRIBUTING.md: Submission guidelines and review criteria.
- website/: Static site generator that builds awesome-python.com from README.md.
build.py: Parses README.md and renders HTML via Jinja2 templates.fetch_github_stars.py: Fetches star counts intowebsite/data/.readme_parser.py: Markdown-to-structured-data parser.templates/,static/: Jinja2 templates and CSS/JS assets.tests/: Pytest tests for the build pipeline.
- Makefile:
make install,make build,make preview,make test,make fetch_github_stars. - pyproject.toml: Uses
uvfor dependency management. Python >=3.13.
Entry Format
- [pypi-name](https://github.com/owner/repo) - Description ending with period.
Use PyPI package name as display name. Use GitHub URLs when available.
Key Rules
- Alphabetical ordering within categories is mandatory.
- Quality over quantity. Only "awesome" projects.
- One project per PR.
- README.md is the single source of content truth.