0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Library for Semi-Automated Data Science
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.
- 2README12pt
Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.
- 3README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
- 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
83
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
78
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (test).
Lockfile present (docs/requirements.txt). Installs are reproducible.
CI is configured (.github/workflows/build.yml).
Linter or formatter configured (.flake8).
Project health
88
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
- -Commits (30d / 90d)
- 83Forks
- 88Releaseslatest 6y ago
Community
- -Community health
- -authors own >50% of commits
- 347Watchers
Responsiveness
- 2d 8hMedian issue response
- 2hMedian PR merge time
- 24Open issues
Repository files24 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).
- docsGood: Lockfile present (docs/requirements.txt). Installs are reproducible.
- examples
- lale
- talks
- testGood: Test files detected (test).
- .flake8Good: Linter or formatter configured (.flake8).
- .gitignoreGood: .gitignore present.
- .isort.cfg
- .pre-commit-config.yaml
- .readthedocs.yml
- .yamllint
- bandit.yaml
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- DCO1.1.txt
- DockerfileGood: Environment pinned via Dockerfile.
- LICENSE.txtGood: Licensed under Apache-2.0.
- Makefile
- mypy.ini
- pylintrc
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- pyrightconfig.json
- README.mdGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown 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.Good: README documents how to install the project.Good: README documents how to run the project.
- setup.py
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/ibm/lale)