pyeve/cerberus
Lightweight, extensible data validation library for Python observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 90
- 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: 5075
- days_rel: n/a
- days_push: 63
- n_releases_24m: 0
Adoption not part of the score
3288 stars · 245 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cerberus is a lightweight, extensible data validation library for Python that validates dictionaries against user-defined schemas. It provides type checking and normalization rules out of the box, has no dependencies, and supports custom validation rules.
Use cases
- validate payloads against a schema in python
- validate dictionaries with type checking
- normalize and sanitize incoming data
- define custom validation rules for documents
- validate config files before loading
- schema validation for python dicts without heavy dependencies
When to choose
- you need dependency-free schema validation for python dictionaries
- you want simple, readable schema definitions with extensible custom rules
- you need data normalization alongside validation
- you're building APIs or processing untrusted dict-like input
When to avoid
- you need pydantic-style typed models with IDE autocompletion and type hints
- you're validating complex nested objects rather than dictionaries
- you need async validation or high-performance bulk validation
- you want a library under very active development
Facets
library · maturity maintenance
serialization data-science developer-tools apis python cross-platform data-validation schema-validation dictionaries normalization no-dependencies
3 sources
- readme: https://github.com/pyeve/cerberus · fetched 2026-08-28 · 426d167462fb
- homepage: http://python-cerberus.org · fetched 2026-08-29 · 838ecc3a69e9
- registry_pypi: https://pypi.org/pypi/cerberus/json · fetched 2026-08-29 · f4a90603c4a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pyeve/cerberus | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem