JoshData/python-email-validator
A robust email syntax and deliverability validation library for Python. observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 89
- Release rhythm 12
- Longevity 100
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: 4153
- days_rel: 372
- days_push: 68
- n_releases_24m: 1
Adoption not part of the score
1439 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that validates email address syntax and optionally checks domain deliverability via DNS. It normalizes addresses, supports internationalized domains and local parts, and produces friendly error messages for end users.
Use cases
- validate email addresses on a registration form
- check if an email domain can receive mail
- normalize email addresses before storing them in a database
- validate internationalized email addresses with unicode
- show friendly error messages for invalid emails
- validate email syntax in data pipelines
When to choose
- you need opinionated, strict email validation with deliverability checks
- you want human-readable validation errors to show users
- you handle internationalized or quoted-string email addresses
- you need address normalization for deduplication
When to avoid
- you need less opinionated syntax-only validation (consider pyIsEmail)
- you want to verify that a mailbox actually exists
- you need bulk email list cleaning or marketing verification
Facets
library · maturity stable
email form-handling nlp email web-development backend developer-tools python cross-platform email-validation deliverability dns-lookup normalization internationalized-email form-validation
1 source
- readme: https://github.com/JoshData/python-email-validator · fetched 2026-08-28 · 09115764025e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JoshData/python-email-validator | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="JoshData/python-email-validator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem