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