# python-validators/validators

Python Data Validation for Humans™.

Repository: https://github.com/python-validators/validators
Canonical: https://ross.abutalabs.com/products/validators
Language: Python
License: MIT
License Family: permissive
Last push: 2026-03-14T07:39:52+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 72, release rhythm 8, longevity 100
- inputs: {"age_days": 4703, "days_push": 172, "days_rel": 489, "gap_med": 239, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1123, forks 188 (observed 2026-08-28T04:03:40.452735+00:00)

## What it is
A lightweight Python library for validating simple values like emails, URLs, and IPs without defining schemas or forms. It provides simple functions that return True or validation errors.

## Use cases
- validate email addresses in python
- check if a string is a valid url
- validate ip addresses without a schema
- simple data validation for python
- validate user input in a flask app
- check domain name validity

## When to choose
- you need quick, schema-free validation of individual values
- you want a small dependency with simple True/False validation functions

## When to avoid
- you need complex nested schema or form validation with detailed error reporting
- you are validating structured documents rather than single values

## Facets
- artifact type: library
- maturity: active
- function: developer-tools
- domain: developer-tools, web-development
- platform: python
- tags: data-validation, validators, schemaless-validation

## Member repositories
- python-validators/validators (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.452735+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:40:53.571812+00:00, confidence not recorded.
  - readme: https://github.com/python-validators/validators (fetched 2026-08-28T04:03:40.452735+00:00, sha 31d79e047778)
  - registry_pypi: https://pypi.org/pypi/validators/json (fetched 2026-08-29T12:44:33.700574+00:00, sha b05c8b916707)
- Data as of 2026-08-30T08:39:29.467469+00:00.
