Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-20 10:26 UTC

o-murphy / py-ballisticcalc

LGPL library for small arms ballistic calculations based on point-mass (3 DoF) plus spin drift.

Python · CythonLGPL-3.0★ 64 stars⑂ 21 forkssince Jun 2022View on GitHub ↗
KindLibraryCommand-line toolPluginhow this is determined

o-murphy/py-ballisticcalc holds a health index of 88 out of 100, placing it in the Excellent band. It scores highest on Engineering Quality (95/100) and lowest on Security (58/100). It was last updated 1 day ago. A single contributor accounts for most of its recent work.

88
overall / 100
Excellent

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

88
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 74 is calibrated to 88 on the published index scale (record calibration 2026-08-02).

Ownership

Dmytro YaroshenkoPersonal account
18 followers54 public repossince Nov 2020

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

93Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 1 days ago
24.9/36Commit cadence36/52 weeks with commits
18/18Commit volume125 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year125
human_commit_share0.88
days_since_last_push1
active_weeks_last_year36

Release discipline

100Exceptional
How it's scored
27/27Ships releases84 releases published
36/36Release recencylatest release 44 days ago
27/27Release cadencea release every ~4.7 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count84
latest_release_tagv2.3.1
releases_from_tagsno
days_since_latest_release44
mean_days_between_releases4.7
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

62Moderate · 17% of overall
How it's scored
29.2/60Stars64 stars
10.8/25Forks21 forks
2.7/15Watchers4 watchers
Inputs used
forks21
stars64
watchers4
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (LGPL-3.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges1
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_servicesgithub.com
has_pull_request_templateyes
How it's scored
56.3/80Monthly downloads16,787 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagespy_ballisticcalc, py_ballisticcalc.exts
dependents
ecosystemspypi
total_downloads
monthly_downloads16,787
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

60Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
2.9/22.5Commit distributiontop contributor authored 87% of commits
8.1/13.5Contributor breadth6 contributors
6/10OpenSSF Scorecard: Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
Inputs used
bus_factor1
contributors_sampled6
top_contributor_share0.871
How it's scored
37.5/42Issue resolution89% of issues closed
26.8/30PR acceptance218/244 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/22 approved changesets -- score normalized to 0
Inputs used
merged_prs218
open_issues10
closed_issues83
prs_merged_7d2
prs_decided_7d3
prs_merged_30d4
prs_decided_30d6
issue_closed_ratio0.892
closed_unmerged_prs26
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
9.2/25Owner reach18 followers of o-murphy
24.4/25Track record54 public repos, account ~5 yr old
Inputs used
followers18
owner_typeUser
is_verified
owner_logino-murphy
public_repos54
account_age_days2,147
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable2 package(s) on pypi
35/35Publish recencylatest publish 44 days ago
20/20Version history97 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagespy_ballisticcalc, py_ballisticcalc.exts
ecosystemspypi
any_deprecatedno
min_days_since_publish44

Engineering Quality

Are baseline engineering and documentation practices in place?

95Exceptional · 19% of overall
How it's scored
24/24CI workflows16 workflow(s)
24/24Tests present
16/16Linter configpyproject.toml ([tool.ruff], [tool.pylint])
9.6/9.6Pre-commit hooks
0/6.4.editorconfig
18/20OpenSSF Scorecard: CI-Tests19 out of 20 merged PRs checked by a CI test -- score normalized to 9
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configyes

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://pypi.org/project/py-ballisticcalc
10/10Repository description
10/10Topics6 topics
10/10Wiki
Inputs used
topicsballistics, cython, python, py-ballisticcalc, balliistic-calculator, ballistic-solver
has_wikiyes
homepagehttps://pypi.org/project/py-ballisticcalc
docs_sitehttps://pypi.org/project/py-ballisticcalc
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

58Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
2.2/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.2/2.5CI-Tests19 out of 20 merged PRs checked by a CI test -- score normalized to 9
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/22 approved changesets -- score normalized to 0
1.5/2.5Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
0/10Dangerous-Workflowdangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
2.5/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 5
0/5SASTSAST tool is not run on all commits -- score normalized to 0
0/5Security-Policysecurity policy file not detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate4.7
Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages3
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:py_ballisticcalc@2.3.1 runtime dependency closure — what installing the published package pulls in — 3 packages. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

73Good · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history84 of 88 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.955
agent_instruction_files
agent_instruction_max_bytes
How it's scored
18/18One-command bootstrapMakefile
22/22Automated tests
11/11Lint / format configpyproject.toml ([tool.ruff], [tool.pylint])
11/11Static type checkingpy_ballisticcalc.exts/py_ballisticcalc_exts/py.typed, py_ballisticcalc/py.typed
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance12 of the last 100 commits are automated dependency updates
5/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 5
Inputs used
has_nixno
has_testsyes
lockfilesuv.lock
has_dockerfileno
typed_languageno
bootstrap_filesMakefile
has_devcontainerno
has_linter_configyes
typecheck_configspy_ballisticcalc.exts/py_ballisticcalc_exts/py.typed, py_ballisticcalc/py.typed
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.12
How it's scored
27/45Type-checkable codePython with type-check config (py_ballisticcalc.exts/py_ballisticcalc_exts/py.typed, py_ballisticcalc/py.typed)
52.9/55Manageable file sizes5/131 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes629,713
source_files_sampled131
oversized_source_files5
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesexamples, notebooks
Inputs used
example_dirsexamples, notebooks
has_mcp_signalno
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto), MCP server. Remaining weights renormalized.

