Skip to main content

awsome-validity is a package for Python that check if an email/phone/password... is valid

Project description

awsome-validity

The validity of the email,phone number,password ...

usage

pip install awsome-validity

from validity import validate
check = validate.Validation()
# check what you want.  
check.validate_email('1111@qq.com') # True
check.validate_password('1111@qq.com') # True
check.validate_password('12345678899') # False

todo

Further features will be added in the future.

reference

https://packaging.python.org/en/latest/tutorials/packaging-projects/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsome-validity-0.0.1.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

awsome_validity-0.0.1-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page