A well-known project done right. Strong docs and solid engineering throughout.
Exercism exercises in Python.
Documentation
75
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
92
Test files detected (bin/test_exercises.py).
Lockfile present (requirements.txt). Installs are reproducible.
CI is configured (.github/workflows/ci-workflow.yml).
Linter or formatter configured (.flake8).
Issue or PR templates present.
Project health
100
Dependency manifest found (requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 1,498Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 2,428Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 28Open issues
Repository files21 root entries
- .appends
- .githubGood: CI is configured (.github/workflows/ci-workflow.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- binGood: Test files detected (bin/test_exercises.py).
- concepts
- config
- docs
- exercises
- reference
- .flake8Good: Linter or formatter configured (.flake8).
- .gitignoreGood: .gitignore present.
- .style.yapf
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- config.json
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- docker-compose.ymlGood: Environment pinned via docker-compose.yml.
- LICENSEGood: Licensed under MIT.
- pylintrc
- pytest.ini
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- requirements-generator.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.Good: Dependency manifest found (requirements.txt).