Polished and well engineered. Punching above its star count.
Nexus Media 是一个功能强大的媒体库管理工具,提供自动化追剧、资源下载、文件整理和订阅管理等功能,适合PT用户和影视爱好者使用。
Documentation
78
README documents how to install the project.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under MIT.
Engineering
92
Lockfile present (uv.lock). Installs are reproducible.
Test files detected (tests).
CI is configured (.github/workflows/build-dev.yml).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Issue or PR templates present.
Project health
96
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)
- 121Forks
- 31Releaseslatest 3y ago
Community
- 85% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 540Watchers
Responsiveness
- 8hMedian issue response
- 12hMedian PR merge time
- 6Open issues
Repository files31 root entries
- .githubGood: CI is configured (.github/workflows/build-dev.yml).Good: Issue or PR templates present.
- alembic
- config
- docker
- docs
- examples
- scripts
- src
- testsGood: Test files detected (tests).
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- AGENTS.md
- alembic.ini
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- justfile
- LICENSE.mdGood: Licensed under MIT.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- restart-server.sh
- run.py
- SECURITY.mdGood: Security policy present.
- start-dev.sh
- start-prod.sh
- stop-server.sh
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.