Well engineered for its size. A portfolio piece worth showing off.

Control your Midea M-Smart appliances via local area network.

Documentation

93

Contributing guide5pt72

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

80

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.

Tests18pt80

Test files detected (library_test.py).

CI/CD14pt100

CI is configured (.github/workflows/python-build.yml).

Linting and formatting5pt100

Linter or formatter configured (ruff.toml).

Reproducibility6pt100

Lockfile present (requirements.txt). Installs are reproducible.

Project health

100

Dependency manifest6pt100

Dependency manifest found (requirements.txt).

Repository metadata5pt100

Repository has a description.

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)
  • 52
    Forks
  • 47
    Releaseslatest 1y ago

Community

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

Responsiveness

  • 11h
    Median issue response
  • 4h
    Median PR merge time
  • 23
    Open issues
Repository files24 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: 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.
    Good: CI is configured (.github/workflows/python-build.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, pip). Dependencies stay current.
  • .vscode
  • lua
  • midealocal
  • scripts
  • tests
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • .release-please-manifest.json
  • CHANGELOG.md
  • codecov.yml
  • commitlint.config.mjs
  • library_test.py
    Good: Test files detected (library_test.py).
  • LICENSE
    Good: Licensed under MIT.
  • MANIFEST.in
  • mypy.ini
  • pylintrc
  • README.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.
  • requirements-all.txt
  • requirements-dev.txt
  • requirements.txt
    Good: Lockfile present (requirements.txt). Installs are reproducible.
    Good: Dependency manifest found (requirements.txt).
  • ruff.toml
    Good: Linter or formatter configured (ruff.toml).
  • setup.py