Key facts

64GitHub stars
6contributors
125commits, last 12 months
1days since last push
84releases
1bus factor
10open issues
PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 21 ⇿
0Stars
21Forks
79Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

048121620242122023-072025-012026-08
Major 0Minor 4Patch 18

Each point covers 3 days.

OpenSSF Scorecard 4.7 / 10
4.7aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-09-20 10:26 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
9CI-Tests19 out of 20 merged PRs checked by a CI test -- score normalized to 9
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/22 approved changesets -- score normalized to 0
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
0Dangerous-Workflowdangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 5
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 2
RegistryPackageVersion constraintManifest
PyPItyping_extensions>= 4.15.0pyproject.toml
PyPIDeprecated>=1.3.1pyproject.toml
All dependencies 151

Full resolved dependency set from the GitHub dependency graph: 2 direct and 149 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
PyPIdeprecated1.3.1direct
PyPItyping-extensions4.16.0direct
PyPIappnope1.0.0indirect
PyPIastroid4.0.4indirect
PyPIasttokens3.0.2indirect
PyPIattrs26.1.0indirect
PyPIbabel2.18.0indirect
PyPIbackrefs8.0indirect
PyPIbashlex0.18indirect
PyPIbeautifulsoup44.15.0indirect
PyPIbracex3.0.1indirect
PyPIbuild1.6.1indirect
PyPIcairocffi1.7.1indirect
PyPIcairosvg2.9.1indirect
PyPIcertifi2026.7.22indirect
PyPIcffi2.1.1indirect
PyPIcfgv3.5.0indirect
PyPIcharset-normalizer3.5.1indirect
PyPIcibuildwheel4.2.1indirect
PyPIclick8.5.0indirect
PyPIcolorama0.4.6indirect
PyPIcomm0.2.3indirect
PyPIcontourpy1.3.3indirect
PyPIcontourpy1.4.0indirect
PyPIcoverage7.16.1indirect
PyPIcssselect20.10.1indirect
PyPIcycler0.12.1indirect
PyPIcython3.3.0indirect
PyPIcython-lint0.21.1indirect
PyPIdebugpy1.8.22indirect
PyPIdefusedxml0.7.1indirect
PyPIdependency-groups1.3.2indirect
PyPIdill0.4.1indirect
PyPIdistlib0.4.3indirect
PyPIeditorconfig0.17.1indirect
PyPIexecuting2.2.1indirect
PyPIfastjsonschema2.22.2indirect
PyPIfilelock3.32.7indirect
PyPIfilelock4.0.0indirect
PyPIfonttools4.65.0indirect
PyPIghp-import2.1.0indirect
PyPIgriffelib2.3.0indirect
PyPIhjson3.1.0indirect
PyPIhumanize4.16.0indirect
PyPIidentify2.6.19indirect
PyPIidna3.20indirect
PyPIiniconfig2.3.0indirect
PyPIipykernel7.3.0indirect
PyPIipython9.17.1indirect
PyPIipython-pygments-lexers1.1.1indirect
PyPIisort9.0.1indirect
PyPIjedi0.20.0indirect
PyPIjinja23.1.6indirect
PyPIjsbeautifier2.0.3indirect
PyPIjsonschema4.26.0indirect
PyPIjsonschema-specifications2025.9.1indirect
PyPIjupyter-client8.10.0indirect
PyPIjupyter-core5.9.1indirect
PyPIkiwisolver1.5.1indirect
PyPImarkdown3.10.3indirect
PyPImarkupsafe3.0.3indirect
PyPImatplotlib3.11.2indirect
PyPImatplotlib-inline0.2.2indirect
PyPImccabe0.7.0indirect
PyPImergedeep1.3.4indirect
PyPImike2.2.0indirect
PyPImkdocs1.6.1indirect
PyPImkdocs-autorefs1.4.4indirect
PyPImkdocs-exclude1.0.2indirect
PyPImkdocs-get-deps0.2.2indirect
PyPImkdocs-macros-plugin1.5.0indirect
PyPImkdocs-material9.7.7indirect
PyPImkdocs-material-extensions1.3.1indirect
PyPImkdocs-mermaid2-plugin1.2.3indirect
PyPImkdocs-redirects1.2.3indirect
PyPImkdocstrings1.0.6indirect
PyPImkdocstrings-python2.0.8indirect
PyPImypy-extensions1.1.0indirect
PyPInbformat5.11.1indirect
PyPInest-asyncio21.7.2indirect
PyPInodeenv1.10.0indirect
PyPInumpy2.4.6indirect
PyPInumpy2.5.3indirect
PyPInumpy-typing-compat20251206.2.4indirect
PyPInumpy-typing-compat20260602.2.5indirect
PyPIoptype0.17.1indirect
PyPIoptype0.18.0indirect
PyPIpackaging26.3indirect
PyPIpaginate0.5.7indirect
PyPIpandas3.0.6indirect
PyPIpandas-stubs3.0.5.260914indirect
PyPIparso0.8.7indirect
PyPIpathspec1.1.1indirect
PyPIpexpect4.9.0indirect
PyPIpillow12.3.0indirect
PyPIplatformdirs4.11.10indirect
PyPIpluggy1.6.0indirect
PyPIpre-commit4.6.2indirect
PyPIprompt-toolkit3.0.53indirect
PyPIproperdocs1.6.7indirect
PyPIpsutil7.2.2indirect
PyPIptyprocess0.7.0indirect
PyPIpure-eval0.2.4indirect
PyPIpycodestyle2.14.0indirect
PyPIpycparser3.0indirect
PyPIpydocstyle6.3.0indirect
PyPIpygments2.21.0indirect
PyPIpylint4.0.8indirect
PyPIpymdown-extensions12.0.1indirect
PyPIpyparsing3.3.2indirect
PyPIpyproject-hooks1.3.3indirect
PyPIpyright1.1.414indirect
PyPIpytest9.1.1indirect
PyPIpytest-cov7.1.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-discovery1.6.1indirect
PyPIpyyaml6.0.3indirect
PyPIpyyaml-env-tag1.1indirect
PyPIpyzmq27.2.0indirect
PyPIreferencing0.37.0indirect
PyPIrequests2.34.2indirect
PyPIrpds-py2026.6.3indirect
PyPIruff0.16.8indirect
PyPIscipy1.17.1indirect
PyPIscipy1.18.1indirect
PyPIscipy-stubs1.17.1.5indirect
PyPIscipy-stubs1.18.1.0indirect
PyPIsetuptools84.0.0indirect
PyPIsetuptools-scm10.2.3indirect
PyPIsix1.17.0indirect
PyPIsnowballstemmer3.1.1indirect
PyPIsoupsieve2.9.2indirect
PyPIstack-data0.6.3indirect
PyPIsuper-collections0.6.2indirect
PyPItermcolor3.3.0indirect
PyPItinycss21.5.1indirect
PyPItokenize-rt6.2.0indirect
PyPItomli2.4.1indirect
PyPItomlkit0.15.1indirect
PyPItornado6.5.10indirect
PyPItraitlets5.16.1indirect
PyPItypes-deprecated1.3.1.20260728indirect
PyPItzdata2026.4indirect
PyPIurllib32.8.0indirect
PyPIvcs-versioning2.4.1indirect
PyPIverspec0.1.0indirect
PyPIvirtualenv21.7.14indirect
PyPIwatchdog6.0.0indirect
PyPIwcwidth0.8.4indirect
PyPIwebencodings0.6.1indirect
PyPIwrapt2.4.1indirect
Dependency advisories 0

Installing pypi:py_ballisticcalc@2.3.1 pulls in 3 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsPyPI.