Polished and well engineered. Punching above its star count.

Nexus Media 是一个功能强大的媒体库管理工具,提供自动化追剧、资源下载、文件整理和订阅管理等功能,适合PT用户和影视爱好者使用。

Documentation

78

Install and run instructions9pt55

README documents how to install the project.

Contributing guide5pt79

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.

README12pt85

README is present.

License6pt100

Licensed under MIT.

Engineering

92

Reproducibility6pt80

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

Tests18pt85

Test files detected (tests).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

96

Dependency manifest6pt86

Dependency manifest found (pyproject.toml).

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)
  • 120
    Forks
  • 28
    Releaseslatest 3y ago

Community

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

Responsiveness

  • 8h
    Median issue response
  • 12h
    Median PR merge time
  • 5
    Open issues
Repository files31 root entries
  • .github
    Good: CI is configured (.github/workflows/build-dev.yml).
    Good: Issue or PR templates present.
  • alembic
  • config
  • docker
  • docs
  • examples
  • scripts
  • src
  • tests
    Good: Test files detected (tests).
  • .dockerignore
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • AGENTS.md
  • alembic.ini
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Issue: 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
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • justfile
  • LICENSE.md
    Good: Licensed under MIT.
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • README.md
    Good: 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.md
    Good: Security policy present.
  • start-dev.sh
  • start-prod.sh
  • stop-server.sh
  • uv.lock
    Good: Lockfile present (uv.lock). Installs are reproducible.