Simple, robust email validation library for Python that checks email addresses against RFC 5321 and 5322 standards. Current version 2.0.1 (requires Python >=3.7) with annual releases.
pip install pyisemailNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: returns True for valid, False for invalid.
Use is_email(email, diagnose=True) to get a Diagnosis object.
pip install pyisemail and then from pyisemail import is_email
Use from pyisemail import is_email
No dependency data recorded yet.