95
/ 100
Excellent work. The main thing left to polish is a contributing guide.
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
93
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
94
CI is configured (.github/workflows/build-docs.yml).
Test files detected (docs_src/app_testing/app_a_py310/test_main.py).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Lockfile present (uv.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 140 / 437Commits (30d / 90d)
- 9,639Forks
- 284Releaseslatest 7y ago
Community
- 75% - GoodCommunity health
- 2 bus factorauthors own >50% of commits
- 100,666Watchers
Responsiveness
- 1d 4hMedian issue response
- <1hMedian PR merge time
- 96Open issues
Repository files14 root entries
- .githubGood: CI is configured (.github/workflows/build-docs.yml).Good: Dependabot covers 2 ecosystems (github-actions, uv). Dependencies stay current.Good: Issue or PR templates present.
- docsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- docs_srcGood: Test files detected (docs_src/app_testing/app_a_py310/test_main.py).
- fastapi
- scripts
- tests
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .python-versionGood: Environment pinned via .python-version.
- CITATION.cff
- LICENSEGood: Licensed under MIT.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/tiangolo/fastapi)