You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 years ago | |
---|---|---|
emailvalid | 10 years ago | |
CHANGELOG | 10 years ago | |
COPYRIGHT | 10 years ago | |
INSTALL | 10 years ago | |
LICENSE | 10 years ago | |
MANIFEST.in | 10 years ago | |
README | 10 years ago | |
setup.py | 10 years ago | |
tests.py | 10 years ago |
README
emailvalid
==========
Python module to validate eMail.
Nutshell
--------
Here a simple example to validate eMail:
>> import emailvalid
>> emailvalid.check_email('user@domain.com')
True