Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages