FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-email-validator/setup.cfg at main · Kbir139/python-email-validator · GitHub
Kbir139
/
python-email-validator
Public
forked from
JoshData/python-email-validator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-email-validator
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (42 loc) · 1.32 KB
Breadcrumbs
python-email-validator
/
setup.cfg
Copy path
File metadata and controls
47 lines (42 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name
= email-validator
version
= attr: email_validator.version.__version__
description
= A robust email address syntax and deliverability validation library.
long_description
= file: README.md
long_description_content_type
= text/markdown
url
= https://github.com/JoshData/python-email-validator
author
= Joshua Tauberer
author_email
= jt@occams.info
license
= Unlicense
license_files
= LICENSE
classifiers
=
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: The Unlicense (Unlicense)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules
keywords
= email address validator
[options]
packages
= find:
install_requires
=
dnspython>=2.0.0
#
optional if deliverability check isn't needed
idna>=2.0.0
python_requires
= >=3.8
[options.package_data]
* = py.typed
[options.entry_points]
console_scripts
=
email_validator
=email_validator.__main__:main
[flake8]
max-line-length
= 120
[tool:pytest]
testpaths
= tests
filterwarnings
=
error
markers
=
network: mark a test as requiring Internet access.
Back
|
FazBrowse Home
|
New Git URL