Ross ROSS = Recommend OSS · open-source software intelligence for agents

crdoconnor/strictyaml

Type-safe YAML parser and validator. observed · 2026-08-28

github.com/crdoconnor/strictyaml · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

43/100

  • Activity 23
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3729
  • days_rel: n/a
  • days_push: 467
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1622 stars · 68 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

StrictYAML is a type-safe YAML parser and validator for Python that parses a restricted, safer subset of the YAML spec, avoiding pitfalls like the Norway problem. It supports schema-based validation, readable errors with line numbers, and round-tripping YAML with comments preserved.

Use cases

  • parse yaml config files safely in python
  • validate yaml against a schema
  • avoid yaml implicit typing bugs like the norway problem
  • edit yaml files and write them back preserving comments
  • replace pyyaml or ruamel.yaml with a stricter parser
  • get readable yaml parse errors with line numbers
  • generate yaml documents from python dicts

When to avoid

  • you need full YAML spec features like anchors, tags, or complex keys
  • parsing speed is critical
  • you need YAML support outside of Python

Facets

library · maturity stable

parser serialization yaml configuration-management parsers developer-tools files python cross-platform yaml-parser schema-validation type-safety roundtrip config-files pyyaml-alternative

10 sources

Member repositories

RepositoryRoleHealth v2
crdoconnor/strictyamlmain43

For agents

markdown · JSON · MCP: product_card(name="crdoconnor/strictyaml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem