Basic Email Validator (bemval)
Super simple and/or basic email validator without using external libraries (i.e. just python std functions)
Installation
Run the following command in your terminal:
pip3 install -U bemval
How to use
from bemval.validator import EmailValidator
validator = EmailValidator()
valid, errors = validator.validate('is.this-an@email.com')
print('Is a valid email? -> %s' % ('YES' if valid else 'NO'))
if len(errors) > 0:
print('Errors:\n- %s' % '\n- '.join(errors))
Release files for bemval 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bemval-0.0.7.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bemval-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.6 kB
Release files / bemval-0.0.7.tar.gz
| Download URL | bemval-0.0.7.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e4e21c9bb7e1847e560b956ab9e712301335804d8a798cfdd0deaf84197ac1d4
|
|
BLAKE2b-256 checksum How to use checksums |
eb55c99ea4a91f9049540070bd2ac6b041f5344b16ac56282e86aa3f41c66d5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.7
|
Release files / bemval-0.0.7-py3-none-any.whl
| Download URL | bemval-0.0.7-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f40c3e045c70b053d84c3e9418118645a280a9cd642dea814d5da77c5595c475
|
|
BLAKE2b-256 checksum How to use checksums |
fe28e7eca5f6b621d25d19076af85c86ce3c6c55f2b9f66e482265f7ca30dcc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.7
|