78

/ 100

GradeC

Solid foundation. Invest in docs and CI to grow from here.

Top 35% of 5,156 graded repos

Top fixes

Highest-impact changes first, ranked by point weight

12 to address
  1. 1
    Tests18pt

    Add test_*.py files in a tests/ directory (set testpaths = ["tests"] in pyproject.toml).

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

95

Contributing guide5pt84

Contributing guide is detailed and thorough.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

65

Issue and PR templates6pt0

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.

CI/CD14pt57

CI is configured (.github/workflows/test-full.yml).

Tests18pt75

Pytest is configured in pyproject.toml ([tool.pytest.ini_options]).

Reproducibility6pt90

Lockfile present (uv.lock). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured ([tool.mypy] in pyproject.toml).

Project health

84

Repository metadata5pt40

No repository description set on GitHub (−60 pts).

Add a one-line description in the repo Settings → About. It appears in search results and social previews.

Dependency manifest6pt100

Dependency manifest found (pyproject.toml).

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 27
    Forks
  • 44
    Releaseslatest 3y ago

Community

  • 37% - Weak
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 61
    Watchers

Responsiveness

  • 6d 10h
    Median issue response
  • 1d 6h
    Median PR merge time
  • 26
    Open issues
Repository files24 root entries
  • .github
    Good: CI is configured (.github/workflows/test-full.yml).
    Good: Dependabot covers 3 ecosystems (docker-compose, github-actions, uv). Dependencies stay current.
  • .speakeasy
  • .vscode
  • docs
    Good: Security policy present.
  • overlays
  • scripts
  • src
  • .genignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • CONTRIBUTING.md
    Good: 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.
    Good: Contributing guide includes code examples.
  • files.gen
  • gen.yaml
  • LICENSE.md
    Good: Licensed under MIT.
  • poe_tasks.toml
  • poetry.toml
  • py.typed
  • pylintrc
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • README-PYPI.md
    Good: 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.
  • README.md
  • USAGE.md
  • uv.lock
    Good: Lockfile present (uv.lock). Installs are reproducible.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/airbytehq/airbyte-api-python-sdk)](https://www.repo-grade.com/report/airbytehq/airbyte-api-python-sdk)

More graded Python repos