Good community traction and solid fundamentals. Nearly in the top tier.
The low-level, core functionality of boto3 and the AWS CLI.
Documentation
73
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
91
CI is configured (.github/workflows/lint.yml).
Lockfile present (requirements.txt). Installs are reproducible.
Test files detected (tests).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Issue or PR templates present.
Project health
86
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)
- 1,164Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 1,625Watchers
Responsiveness
- <1hMedian issue response
- 3hMedian PR merge time
- 174Open issues
Repository files27 root entries
- .changes
- .githubGood: CI is configured (.github/workflows/lint.yml).Good: Dependabot covers 2 ecosystems (github-actions, pre-commit). Dependencies stay current.Good: Issue or PR templates present.Good: Security policy present.
- botocore
- docs
- scripts
- testsGood: Test files detected (tests).
- .codecov.yml
- .coveragerc
- .git-blame-ignore-revs
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- CHANGELOG.rst
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.rstGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.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.
- LICENSE.txtGood: Licensed under Apache-2.0.
- MANIFEST.in
- NOTICE
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.rstGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown 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.Good: README documents how to install the project.Good: README documents how to run the project.
- requirements-dev-lock.txt
- requirements-dev.txt
- requirements-docs-lock.txt
- requirements-docs.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- setup.cfg
- setup.py
- tox.ini