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

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
  • 40
    Releaseslatest 3y ago

Community

  • Community health
  • authors own >50% of commits
  • 61
    Watchers

Responsiveness

  • 6d 10h
    Median issue response
  • 1d 6h
    Median PR merge time
  • 27
    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.