Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-13 15:19 UTC

john-ramsey / macrotrace

A Python library for collecting, storing, and analyzing macroeconomic time-series vintages

PythonGPL-3.0★ 1 star⑂ 0 forkssince Apr 2026View on GitHub ↗
KindCommand-line toolLibraryhow this is determined

john-ramsey/macrotrace holds a health index of 54 out of 100, placing it in the Moderate band. It scores highest on Engineering Quality (92/100) and lowest on Community & Adoption (27/100). It was last updated 8 days ago. A single contributor accounts for most of its recent work.

54
overall / 100
Moderate

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.

54
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 53 is calibrated to 54 on the published index scale (record calibration 2026-08-02).

Ownership

John RamseyPersonal account
1 follower3 public repossince Jul 2020

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

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
PyPImacrotrace0.4.015578 days agodata-revisionseconomic-dataeconomicsmacroeconomicstime-seriesvintages

Metrics by category

Vitality

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

64Moderate · 21% of overall
How it's scored
28.8/36Push recencylast push 8 days ago
3.5/36Commit cadence5/52 weeks with commits
11.7/18Commit volume19 commits in the last year
4/10OpenSSF Scorecard: Maintained5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Inputs used
commits_last_year19
human_commit_share
days_since_last_push8
active_weeks_last_year5
How it's scored
16.2/27Ships releases7 version tags (no GitHub releases)
36/36Release recencylatest release 8 days ago
27/27Release cadencea release every ~21.6 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count7
latest_release_tagv0.4.0
releases_from_tagsyes
days_since_latest_release8
mean_days_between_releases21.6
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?

27At Risk · 17% of overall
How it's scored
0/60Stars1 stars
0/25Forks0 forks
0/15Watchers0 watchers
Inputs used
forks0
stars1
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (GPL-3.0)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges5
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesgithub.com, shields.io
has_pull_request_templateno
How it's scored
29.2/80Monthly downloads155 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesmacrotrace
dependents
ecosystemspypi
total_downloads
monthly_downloads155
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?

38Weak · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0/22.5Commit distributiontop contributor authored 100% of commits
1.4/13.5Contributor breadth1 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
0/42Issue resolutionno issues or no data
10/30PR acceptance5/15 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/11 approved changesets -- score normalized to 0
Inputs used
merged_prs5
open_issues0
closed_issues0
prs_merged_7d0
prs_decided_7d0
prs_merged_30d1
prs_decided_30d1
issue_closed_ratio
closed_unmerged_prs10
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
2.2/25Owner reach1 followers of john-ramsey
16.4/25Track record3 public repos, account ~6 yr old
Inputs used
followers1
owner_typeUser
is_verified
owner_loginjohn-ramsey
public_repos3
account_age_days2,240
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on pypi
35/35Publish recencylatest publish 8 days ago
20/20Version history7 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesmacrotrace
ecosystemspypi
any_deprecatedno
min_days_since_publish8

Engineering Quality

Are baseline engineering and documentation practices in place?

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

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://john-ramsey.github.io/macrotrace/
10/10Repository description
0/10Topics
10/10Wiki
Inputs used
topics
has_wikiyes
homepage
docs_sitehttps://john-ramsey.github.io/macrotrace/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

45Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionbranch protection not enabled on development/release branches
2.5/2.5CI-Tests5 out of 5 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/11 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflowno dangerous workflow patterns detected
0/7.5Dependency-Update-Toolno update tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
3/7.5Maintained5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
5/5Packagingpackaging workflow detected
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
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
0/7.5Vulnerabilities146 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate3.1
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_packages51
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:macrotrace@0.4.0 runtime dependency closure — what installing the published package pulls in — 51 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.

46Weak · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
0/40Legible commit historyno data
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share
agent_instruction_files
agent_instruction_max_bytes
Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format configpyproject.toml ([tool.ruff])
11/11Static type checkingmacrotrace/py.typed
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno data
0/8Automated maintenanceno data
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesuv.lock
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configsmacrotrace/py.typed
agent_commit_share
toolchain_manifests
dependency_bot_commit_share
Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.
How it's scored
27/45Type-checkable codePython with type-check config (macrotrace/py.typed)
52.9/55Manageable file sizes3/80 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes72,594
source_files_sampled80
oversized_source_files3

