Well engineered for its size. A portfolio piece worth showing off.
Control your Midea M-Smart appliances via local area network.
Documentation
93
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
80
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 (library_test.py).
CI is configured (.github/workflows/python-build.yml).
Linter or formatter configured (ruff.toml).
Lockfile present (requirements.txt). Installs are reproducible.
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)
- 52Forks
- 47Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 85Watchers
Responsiveness
- 11hMedian issue response
- 4hMedian PR merge time
- 23Open issues
Repository files24 root entries
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: 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
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .release-please-manifest.json
- CHANGELOG.md
- codecov.yml
- commitlint.config.mjs
- library_test.pyGood: Test files detected (library_test.py).
- LICENSEGood: Licensed under MIT.
- MANIFEST.in
- mypy.ini
- pylintrc
- README.mdGood: 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.txtGood: Lockfile present (requirements.txt). Installs are reproducible.Good: Dependency manifest found (requirements.txt).
- ruff.tomlGood: Linter or formatter configured (ruff.toml).
- setup.py