Polished and well engineered. Punching above its star count.
SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
Documentation
95
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under Other.
Engineering
85
Lockfile present (support/Python/requirements.txt). Installs are reproducible.
Test files detected (external/libsharp/python/libsharp/tests).
CI is configured (.github/workflows/BuildDockerContainer.yaml).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.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)
- 218Forks
- 57Releaseslatest 4y ago
Community
- —Community health
- —authors own >50% of commits
- 191Watchers
Responsiveness
- 2d 15hMedian issue response
- 5hMedian PR merge time
- 622Open issues
Repository files26 root entries
- .claude
- .codex
- .devcontainer
- .githubGood: CI is configured (.github/workflows/BuildDockerContainer.yaml).Good: Issue or PR templates present.
- .skills
- cmake
- containers
- docsGood: 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.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.Good: Code of conduct present.
- externalGood: Test files detected (external/libsharp/python/libsharp/tests).
- src
- supportGood: Lockfile present (support/Python/requirements.txt). Installs are reproducible.
- tests
- tools
- .clang-format
- .clang-tidy
- .codecov.yaml
- .dockerignore
- .gitignoreGood: .gitignore present.
- citation.bib
- CITATION.cff
- CMakeLists.txt
- LICENSE.txtGood: Licensed under Other.
- Metadata.yaml
- 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.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.
- setup.cfg