Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-28 09:00 UTC

koxudaxi / datamodel-code-generator

Generate Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON/YAML/CSV.

PythonMIT★ 4,007 stars⑂ 454 forkssince May 2019View on GitHub ↗
KindCommand-line toolLibraryhow this is determined

koxudaxi/datamodel-code-generator holds a health index of 95 out of 100, placing it in the Exceptional band. It scores highest on Vitality (97/100) and lowest on Sustainability & Governance (68/100). It was last updated today. A single contributor accounts for most of its recent work.

95
overall / 100
Exceptional

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.

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

Ownership

Koudai AonoPersonal account
644 followers83 public repossince Feb 2011

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 publish
PyPIdatamodel-code-generator0.75.118,749,3252773 days ago

Metrics by category

Vitality

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

97Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
31.2/36Commit cadence45/52 weeks with commits
18/18Commit volume1,043 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year1,043
human_commit_share0.67
days_since_last_push0
active_weeks_last_year45

Release discipline

100Exceptional
How it's scored
27/27Ships releases100 releases published
36/36Release recencylatest release 3 days ago
27/27Release cadencea release every ~3.5 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count100
latest_release_tag0.75.1
releases_from_tagsno
days_since_latest_release3
mean_days_between_releases3.5
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?

83Excellent · 17% of overall
How it's scored
58.4/60Stars4,007 stars
22.1/25Forks454 forks
7.7/15Watchers25 watchers
Inputs used
forks454
stars4,007
watchers25
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
0/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges6
has_contributingno
has_issue_templateno
has_code_of_conductyes
readme_badge_servicescodecov.io, shields.io
has_pull_request_templateno
How it's scored
80/80Monthly downloads18,749,325 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesdatamodel-code-generator
dependents
ecosystemspypi
total_downloads
monthly_downloads18,749,325
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?

68Good · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
3.3/22.5Commit distributiontop contributor authored 85% of commits
13.5/13.5Contributor breadth95 contributors
10/10OpenSSF Scorecard: Contributorsproject has 11 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled95
top_contributor_share0.854
How it's scored
41/42Issue resolution98% of issues closed
23.7/30PR acceptance2,256/2,855 decided PRs merged
13/13Newcomer PR acceptance2/2 first-time contributors' PRs merged in 30d
1.5/15OpenSSF Scorecard: Code-ReviewFound 2/17 approved changesets -- score normalized to 1
Inputs used
merged_prs2,256
open_issues21
closed_issues843
prs_merged_7d10
prs_decided_7d10
prs_merged_30d35
prs_decided_30d41
issue_closed_ratio0.976
closed_unmerged_prs599
first_time_authors_30d2
first_time_prs_merged_30d2
first_time_prs_decided_30d2
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
20.2/25Owner reach644 followers of koxudaxi
25/25Track record83 public repos, account ~15 yr old
Inputs used
followers644
owner_typeUser
is_verified
owner_loginkoxudaxi
public_repos83
account_age_days5,666
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 3 days ago
20/20Version history277 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesdatamodel-code-generator
ecosystemspypi
any_deprecatedno
min_days_since_publish3

Engineering Quality

Are baseline engineering and documentation practices in place?

96Exceptional · 19% of overall
How it's scored
24/24CI workflows23 workflow(s)
24/24Tests present
16/16Linter configpyproject.toml ([tool.ruff]), tox.ini
9.6/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests29 out of 29 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

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://datamodel-code-generator.koxudaxi.dev/
10/10Repository description
10/10Topics17 topics
10/10Wiki
Inputs used
topicsopenapi, code-generator, python, pydantic, generator, fastapi, json-schema, datamodel, swagger, yaml, csv, openapi-codegen, swagger-codegen, dataclass, graphql, msgspec, typeddict
has_wikiyes
homepagehttps://datamodel-code-generator.koxudaxi.dev/
docs_sitehttps://datamodel-code-generator.koxudaxi.dev/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

70Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0.8/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests29 out of 29 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.8/7.5Code-ReviewFound 2/17 approved changesets -- score normalized to 1
2.5/2.5Contributorsproject has 11 contributing companies or organizations
10/10Dangerous-Workflowno dangerous 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 4 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
4.5/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
5/5SASTSAST tool is run on all commits
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0.8/7.5Vulnerabilities9 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate6.3
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_packages21
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:datamodel-code-generator@0.75.1 runtime dependency closure — what installing the published package pulls in — 21 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.

72Good · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
15/15Machine-readable docs (llms.txt)llms.txt present
40/40Legible commit history66 of 67 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtyes
llms_txt_url
legible_history_share0.985
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format configpyproject.toml ([tool.ruff]), tox.ini
11/11Static type checkingsrc/datamodel_code_generator/py.typed
10/10Reproducible environmentDockerfile, lockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance11 of the last 100 commits are automated dependency updates
9/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
Inputs used
has_nixno
has_testsyes
lockfilesuv.lock
has_dockerfileyes
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configssrc/datamodel_code_generator/py.typed
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.11
How it's scored
27/45Type-checkable codePython with type-check config (src/datamodel_code_generator/py.typed)
54.6/55Manageable file sizes23/2,931 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes693,698
source_files_sampled2,931
oversized_source_files23
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)tests/data/asyncapi/proto_child.proto, tests/data/graphql/additional-imports.graphql, tests/data/graphql/annotated.graphql, tests/data/graphql/builtin-template-data.graphql, tests/data/graphql/casing.graphql, tests/data/graphql/collection-options.graphql, tests/data/graphql/custom-scalar-types.graphql, tests/data/graphql/default_values_required.graphql, tests/data/graphql/different-types-of-fields.graphql, tests/data/graphql/empty_list_default.graphql, tests/data/graphql/enums.graphql, tests/data/graphql/field-aliases.graphql, tests/data/graphql/field-default-enum.graphql, tests/data/graphql/github-api.graphql, tests/data/graphql/interface_mro.graphql, tests/data/graphql/multiple-aliases.graphql, tests/data/graphql/no-typename.graphql, tests/data/graphql/simple-star-wars.graphql, tests/data/graphql/split/a.graphql, tests/data/graphql/split/b.graphql, tests/data/graphql/split/c.graphql, tests/data/graphql/type_alias.graphql, tests/data/graphql/union-aliased-bug.graphql, tests/data/graphql/union-commented.graphql, tests/data/graphql/union-description-cr.graphql, tests/data/graphql/union.graphql, tests/data/graphql/union_class_name_prefix.graphql, tests/data/graphql/use-standard-collections.graphql, tests/data/graphql/use-union-operator.graphql, tests/data/malformed/bad.graphql, tests/data/openapi/all_of_with_relative_ref/openapi.yaml, tests/data/openapi/allof_no_merge_external_relative/openapi.yaml, tests/data/openapi/allof_required_inherited_external/openapi.yaml, tests/data/openapi/discriminator_external_mapping/openapi.yaml, tests/data/openapi/external_ref_with_transitive_local_ref/openapi.yaml, tests/data/openapi/module_class_name_collision/openapi.json, tests/data/openapi/module_class_name_collision_deep/openapi.json, tests/data/openapi/paths_external_ref/openapi.yaml, tests/data/openapi/paths_ref_with_external_schema/openapi.yaml, tests/data/openapi/referenced_path_item_mutation_guard/openapi.yaml, tests/data/openapi/serialize_as_any_module_import_alias/openapi.json, tests/data/openapi/webhooks_ref_with_external_schema/openapi.yaml, tests/data/parser/protobuf/non_finite_defaults.proto, tests/data/protobuf/common.proto, tests/data/protobuf/complex_proto3.proto, tests/data/protobuf/edition_2023.proto, tests/data/protobuf/proto2.proto, tests/data/protobuf/proto3_optional.proto, tests/data/protobuf/public_common.proto, tests/data/protobuf/public_import.proto, tests/data/protobuf/spec_proto2.proto, tests/data/protobuf/spec_proto3.proto, tests/data/protobuf/well_known_wrappers.proto, tests/data/protobuf_collision/left.proto, tests/data/protobuf_collision/right.proto, tests/data/watch/protobuf_import/child.proto, tests/data/watch/protobuf_import/child_changed.proto, tests/data/watch/protobuf_import/child_missing_nested.proto, tests/data/watch/protobuf_import/grandchild.proto, tests/data/watch/protobuf_import/root.proto, tests/skills/datamodel-code-generator/fixtures/asyncapi.yaml, tests/skills/datamodel-code-generator/fixtures/openapi.yaml, tests/skills/datamodel-code-generator/fixtures/sample.proto, tests/skills/datamodel-code-generator/fixtures/schema.graphql
20/20MCP server
40/40Runnable examplesexample
Inputs used
example_dirsexample
has_mcp_signalyes
api_schema_filestests/data/asyncapi/proto_child.proto, tests/data/graphql/additional-imports.graphql, tests/data/graphql/annotated.graphql, tests/data/graphql/builtin-template-data.graphql, tests/data/graphql/casing.graphql, tests/data/graphql/collection-options.graphql, tests/data/graphql/custom-scalar-types.graphql, tests/data/graphql/default_values_required.graphql, tests/data/graphql/different-types-of-fields.graphql, tests/data/graphql/empty_list_default.graphql, tests/data/graphql/enums.graphql, tests/data/graphql/field-aliases.graphql, tests/data/graphql/field-default-enum.graphql, tests/data/graphql/github-api.graphql, tests/data/graphql/interface_mro.graphql, tests/data/graphql/multiple-aliases.graphql, tests/data/graphql/no-typename.graphql, tests/data/graphql/simple-star-wars.graphql, tests/data/graphql/split/a.graphql, tests/data/graphql/split/b.graphql, tests/data/graphql/split/c.graphql, tests/data/graphql/type_alias.graphql, tests/data/graphql/union-aliased-bug.graphql, tests/data/graphql/union-commented.graphql, tests/data/graphql/union-description-cr.graphql, tests/data/graphql/union.graphql, tests/data/graphql/union_class_name_prefix.graphql, tests/data/graphql/use-standard-collections.graphql, tests/data/graphql/use-union-operator.graphql, tests/data/malformed/bad.graphql, tests/data/openapi/all_of_with_relative_ref/openapi.yaml, tests/data/openapi/allof_no_merge_external_relative/openapi.yaml, tests/data/openapi/allof_required_inherited_external/openapi.yaml, tests/data/openapi/discriminator_external_mapping/openapi.yaml, tests/data/openapi/external_ref_with_transitive_local_ref/openapi.yaml, tests/data/openapi/module_class_name_collision/openapi.json, tests/data/openapi/module_class_name_collision_deep/openapi.json, tests/data/openapi/paths_external_ref/openapi.yaml, tests/data/openapi/paths_ref_with_external_schema/openapi.yaml, tests/data/openapi/referenced_path_item_mutation_guard/openapi.yaml, tests/data/openapi/serialize_as_any_module_import_alias/openapi.json, tests/data/openapi/webhooks_ref_with_external_schema/openapi.yaml, tests/data/parser/protobuf/non_finite_defaults.proto, tests/data/protobuf/common.proto, tests/data/protobuf/complex_proto3.proto, tests/data/protobuf/edition_2023.proto, tests/data/protobuf/proto2.proto, tests/data/protobuf/proto3_optional.proto, tests/data/protobuf/public_common.proto, tests/data/protobuf/public_import.proto, tests/data/protobuf/spec_proto2.proto, tests/data/protobuf/spec_proto3.proto, tests/data/protobuf/well_known_wrappers.proto, tests/data/protobuf_collision/left.proto, tests/data/protobuf_collision/right.proto, tests/data/watch/protobuf_import/child.proto, tests/data/watch/protobuf_import/child_changed.proto, tests/data/watch/protobuf_import/child_missing_nested.proto, tests/data/watch/protobuf_import/grandchild.proto, tests/data/watch/protobuf_import/root.proto, tests/skills/datamodel-code-generator/fixtures/asyncapi.yaml, tests/skills/datamodel-code-generator/fixtures/openapi.yaml, tests/skills/datamodel-code-generator/fixtures/sample.proto, tests/skills/datamodel-code-generator/fixtures/schema.graphql
interfaces_expected_of

