Ravenports generated: 20 Apr 2020 15:00
[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 (PY37)
8 SDESC[py38]=            E-mail format and existence checks (PY38)
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:1018: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 INSTALLATION
41 ============
42
43 First, you must do::
44
45     pip install validate_email
46
47 Extra
48 ------
49
50 For check the domain mx and verify email exits you must have the `pyDNS`
51 package installed::
52
53     pip install pyDNS
54
55 USAGE
56 =====
57
58 Basic usage::
59
60     from validate_email import validate_email
61     is_valid = validate_email('example@example.com')
62
63 Checking domain has SMTP Server
64 -------------------------------
65
66 Check if the host has SMTP Server::
67
68     from validate_email import validate_email
69     is_valid = validate_email('example@example.com',check_mx=True)
70
71 Verify email exists
72 -------------------
73
74 Check if the host has SMTP Server and the email really exists::
75
76     from validate_email import validate_email
77     is_valid = validate_email('example@example.com',verify=True)
78
79 TODOs and BUGS
80 ==============
81 See: http://github.com/syrusakbary/validate_email/issues
82
83
84 [FILE:104:distinfo]
85 784719dc5f780be319cdd185dc85dd93afebdb6ebb943811bc4c7c5f9c72aeaf         4694 validate_email-1.3.tar.gz
86