summaryrefslogtreecommitdiffstats
path: root/python/email-validator/slack-desc
blob: 8d25de6305bd9a82c7dcf6c9310098a3f5b97285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

               |-----handy-ruler------------------------------------------------------|
email-validator: email-validator (Validate Email Addresses)
email-validator:
email-validator: A robust email address syntax and deliverability validation library
email-validator: for Python by Joshua Tauberer.
email-validator:
email-validator: This library validates that a string is of the form name@example.com.
email-validator: This is the sort of validation you would want for an email-based login
email-validator: form on a website.
email-validator:
email-validator: Homepage: https://github.com/JoshData/python-email-validator
email-validator: