A well-known project done right. Strong docs and solid engineering throughout.
An integrated package configuration, build and deployment system for software
Documentation
91
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
91
Test files detected (src/rez/data/tests).
Lockfile present (docs/requirements.txt). Installs are reproducible.
CI is configured (.github/workflows/tests.yaml).
Linter or formatter configured (ruff.toml).
Issue or PR templates present.
Project health
88
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)
- 361Forks
- 248Releaseslatest 9y ago
Community
- —Community health
- —authors own >50% of commits
- 1,076Watchers
Responsiveness
- 3hMedian issue response
- 2d 7hMedian PR merge time
- 437Open issues
Repository files37 root entries
- .githubGood: CI is configured (.github/workflows/tests.yaml).Good: Dependabot covers 2 ecosystems (github-actions, pip). Dependencies stay current.Good: Issue or PR templates present.
- ASWF
- docsGood: Lockfile present (docs/requirements.txt). Installs are reproducible.
- example_extensions
- example_packages
- media
- metrics
- repository
- srcGood: Test files detected (src/rez/data/tests).
- tests
- .coveragerc
- .gitignoreGood: .gitignore present.
- .mailmap
- .readthedocs.yaml
- .sonarcloud.properties
- ADOPTERS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- CODEOWNERS
- CONTRIBUTING.mdGood: 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.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- GOVERNANCE.md
- INSTALL.md
- install.py
- LICENSEGood: Licensed under Apache-2.0.
- MANIFEST.in
- mypy-baseline.txt
- NOTICE
- 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.Good: README documents how to run the project.
- release-rez.py
- RELEASE.md
- ruff.tomlGood: Linter or formatter configured (ruff.toml).
- SECURITY.mdGood: Security policy present.
- setup.py
- THIRD_PARTY.md
- tox.ini