Key facts

4,007GitHub stars
95contributors
1,043commits, last 12 months
0days since last push
100releases
1bus factor
21open 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 ★ / 454 ⇿
0Stars
454Forks
100Releases

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.

010020030040050045162019-072023-022026-08
Major 0Minor 51Patch 49

Each point covers 7 days.

OpenSSF Scorecard 6.3 / 10
6.3aggregate

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-08-28 09:00 UTC

10Binary-Artifactsno binaries found in the repo
1Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests29 out of 29 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
1Code-ReviewFound 2/17 approved changesets -- score normalized to 1
10Contributorsproject has 11 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
9Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
1Vulnerabilities9 existing vulnerabilities detected
Direct dependencies 10
RegistryPackageVersion constraintManifest
PyPIargcomplete>=2.10.1,<4pyproject.toml
PyPIblack>=19.10b0pyproject.toml
PyPIgenson>=1.2.1,<2pyproject.toml
PyPIinflect>=4.1,<8pyproject.toml
PyPIisort>=4.3.21,<9pyproject.toml
PyPIjinja2>=2.10.1,<4pyproject.toml
PyPIpydantic>=2,<3pyproject.toml
PyPIpydantic>=2.12,<3pyproject.toml
PyPIpyyaml>=6.0.1pyproject.toml
PyPItomli>=2.2.1,<3pyproject.toml
All dependencies 139

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

RegistryPackageVersionRelation
PyPIargcomplete3.6.3direct
PyPIblack22.1.0direct
PyPIblack23.12.0direct
PyPIblack24.1.0direct
PyPIblack26.1a1direct
PyPIgenson1.3.0direct
PyPIinflect7.5.0direct
PyPIisort5.13.2direct
PyPIisort6.1.0direct
PyPIisort7.0.0direct
PyPIisort8.0.1direct
PyPIjinja23.1.6direct
PyPIpydantic2.12.5direct
PyPIpyyaml6.0.3direct
PyPItomli2.4.1direct
PyPIaiohappyeyeballs2.6.1indirect
PyPIaiohttp3.14.3indirect
PyPIaiosignal1.4.0indirect
PyPIannotated-types0.7.0indirect
PyPIanyio4.12.0indirect
PyPIasttokens3.0.1indirect
PyPIasync-timeout5.0.1indirect
PyPIattrs25.4.0indirect
PyPIbackports-tarfile1.2.0indirect
PyPIcertifi2026.1.4indirect
PyPIcffi2.0.0indirect
PyPIchardet5.2.0indirect
PyPIcharset-normalizer3.4.4indirect
PyPIcheck-wheel-contents0.6.3indirect
PyPIclick8.3.1indirect
PyPIcolorama0.4.6indirect
PyPIcovdefaults2.3.0indirect
PyPIcoverage7.13.1indirect
PyPIcryptography50.0.0indirect
PyPIdeepmerge2.0indirect
PyPIdiff-cover10.1.0indirect
PyPIdnspython2.8.0indirect
PyPIdocutils0.22.4indirect
PyPIemail-validator2.3.0indirect
PyPIexceptiongroup1.3.1indirect
PyPIexecnet2.1.2indirect
PyPIexecuting2.2.1indirect
PyPIfrozenlist1.8.0indirect
PyPIgraphql-core3.2.7indirect
PyPIgrpcio1.80.0indirect
PyPIgrpcio-tools1.80.0indirect
PyPIh110.16.0indirect
PyPIhttpcore1.0.9indirect
PyPIhttpcore22.9.1indirect
PyPIhttpx0.28.1indirect
PyPIhttpx22.9.1indirect
PyPIhypothesis6.152.9indirect
PyPIhypothesis-jsonschema0.23.1indirect
PyPIid1.5.0indirect
PyPIidna3.18indirect
PyPIimportlib-metadata8.7.1indirect
PyPIiniconfig2.3.0indirect
PyPIinline-snapshot0.34.2indirect
PyPIjaraco-classes3.4.0indirect
PyPIjaraco-context6.0.2indirect
PyPIjaraco-functools4.4.0indirect
PyPIjeepney0.9.0indirect
PyPIjsonschema4.25.1indirect
PyPIjsonschema-path0.3.4indirect
PyPIjsonschema-specifications2025.9.1indirect
PyPIkeyring25.7.0indirect
PyPIlazy-object-proxy1.12.0indirect
PyPImarkdown3.10indirect
PyPImarkdown-it-py4.0.0indirect
PyPImarkupsafe3.0.3indirect
PyPImdurl0.1.2indirect
PyPImore-itertools10.8.0indirect
PyPImsgspec0.20.0indirect
PyPImultidict6.7.0indirect
PyPImypy-extensions1.1.0indirect
PyPInh30.3.2indirect
PyPIopenapi-schema-validator0.6.3indirect
PyPIopenapi-spec-validator0.7.2indirect
PyPIpackaging26.3indirect
PyPIpathable0.4.4indirect
PyPIpathspec0.12.1indirect
PyPIplatformdirs4.5.1indirect
PyPIpluggy1.6.0indirect
PyPIprance25.4.8.0indirect
PyPIprek0.2.25indirect
PyPIpropcache0.4.1indirect
PyPIprotobuf6.33.6indirect
PyPIpy-cpuinfo9.0.0indirect
PyPIpycparser2.23indirect
PyPIpydantic-core2.41.5indirect
PyPIpygments2.20.0indirect
PyPIpymdown-extensions11.0.1indirect
PyPIpysnooper1.2.3indirect
PyPIpytest9.0.2indirect
PyPIpytest-benchmark5.2.3indirect
PyPIpytest-codspeed4.2.0indirect
PyPIpytest-cov7.0.0indirect
PyPIpytest-mock3.15.1indirect
PyPIpytest-timeout2.4.0indirect
PyPIpytest-xdist3.8.0indirect
PyPIpytokens0.3.0indirect
PyPIpywin32-ctypes0.2.3indirect
PyPIreadme-renderer44.0indirect
PyPIreferencing0.36.2indirect
PyPIrequests2.32.5indirect
PyPIrequests-toolbelt1.0.0indirect
PyPIrfc3339-validator0.1.4indirect
PyPIrfc39862.0.0indirect
PyPIrich15.0.0indirect
PyPIrpds-py0.30.0indirect
PyPIruamel-yaml0.19.1indirect
PyPIruff0.14.10indirect
PyPIryaml0.5.1indirect
PyPIsecretstorage3.5.0indirect
PyPIsetuptools83.0.0indirect
PyPIsix1.17.0indirect
PyPIsortedcontainers2.4.0indirect
PyPIt-linter0.8.0indirect
PyPItdom0.1.16indirect
PyPItime-machine3.2.0indirect
PyPItrustme1.2.1indirect
PyPItruststore0.10.4indirect
PyPItwine7.0.0indirect
PyPIty0.0.9indirect
PyPItypeguard4.4.4indirect
PyPItypes-jinja22.11.9indirect
PyPItypes-markupsafe1.1.10indirect
PyPItypes-pyyaml6.0.12.20250915indirect
PyPItypes-setuptools69.5.0.20240522indirect
PyPItypes-toml0.10.8.20240310indirect
PyPItyping-extensions4.15.0indirect
PyPItyping-inspection0.4.2indirect
PyPIurllib32.7.0indirect
PyPIuv0.9.21indirect
PyPIwatchfiles1.1.1indirect
PyPIwheel-filename1.4.2indirect
PyPIyarl1.22.0indirect
PyPIzensical0.0.43indirect
PyPIzipp3.23.0indirect
Dependency advisories 0

Installing pypi:datamodel-code-generator@0.75.1 pulls in 21 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.