Skip to main content
This module provides a single method, valid_email_address(), which returns

True or False to indicate whether a given address is valid according to the ‘addr-spec’ part of the specification given in [RFC 2822] (http://www.ietf.org/rfc/rfc2822.txt). Ideally, we would like to find this in some other library, already thoroughly tested and well- maintained. The standard Python library email.utils contains a parse_addr() function, but it is not sufficient to detect many malformed addresses.

This implementation aims to be faithful to the RFC, with the exception of a circular definition (see comments inline), and with the omission of the pattern components marked as “obsolete”.

Yes, all this really does is build a big regular expression. But it builds it in nice pieces that correspond to the RFC, and there’s a big bunch of unit tests that try to ensure each little piece of the regexp works as intended. (See test_email_validation.py.)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_email_validation-1.0.0.3.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file py_email_validation-1.0.0.3.tar.gz.

File metadata

File hashes

Hashes for py_email_validation-1.0.0.3.tar.gz
Algorithm Hash digest
SHA256 1efd83a901f5cd2dfd918525a3b604ab4b13dbc3435659bc039fae500226365b
MD5 2189ee476d8fd225c4fcfbf0845e9061
BLAKE2b-256 08962091f030a6482dbf7c0bba2c3f88a1accf6733fdfc709914cd269dcc9ea9

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0.3 This release

1 file

1.0.0.2

1 file

1.0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page