Ravenports generated: 04 Dec 2019 22:38
[ravenports.git] / bucket_07 / python-validate_email
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-validate_email
4 VERSION=                1.3
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            E-mail format and existence checks (PY 37)
8 SDESC[py38]=            E-mail format and existence checks (PY 38)
9 HOMEPAGE=               https://github.com/syrusakbary/validate_email
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/v/validate_email
14 DISTFILE[1]=            validate_email-1.3.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               validate_email-1.3
25
26 GENERATED=              yes
27
28 [PY37].USES_ON=                         python:py37
29
30 [PY38].USES_ON=                         python:py38
31
32 [FILE:1024:descriptions/desc.single]
33 ==============
34 Validate_email
35 ==============
36
37 Validate_email is a package for Python that check if an email is valid,
38 properly formatted and really exists.
39
40
41
42 INSTALLATION
43 ============
44
45 First, you must do::
46
47     pip install validate_email
48
49 Extra
50 ------
51
52 For check the domain mx and verify email exits you must have the `pyDNS`
53 package installed::
54
55     pip install pyDNS
56
57
58 USAGE
59 =====
60
61 Basic usage::
62
63     from validate_email import validate_email
64     is_valid = validate_email('example@example.com')
65
66
67 Checking domain has SMTP Server
68 -------------------------------
69
70 Check if the host has SMTP Server::
71
72     from validate_email import validate_email
73     is_valid = validate_email('example@example.com',check_mx=True)
74
75
76 Verify email exists
77 -------------------
78
79 Check if the host has SMTP Server and the email really exists::
80
81     from validate_email import validate_email
82     is_valid = validate_email('example@example.com',verify=True)
83
84
85 TODOs and BUGS
86 ==============
87 See: http://github.com/syrusakbary/validate_email/issues
88
89
90 [FILE:104:distinfo]
91 784719dc5f780be319cdd185dc85dd93afebdb6ebb943811bc4c7c5f9c72aeaf         4694 validate_email-1.3.tar.gz
92