Good community traction and solid fundamentals. Nearly in the top tier.
Extensions for Python Markdown
Documentation
61
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
CONTRIBUTING guide found.
Licensed under Other.
Engineering
71
Test files detected (tests).
CI is configured (.github/workflows/build.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Linter or formatter configured (.eslintrc).
Issue or PR templates present.
Project health
95
Dependency manifest found (package.json).
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)
- 270Forks
- 117Releaseslatest 9y ago
Community
- —Community health
- —authors own >50% of commits
- 1,123Watchers
Responsiveness
- 5hMedian issue response
- <1hMedian PR merge time
- 19Open issues
Repository files25 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Dependabot covers 2 ecosystems (npm, pip). Dependencies stay current.Good: Issue or PR templates present.
- docsGood: 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.
- pymdownx
- requirements
- testsGood: Test files detected (tests).
- tools
- .babelrc
- .codecov.yml
- .coveragerc
- .eslintrcGood: Linter or formatter configured (.eslintrc).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmrc
- .pyspelling.yml
- .stylelintrc
- gulpfile.babel.mjs
- hatch_build.py
- LICENSE.mdGood: Licensed under Other.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- pyproject.toml
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- run_tests.py
- SECURITY.mdGood: Security policy present.
- zensical.yml