Key facts

1GitHub stars
1contributors
19commits, last 12 months
8days since last push
7releases
1bus factor
0open issues
PyPIpackage ecosystems

Data collection warnings

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

More detail

OpenSSF Scorecard 3.1 / 10
3.1aggregate

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-13 15:19 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests5 out of 5 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/11 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
4Maintained5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
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
0Vulnerabilities146 existing vulnerabilities detected
Direct dependencies 13
RegistryPackageVersion constraintManifest
PyPIdarts>=0.35.0pyproject.toml
PyPInumpy>=2.2.4,<2.5pyproject.toml
PyPIopenpyxl>=3.1.0pyproject.toml
PyPIpandas>=2.2.3pyproject.toml
PyPIpeewee>=4.0pyproject.toml
PyPIplotly>=6.0.1pyproject.toml
PyPIpytz>=2025.2pyproject.toml
PyPIrequests>=2.32.3pyproject.toml
PyPIrequests-cache>=1.2.1pyproject.toml
PyPIstatsmodels>=0.14.4pyproject.toml
PyPItabulate>=0.9.0pyproject.toml
PyPItenacity>=9.1.2pyproject.toml
PyPItqdm>=4.67.1pyproject.toml
All dependencies 234

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

RegistryPackageVersionRelation
PyPIdarts0.35.0direct
PyPInumpy2.2.6direct
PyPIopenpyxl3.1.5direct
PyPIpandas2.2.3direct
PyPIpeewee4.0.5direct
PyPIplotly6.1.2direct
PyPIpytz2025.2direct
PyPIrequests2.32.3direct
PyPIrequests-cache1.2.1direct
PyPIstatsmodels0.14.4direct
PyPItabulate0.9.0direct
PyPItenacity9.1.2direct
PyPItqdm4.67.1direct
PyPIadagio0.2.6indirect
PyPIaiohappyeyeballs2.6.1indirect
PyPIaiohttp3.12.4indirect
PyPIaiosignal1.3.2indirect
PyPIanyio4.9.0indirect
PyPIappdirs1.4.4indirect
PyPIappnope0.1.4indirect
PyPIargon2-cffi23.1.0indirect
PyPIargon2-cffi-bindings21.2.0indirect
PyPIarrow1.3.0indirect
PyPIasttokens3.0.0indirect
PyPIasync-lru2.0.5indirect
PyPIattrs25.3.0indirect
PyPIbabel2.17.0indirect
PyPIbackrefs6.1indirect
PyPIbeautifulsoup44.13.4indirect
PyPIblack25.1.0indirect
PyPIbleach6.2.0indirect
PyPIcattrs25.2.0indirect
PyPIcertifi2025.4.26indirect
PyPIcffi1.17.1indirect
PyPIcfgv3.5.0indirect
PyPIcharset-normalizer3.4.2indirect
PyPIchoreographer1.2.0indirect
PyPIclick8.2.1indirect
PyPIcloudpickle3.1.1indirect
PyPIcolorama0.4.6indirect
PyPIcomm0.2.2indirect
PyPIcontourpy1.3.2indirect
PyPIcoreforecast0.0.16indirect
PyPIcoverage7.9.1indirect
PyPIcycler0.12.1indirect
PyPIdebugpy1.8.14indirect
PyPIdecorator5.2.1indirect
PyPIdefusedxml0.7.1indirect
PyPIdiagrams0.25.1indirect
PyPIdistlib0.4.0indirect
PyPIet-xmlfile2.0.0indirect
PyPIexecuting2.2.0indirect
PyPIfastjsonschema2.21.1indirect
PyPIfilelock3.18.0indirect
PyPIfonttools4.58.1indirect
PyPIfqdn1.5.1indirect
PyPIfrozenlist1.6.0indirect
PyPIfs2.4.16indirect
PyPIfsspec2025.5.1indirect
PyPIfugue0.9.1indirect
PyPIghp-import2.1.0indirect
PyPIgraphviz0.20.3indirect
PyPIgriffe1.15.0indirect
PyPIh110.16.0indirect
PyPIholidays0.73indirect
PyPIhttpcore1.0.9indirect
PyPIhttpx0.28.1indirect
PyPIidentify2.6.15indirect
PyPIidna3.10indirect
PyPIiniconfig2.1.0indirect
PyPIipykernel6.29.5indirect
PyPIipython9.2.0indirect
PyPIipython-pygments-lexers1.1.1indirect
PyPIipywidgets8.1.7indirect
PyPIisoduration20.11.0indirect
PyPIjedi0.19.2indirect
PyPIjinja23.1.6indirect
PyPIjoblib1.5.1indirect
PyPIjson50.12.0indirect
PyPIjsonpointer3.0.0indirect
PyPIjsonschema4.24.0indirect
PyPIjsonschema-specifications2025.4.1indirect
PyPIjupyter1.1.1indirect
PyPIjupyter-client8.6.3indirect
PyPIjupyter-console6.6.3indirect
PyPIjupyter-core5.8.1indirect
PyPIjupyter-events0.12.0indirect
PyPIjupyter-lsp2.2.5indirect
PyPIjupyter-server2.16.0indirect
PyPIjupyter-server-terminals0.5.3indirect
PyPIjupyterlab4.4.3indirect
PyPIjupyterlab-pygments0.3.0indirect
PyPIjupyterlab-server2.27.3indirect
PyPIjupyterlab-widgets3.0.15indirect
PyPIkaleido1.2.0indirect
PyPIkiwisolver1.4.8indirect
PyPIlightning-utilities0.14.3indirect
PyPIlinkify-it-py2.1.0indirect
PyPIllvmlite0.44.0indirect
PyPIlogistro2.0.1indirect
PyPImarkdown3.10indirect
PyPImarkdown-it-py4.0.0indirect
PyPImarkupsafe3.0.2indirect
PyPImatplotlib3.10.3indirect
PyPImatplotlib-inline0.1.7indirect
PyPImdit-py-plugins0.5.0indirect
PyPImdurl0.1.2indirect
PyPImergedeep1.3.4indirect
PyPImike2.2.0indirect
PyPImistune3.1.3indirect
PyPImkdocs1.6.1indirect
PyPImkdocs-autorefs1.4.3indirect
PyPImkdocs-get-deps0.2.0indirect
PyPImkdocs-material9.7.1indirect
PyPImkdocs-material-extensions1.3.1indirect
PyPImkdocstrings1.0.0indirect
PyPImkdocstrings-python2.0.1indirect
PyPImpmath1.3.0indirect
PyPImultidict6.4.4indirect
PyPImypy-extensions1.1.0indirect
PyPInarwhals1.41.0indirect
PyPInbclient0.10.2indirect
PyPInbconvert7.16.6indirect
PyPInbformat5.10.4indirect
PyPInest-asyncio1.6.0indirect
PyPInetworkx3.5indirect
PyPInfoursid1.0.1indirect
PyPInodeenv1.9.1indirect
PyPInotebook7.4.3indirect
PyPInotebook-shim0.2.4indirect
PyPInumba0.61.2indirect
PyPInvidia-cublas-cu1212.6.4.1indirect
PyPInvidia-cuda-cupti-cu1212.6.80indirect
PyPInvidia-cuda-nvrtc-cu1212.6.77indirect
PyPInvidia-cuda-runtime-cu1212.6.77indirect
PyPInvidia-cudnn-cu129.5.1.17indirect
PyPInvidia-cufft-cu1211.3.0.4indirect
PyPInvidia-cufile-cu121.11.1.6indirect
PyPInvidia-curand-cu1210.3.7.77indirect
PyPInvidia-cusolver-cu1211.7.1.2indirect
PyPInvidia-cusparse-cu1212.5.4.2indirect
PyPInvidia-cusparselt-cu120.6.3indirect
PyPInvidia-nccl-cu122.26.2indirect
PyPInvidia-nvjitlink-cu1212.6.85indirect
PyPInvidia-nvtx-cu1212.6.77indirect
PyPIorjson3.11.4indirect
PyPIoverrides7.7.0indirect
PyPIpackaging25.0indirect
PyPIpaginate0.5.7indirect
PyPIpandocfilters1.5.1indirect
PyPIparso0.8.4indirect
PyPIpathspec0.12.1indirect
PyPIpatsy1.0.1indirect
PyPIpexpect4.9.0indirect
PyPIpillow11.2.1indirect
PyPIplatformdirs4.3.8indirect
PyPIpluggy1.6.0indirect
PyPIpre-commit4.5.0indirect
PyPIprometheus-client0.22.0indirect
PyPIprompt-toolkit3.0.51indirect
PyPIpropcache0.3.1indirect
PyPIprotobuf6.31.1indirect
PyPIpsutil7.0.0indirect
PyPIptyprocess0.7.0indirect
PyPIpure-eval0.2.3indirect
PyPIpyarrow20.0.0indirect
PyPIpycparser2.22indirect
PyPIpygments2.19.2indirect
PyPIpyinstrument5.0.2indirect
PyPIpymdown-extensions10.20indirect
PyPIpyod2.0.5indirect
PyPIpyparsing3.2.3indirect
PyPIpytest8.3.5indirect
PyPIpytest-cov6.2.1indirect
PyPIpytest-timeout2.4.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-dotenv1.1.0indirect
PyPIpython-json-logger3.3.0indirect
PyPIpytorch-lightning2.5.1.post0indirect
PyPIpywin32310indirect
PyPIpywinpty2.0.15indirect
PyPIpyyaml6.0.2indirect
PyPIpyyaml-env-tag1.1indirect
PyPIpyzmq26.4.0indirect
PyPIreferencing0.36.2indirect
PyPIrfc3339-validator0.1.4indirect
PyPIrfc3986-validator0.1.1indirect
PyPIrich14.3.3indirect
PyPIrpds-py0.25.1indirect
PyPIruff0.15.12indirect
PyPIscikit-learn1.6.1indirect
PyPIscipy1.15.3indirect
PyPIsend2trash1.8.3indirect
PyPIsetuptools80.9.0indirect
PyPIshap0.47.2indirect
PyPIsimplejson3.20.2indirect
PyPIsix1.17.0indirect
PyPIslicer0.0.8indirect
PyPIsniffio1.3.1indirect
PyPIsoupsieve2.7indirect
PyPIstack-data0.6.3indirect
PyPIstatsforecast2.0.1indirect
PyPIsympy1.14.0indirect
PyPItensorboardx2.6.2.2indirect
PyPIterminado0.18.1indirect
PyPItextual8.0.0indirect
PyPIthreadpoolctl3.6.0indirect
PyPItinycss21.4.0indirect
PyPItomli2.4.0indirect
PyPItorch2.7.0indirect
PyPItorchmetrics1.7.2indirect
PyPItornado6.5.1indirect
PyPItraitlets5.14.3indirect
PyPItriad0.9.8indirect
PyPItriton3.3.0indirect
PyPItypes-python-dateutil2.9.0.20250516indirect
PyPItyping-extensions4.15.0indirect
PyPItzdata2025.2indirect
PyPIuc-micro-py2.0.0indirect
PyPIuri-template1.3.0indirect
PyPIurl-normalize2.2.1indirect
PyPIurllib32.4.0indirect
PyPIutilsforecast0.2.12indirect
PyPIverspec0.1.0indirect
PyPIvirtualenv20.35.4indirect
PyPIwatchdog6.0.0indirect
PyPIwcwidth0.2.13indirect
PyPIwebcolors24.11.1indirect
PyPIwebencodings0.5.1indirect
PyPIwebsocket-client1.8.0indirect
PyPIwidgetsnbextension4.0.14indirect
PyPIxarray2025.4.0indirect
PyPIxgboost3.0.2indirect
PyPIyarl1.20.0indirect
Dependency advisories 0

Installing pypi:macrotrace@0.4.0 pulls in 51 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.